Starbound how to make a server

broken image
broken image

steamcmd.sh +login USERNAME PASSWORD +force_install_dir /home/steam/Steam +app_update 211820 validate +quitĪnd set up the run script as file /home/steam/bin/run_starbound.

broken image

steamcmd.sh +login $USERNAME $PASSWORD +force_install_dir $STARBOUNDSERVERDIR +app_update 211820 validate +quit After doing so, you will be sent a message. To open the chat, press ENTER on your keyboard, then type /whoami in chat and hit ENTER again. This paragraph takes you through the /whoami command as an example. All commands start with a / (forward slash). Set up the update script as file /home/steam/bin/update_starbound.sh #!/bin/sh Unlike other games, Starbound doesnt have a console to type commands into - all you have to do is type them into chat. So now as user “steam” download steamcmd and prepare the run scripts. sudo yum install glibc.i686 libstdc++.i686 libvorbis

broken image

Install steam and its prerequisites and Starbound’s prerequisites. The end goal includes running Starbound as a system service (although the actual systemctl enable rvice commands are not documented here) and presenting a web page for easy administration of the application. Minecraft, Terraria, and Starbound, as well as occasionally some other things I do, such as making Mods. My Ark: Survival Evolved server setup (with complementing web page for administering) is still undocumented… List of Discord servers tagged with starbound. Technically it was a migration of an existing map, or “universe.” Here’s how to do it. I recently set up a Starbound dedicated server instance on my CentOS 7 machine.