starbound_win64 starbound steamcmd Starbound starbound_server.exe storage/starbound_server.log win64 128 None 533830 "gameServerBind" : "[\*\.\d]*" "gameServerBind" : storage/starbound_server.config sq "queryServerBind" : "[\*\.\d]*" "queryServerBind" : storage/starbound_server.config sq "rconServerBind" : "[\*\.\d]*" "rconServerBind" : storage/starbound_server.config sq "gameServerPort" : [\w\-\s]* "gameServerPort" : storage/starbound_server.config s "queryServerPort" : [\w\-\s]* "queryServerPort" : storage/starbound_server.config s "rconServerPassword" : "(.*)" "rconServerPassword" : storage/starbound_server.config sq "maxPlayers" : [\w\-\s]* "maxPlayers" : storage/starbound_server.config s "serverName" : "(.*)" "serverName" : storage/starbound_server.config sq "runQueryServer" : [\w\-\s]* "runQueryServer" : true storage/starbound_server.config "runRconServer" : [\w\-\s]* false "runRconServer" : storage/starbound_server.config s Enable/Disable RCON. "rconServerPort" : [\w\-\s]* 21026 "rconServerPort" : storage/starbound_server.config s Port of RCON. config="starbound_server.config" if [ -s "storage/$config" ] then echo "File $config found. OK!" else echo "File $config not found." echo "Downloading default config file in $config!" mkdir -p storage wget https://pastebin.com/raw/ZDczT5mw -O storage/$config fi storage/starbound_server.config