Replies: 9 comments 4 replies
-
You have to look at the docker settings for what the "external" ports are on your docker image. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Okay so I put the mode into bridge mode and gave it a static IP. I was able to connect locally using the IP I set it to (192.168.xx.xx) but how can I get it so people outside my network can join? |
Beta Was this translation helpful? Give feedback.
-
I would suggest deleting off the 2nd and 3rd port mappings and change the host port on the first to 25565: It's the first one you'll want to reference in your router's port forwarding and a fixed port value will be much easier to manage. |
Beta Was this translation helpful? Give feedback.
-
Also be carefull about an open server. |
Beta Was this translation helpful? Give feedback.
-
I have this issue currently where I can connect from any local machine but cannot connect through the public ip, or dns service, although I was able to before the docker method and simply running a server off of the windows machine. Currently the issue is happening with current docker version (everything as of 11/25/21) on currently updated Linux Mint xfce that I have running on a machine here. I have checked and double checked that the ports are forwarded from my router and did the port publishing when running the image, I have beat my head against every resource that was available but nothing suggested did anything, including trying the image again with -p for the 25565 ports, and attempting to check that docker would be listening on all hosts that was also suggested elsewhere, no dice on anything. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, but mine doesn't fixed itself and I didn't find any solution. Although I reinstalled everything twice. Have anyone an idea why it's not working? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thank you for the answer. It was a different problem. I noticed that if I run the server as a container with docker run .... or with the yml file but with docker-compose I'm able to connect. It wasn't working only as service. I've tried postgres container as a service - again it wasn't working. So I've reinstalled docker on my windows PC and now it works great. Maybe something with the networks' management was messed up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I recently setup the itzg minecraft server docker on my QNAP NAS. I've gotten the server to startup and everything went smoothly. However, I cannot connect to the server using my public IP or localhost.
I'm not sure if this is a problem with my NAS settings or not.
Beta Was this translation helpful? Give feedback.
All reactions