docker-minecraft-bedrock-server
docker-minecraft-bedrock-server copied to clipboard
Unable to find server
Hello, I have run the docker server on linux with command: docker run -d -it -e EULA=TRUE -p 19132:19132/udp itzg/minecraft-bedrock-server
And its running:
[root@localhost ~]# docker container list CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b5bf98286bf4 itzg/minecraft-bedrock-server "/usr/local/bin/en..." 6 minutes ago Up 6 minutes (healthy) 19132/udp, 0.0.0.0:19132->19132/tcp xenodochial_murdock
Although, I can not see this server when trying to connect from my phone or tablet.
After manually adding that server, is not able to connect to it, the server is not found.
All devices are on the same network.
Please advise.
It looks like the docker run you had actually used was a tcp port binding instead of UDP. The container list shows 0.0.0.0:19132->19132/tcp. Re-run the docker run you pasted above and it will probably work.
I had the same issue on tablet and on phone when attempting to connect to a server hosted on the internet and it failed as well. However when trying when a server hosted on a local network I was able to connect to the server using my tablet. Is it the normal behavior? In both cases i was able to scan the udp port 19132 using nmap so the server should be available theoretically.