Setting up a Multiplayer Server: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 235: Line 235:


<!--T:65-->
<!--T:65-->
'''3. create directories'''
'''2. create directories'''
   mkdir -p /srv/gameserver/vintagestory
   mkdir -p /srv/gameserver/vintagestory
   mkdir -p /srv/gameserver/data/vs
   mkdir -p /srv/gameserver/data/vs
Line 241: Line 241:


<!--T:66-->
<!--T:66-->
'''2. Download the game'''
'''3. Download the game'''
   cd /srv/gameserver/vintagestory
   cd /srv/gameserver/vintagestory


Line 253: Line 253:


<!--T:69-->
<!--T:69-->
'''3. Extract tar.gz package'''
'''4. Extract tar.gz package'''


   <!--T:70-->
   <!--T:70-->
Line 259: Line 259:


<!--T:112-->
<!--T:112-->
'''4. Change owner'''
'''5. Change owner'''


<!--T:71-->
<!--T:71-->
Line 266: Line 266:


<!--T:72-->
<!--T:72-->
'''5. Create systemd service unit file'''
'''6. Create systemd service unit file'''


<!--T:73-->
<!--T:73-->
Line 294: Line 294:


<!--T:74-->
<!--T:74-->
'''6. Create config file for rsyslog'''
'''7. Create config file for rsyslog'''


<!--T:75-->
<!--T:75-->
Line 321: Line 321:
   # Discard  
   # Discard  
   if $programname == 'VSSRV' then ~
   if $programname == 'VSSRV' then ~
'''7. restart rsyslog / enable service'''
'''8. restart rsyslog / enable service'''
To activate rsyslog and your vintagestory server type these commands
To activate rsyslog and your vintagestory server type these commands
   systemctl restart rsyslog.service;
   systemctl restart rsyslog.service;
Confirmedusers, editor
37,784

edits