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

Last revisionBoth sides next revision
starbound_server_quick_start [2014/01/26 12:13] – created tkbletscstarbound_server_quick_start [2014/01/26 12:23] 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.**
 +
 At the shell: At the shell:
 <code=bash> <code=bash>
Line 10: Line 14:
 ./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 /path/to/starbound/
 > app_update 211820 > app_update 211820
Line 21: Line 26:
 <code=bash> <code=bash>
 cd /path/to/starbound/linux64 cd /path/to/starbound/linux64
-./launch_starbound_server.sh+./starbound_server
 </code> </code>
  
 +This creates the default config file in ''starbound/starbound.config'', JSON style.  Key things to change:
 +  "serverName" : "WHATEVER",
 +  "serverPasswords" : [ "SERVER_PASSWORD" ],
  
starbound_server_quick_start.txt · Last modified: 2014/01/26 12:28 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki