Please Help When i open https://x.x.x.x:10000 it said connection timed out so i typed"netstat -an | grep :10000"

netstat -an | grep :10000

Result :

tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN

tcp 0 0 :::10000 :::* LISTEN

udp 0 0 0.0.0.0:10000 0.0.0.0:*

Hi,

Connection timed out, means that there is no reply from the host.

The most common reason why this is happening, is host’s firewall blocking port 10000 for incoming connections.