is the port open locally? if it's Windows, test it using netstat
netstat -anb | findstr LISTENING
see if the port is listening
You can also test with telnet “, like:
Telnet localhost 7777
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I created a VM with Windows 10 O.S. to use as a server. It turns out that the accuracy of a connection through port 7777 (TCP and UDP), has already been created as security rules both in the machine's firewall and in the Azure portal. The problem is that, when testing, it always gets the return that the port is closed or inaccessible. Could anyone/know how to help me with this situation?
is the port open locally? if it's Windows, test it using netstat
netstat -anb | findstr LISTENING
see if the port is listening
You can also test with telnet “, like:
Telnet localhost 7777