ich777 / docker-steamcmd-server

Simple Dockerfile that installs steamcmd and a selected game server
119 stars 95 forks source link

Astroneer - HeartbeatInterval issue #37

Closed Stultusaur closed 1 year ago

Stultusaur commented 1 year ago

Issue: Server is becomes unregistered after 2-3 minutes of run time and appearing offline, as the heartbeat interval in the AstroServerSettings.ini is configured to "0" by default.

Resolution: After a discussion on the Astroneer discord, removing the line 'HeartbeatInterval=0' from the start-server.sh script, will resolve this issue.

After removing this line from my server, it has resolved the issue of the server showing up as Offline after a few minutes of run time.

ich777 commented 1 year ago

Please update the container itself, the container will now automatically remove that line if it's found and not inject it anymore on first start.

Hope it's working for you.

Please close this issue if you have tried it.

Stultusaur commented 1 year ago

Hey mate, yeah I have removed the line already, just created this so you could fix it in the start script :)

Thanks mate!