Hi,
I’m trying to set up a minecraft server on my machine. I’ve forwarded the port 25565 for tcp and udp and other people still can’t connect to my server.Am I missing something?
Hi,
I’m trying to set up a minecraft server on my machine. I’ve forwarded the port 25565 for tcp and udp and other people still can’t connect to my server.Am I missing something?
To begin with, I have no idea about Minecraft.
But while forwarding through a router is crucial to let clients from outside contacting, it is not the only thing. The server program must run on the system, it must listen on the port(s) and a firewall on the sytem should not block the contacting. You explain about the forwarding, but nothig about the system.
Output of the command “ss -apn” should show you which processes are listening on which ports on your server. I guess with minecraft server it should be some java process listening on 25565 port.