User Tools

Site Tools


starbound_server_quick_start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
starbound_server_quick_start [2014/01/26 12:23] tkbletscstarbound_server_quick_start [2014/01/26 12:28] (current) tkbletsc
Line 2: Line 2:
  
 **Note: Default port is 21025.** **Note: Default port is 21025.**
 +
 +====== Install ======
  
 At the shell: At the shell:
 <code=bash> <code=bash>
 sudo apt-get install lib32gcc1 libpng12-0 sudo apt-get install lib32gcc1 libpng12-0
-cd+cd /path/to/starbound
 mkdir steamcmd mkdir steamcmd
 cd steamcmd cd steamcmd
Line 18: Line 20:
 <file> <file>
 > login USERNAME > login USERNAME
-> force_install_dir /path/to/starbound/+> force_install_dir ..
 > app_update 211820 > app_update 211820
 > exit > exit
 </file> </file>
 +
 +====== Configure ======
 +
  
 Back at the shell: Back at the shell:
Line 28: Line 33:
 ./starbound_server ./starbound_server
 </code> </code>
 +
 +Ctrl+C to exit.
  
 This creates the default config file in ''starbound/starbound.config'', JSON style.  Key things to change: This creates the default config file in ''starbound/starbound.config'', JSON style.  Key things to change:
Line 33: Line 40:
   "serverPasswords" : [ "SERVER_PASSWORD" ],   "serverPasswords" : [ "SERVER_PASSWORD" ],
  
 +====== Script ======
 +
 +
 +Server launch script ''go'':
 +  cd linux64
 +  ./starbound_server
 +
 +Server update script ''update'':
 +  cd steamcmd
 +  ./steamcmd.sh  +login StabbyMcDamage  +force_install_dir ..  +app_update 211820  +exit
starbound_server_quick_start.1390767804.txt.gz · Last modified: 2014/01/26 12:23 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki