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

Next revision
Previous revision
starbound_server_quick_start [2014/01/26 12:13] – created tkbletscstarbound_server_quick_start [2014/01/26 12:28] (current) tkbletsc
Line 1: Line 1:
 +Server install guide from [[http://community.playstarbound.com/index.php?threads/dedicated-starbound-server-under-gnu-linux-port-forwarding.55631/|here]]. Config info from [[http://www.reddit.com/r/starbound/comments/1s4l04/servers_and_you_getting_started_guide/|here]].
 +
 +**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 10: Line 16:
 ./steamcmd.sh ./steamcmd.sh
 </code> </code>
-In steamcmd:+ 
 +In steamcmd.  WARNING Password will echo when logging in!
 <file> <file>
-> login USERNAME                   // WARNING: password will echo +> 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:
 <code=bash> <code=bash>
 cd /path/to/starbound/linux64 cd /path/to/starbound/linux64
-./launch_starbound_server.sh+./starbound_server
 </code> </code>
  
 +Ctrl+C to exit.
 +
 +This creates the default config file in ''starbound/starbound.config'', JSON style.  Key things to change:
 +  "serverName" : "WHATEVER",
 +  "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.1390767182.txt.gz · Last modified: 2014/01/26 12:13 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki