pg9182 / northstar-dedicated

Docker image for the Northstar dedicated server.
https://ghcr.io/pg9182/northstar-dedicated
zlib License
101 stars 17 forks source link

error in command line #129

Open TheSlyFox3033 opened 2 months ago

TheSlyFox3033 commented 2 months ago

so im running this server on debian 12 and everything was working fine until it started doing something called "connecting local server to master server" but it seemed to time out. and i cant connect to the server. image

GeckoEidechse commented 2 months ago

Invalid Value means port forwarding isn't set up or working properly resulting in your game server being unable to register with master server and appearing on server browser.

If you are just trying to connect to your server locally, make sure you enable insecure auth to disable the authentication mechanism.

Check the README for the docker image as we as the wiki for more info https://r2northstar.gitbook.io/r2northstar-wiki/hosting-a-server-with-northstar/local-only-server

For Docker image you wanna set NS_INSECURE as described in the readme

TheSlyFox3033 commented 2 months ago

ok fixed it. works fine. except the fact that for some reason loadouts. don't save at all. i will make the loadout. play a round. leave the server. come back and its back to default

GeckoEidechse commented 2 months ago

ok fixed it. works fine. except the fact that for some reason loadouts. don't save at all. i will make the loadout. play a round. leave the server. come back and its back to default

That's expected when running in insecure mod as loadouts are not loaded from the masterserver in this case but from the gameserver.