Not possible to connect with RDP on Windows 11 Arm64 VM

79064419 0 Reputation points
2023-11-18T18:02:38.4833333+00:00

I have crated my first Win 11 ARM64 virtual machine in Azure. After two days a RDP connection was not possible anymore. I have deleted and created a new one but the problem still exists. Port check show "accessible", and other Win x64 VMs are accesible too, but Win 11 ARM64 not . What could be a problem?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,572 questions
Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
341 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
341 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,399 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,974 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 26,131 Reputation points Microsoft Employee
    2023-11-18T22:27:55.8133333+00:00

    Hello, @79064419 !

    Why am I suddenly not able to RDP on my Windows 11 VM?

    There are several possible causes for this including a couple Windows 11 specific issues. For a full list, refer to Azure VM RDP troubleshooting:

    https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-rdp-connection

    From your description, I would start with the following:

    • Known Windows 11 22H2 issue: The 22H2 update caused an issue with RDP connections that prevents clients from connecting. This is resolved by disabling UDP using the registry:

    From nanosani:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows NT \ Terminal Services \ Client   Look for fClientDisableUDP. If you can't find it, create a new DWORD entry and set its value to 1.

    (Source 1, Source 2, Source 3)

    • Reset your RDP connection. This troubleshooting step resets the RDP configuration when Remote Connections are disabled or Windows Firewall rules are blocking RDP, for example.
    • Verify Network Security Group rules. Less likely in this scenario, but worth confirming that there isn't an NSG issue. Use IP flow verify to confirm if a rule in a Network Security Group is blocking traffic to or from a virtual machine.

    Try those first. If that doesn't work, then I would work through the rest of the RDP troubleshooting list to rule out possible causes. If you complete the troubleshooting list and are still running into issues, let us know in the comments so we can continue to work through this.


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    0 comments No comments