starbound_server_quick_start
This is an old revision of the document!
Server install guide from here. Config info from here.
Note: Default port is 21025.
At the shell:
sudo apt-get install lib32gcc1 libpng12-0 cd mkdir steamcmd cd steamcmd wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz tar zxvf steamcmd_linux.tar.gz chmod +x steamcmd.sh ./steamcmd.sh
In steamcmd. Password will echo when logging in!
> login USERNAME > force_install_dir /path/to/starbound/ > app_update 211820 > exit
Back at the shell:
cd /path/to/starbound/linux64 ./starbound_server
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.1390767804.txt.gz · Last modified: 2014/01/26 12:23 by tkbletsc