Can't connect to server
Hi First of all, I would like to express my gratitude for creating a Docker image. But I have some questions/problems:
I put a server up on my K8S cluster using your image and it seems it is running.
Is it normal that there are no more messages after the "START GAME" log message and all the log messages are put inside the /appdata/space-engineers/instances/SpaceEngineersDedicates_*.log file?
I can't connect to the server. When I try the direct connect, the "Joining Game" window pops up and immediately vanishes. I get no error message and can't see anything in the server logs that locks like a login attempt. But the server seems to be running, I get Memory statistics, the Meteor event get scheduled, etc. Do you have any hints for me that can help me debugging the problem?
Hi, and thanks.
On my server there are logs after START GAME too, not as detailed as in the log file but atleast there are some.
I assume the server is running if you can see meteor events and other stuff in the log file. So maybe its an issue with the firewall or the IP adress. Search the logs for the ip adress the server is using.
For more help, maybe add the log file
Here are the 2 logs:
SpaceEngineersDedicated.log (This time no meteor events, the servers wasn't running for that long)
entrypoint.sh output
I replaced my public IP with x.x.x.x.
I think I found the issue: Bind IP : 10.42.1.36:27016. It binds against the IP of the Kubernetes Pod. I tried to replace the IP inside of the SpaceEngineers-Dedicated.cfg with my public IP or 0.0.0.0 but they got replaced again by the IP of the pod.
same issue with docker, use IP from container and not from host. config file is rewrite at each start