VM start but I wait long. Then is not possible to connect VM

Got Transport Ltd 0 Reputation points
2026-06-25T10:59:31.18+00:00

Hi. Please help: VM start but I wait long then is not possible to connect VM. I am user of VM for short time. I am still learning. To Monday this week my VM let me practice and using it. But then I change something and now I am stack for few days. FIrstly when I start VM I have to wait long abount 10 min. Secondly when VM start and I try connect via RDP file there is said:Remote access to the server is not enabled, The remote computer is turned off, Yhe remote computer is not availeble on the network.

Please advise me.

Thank you

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Andreas Baumgarten 132.3K Reputation points MVP Volunteer Moderator
    2026-06-25T11:32:17.0866667+00:00

    Hi @Got Transport Ltd ,

    please take a look here and follow/verify the steps: Troubleshoot Remote Desktop connections to an Azure virtual machine


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    Was this answer helpful?

    0 comments No comments

  2. Got Transport Ltd 0 Reputation points
    2026-06-25T11:24:51.5666667+00:00

    In the VM blade, under Help, open Resource health and confirm the VM is Available : yes there is said :2 health events

    Was this answer helpful?


  3. AI answer

    2026-06-25T11:00:09.4266667+00:00

    Follow these steps in order and test RDP after each one:

    1. Check that the VM is really running
      • Go to the Azure portal and open the VM.
      • On the Overview page, confirm the Status is Running (not Stopped/Deallocated or Updating).
      • If it is stopped, click Start and wait a few minutes before trying RDP again.
    2. Use Azure’s built‑in RDP reset This fixes cases where “Remote access to the server is not enabled” or Windows Firewall is blocking RDP.
      • In the Azure portal, open the VM.
      • In the left menu, scroll down to the Help section.
      • Select Reset password.
      • Set Mode to Reset configuration only.
      • Click Update.
      • Wait 1–2 minutes, then try connecting again with your RDP file.
    3. Verify RDP (TCP 3389) is allowed in networking If something was changed in networking, RDP may be blocked.
      • In the VM blade, go to Networking.
      • Check the Inbound port rules for the NIC and subnet NSG.
      • Ensure there is an Allow rule for:
        • Protocol: TCP
        • Port: 3389
        • Source: your IP (or Any, depending on your setup)
        • Priority lower (higher precedence) than any Deny rules.
      • If there is a Deny rule with a lower number (higher priority) that matches your traffic, RDP will fail with the error you see.
    4. Check VM health and boot state If the VM takes a long time to start, it might be stuck during boot.
      • In the VM blade, under Help, open Resource health and confirm the VM is Available.
      • Check Boot diagnostics (screenshot/logs) for signs the OS is stuck (for example, on updates or errors). If the screenshot shows “Working on features” or similar for a long time, the OS may still be applying changes.
    5. Check that the network interface inside the VM is enabled (if you changed networking) If the NIC inside Windows was disabled, no RDP or network connections will work.
      • Use the Serial Console from the VM blade (if available) to open a CMD session.
      • Run:
             netsh interface show interface
        
      • If the main interface shows as Disabled, enable it:
             netsh interface set interface name="<interface name>" admin=enabled
        
      • Run netsh interface show interface again to confirm it is Enabled, then try RDP.
    6. If still failing, verify routing and local firewall
      • Use Network Watcher tools such as IP flow verify and Next hop (from the VM’s region) to confirm that:
        • Traffic to TCP 3389 from your client IP is allowed and correctly routed.
      • On your own PC/network, ensure outbound TCP 3389 is not blocked by a local or corporate firewall.
    7. As a last resort
      • If all the above are correct and RDP still fails with the same message, consider Redeploy from the VM blade (moves the VM to new Azure hardware while keeping disk and config) and test again.
      • If the problem persists, open an Azure support request from the portal so support can check platform‑side issues.

    These steps specifically address the general RDP error: remote access not enabled, computer turned off, or not available on the network, and the long start time suggests the VM may be stuck during boot or misconfigured networking/RDP.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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