Can't connect to server

Giddion

Refugee
I created a new 7DaysToDie server on a Linux box I rent. I used vinanrra/Docker-7DaysToDie docker image and it seems to be starting and it is displaying in the server list for Join but when I try to connect I get an error "Could not retrieve server ID"

Startup logs are here: https://docs.google.com/document/d/17mp67vX12-WOPpYePy5mGryHx9xOFZErOWfDpa3_bDA/edit?usp=sharing

I can connect to the ports that are needed as I understand it.

$ nc -zv 116.202.50.45 26900
Connection to 116.202.50.45 port 26900 [tcp/*] succeeded!
$ nc -zvu 116.202.50.45 26900
Connection to 116.202.50.45 port 26900 [udp/*] succeeded!
$ nc -zvu 116.202.50.45 26901
Connection to 116.202.50.45 port 26901 [udp/*] succeeded!
$ nc -zvu 116.202.50.45 26902
Connection to 116.202.50.45 port 26902 [udp/*] succeeded!



I had asked on the Docker's git and the dev says the logs look fine to them.

https://github.com/vinanrra/Docker-7DaysToDie/discussions/128

 
Added 26903 to the docker tested with NC

$ nc -zvu 116.202.50.45 26903
Connection to 116.202.50.45 port 26903 [udp/*] succeeded!

Same Error when trying to connect

 
This is very odd, the NC command I'm doing from my home computer in New Egland USA and the server is in Germany. I'm going to have to take a look a little deeper.

 
Back
Top