stationeers_linux64 steamcmd Stationeers rocketstation_DedicatedServer.x86_64 -autostart -batchmode -nographics %HOSTNAME% %PORT% %QUERY_PORT% %WORLDNAME% %LOADNAME% %SAVEINTERVAL% %PLAYERRETAIN% %MAP% -logfile output.txt 485 output.txt 10 None 600760 anonymous my_game ns Save Name file my_game ns Save Name file 900 ns Amount of time to keep player active after logoff/disconnect (seconds) 300 ns Interval in Seconds for save ns Defines the map of the server. defaultini="default.ini" if [ -s "$defaultini" ] then echo "File $defaultini found. OK!" else echo "File $defaultini not found." echo "Generating new default.ini file in $defaultini!" touch $defaultini echo [SERVER]> $defaultini echo SERVERNAME=My Stationeers Server>> $defaultini echo GAMEPORT=27500>> $defaultini echo UPDATERPORT=27015>> $defaultini echo PASSWORD=>> $defaultini echo MAPNAME=Moon>> $defaultini echo DESCRIPTION=Stationeers>> $defaultini echo MAXPLAYER=10>> $defaultini echo [RCON]>> $defaultini echo RCONPASSWORD=stationeers>> $defaultini fi default.ini