Jump to content

Can't connect to server


Giddion

Recommended Posts

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...