I can't access port 7777 from my Azure VM

João Víctor Monteiro 6 Reputation points
2022-10-27T19:43:16.85+00:00

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?

254921-imagem-01.png254827-img-02.png

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,043 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jackson Martins 10,606 Reputation points MVP Volunteer Moderator
    2022-10-27T19:46:21.55+00:00

    Hi @João Víctor Monteiro

    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.