Not able to connect Azure Windows Server to RDP

Shushma K 20 Reputation points
2023-06-30T12:19:46.5833333+00:00

Hi,

Not able to connect to my Azure Windows Server using RDP. It was connecting till 30th June 2023 11AM IST. We have tried installing a third party firewall and the Windows Server got frozen and then after we are not able to connect to the Windows Server using RDP or ping the server from our local.

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

Accepted answer
  1. KarishmaTiwari-MSFT 20,777 Reputation points Microsoft Employee Moderator
    2023-07-11T01:34:10.5066667+00:00

    @Shushma K

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer. Accepted answers show up at the top, resulting in improved discoverability for others.

    Issue: Not able to connect Azure Windows Server to RDP

    Solution: Once connected to the server's console, try to uninstall the third-party firewall software using its uninstallation method. This could be through the Control Panel's "Programs and Features" or by running the software's uninstaller if it provides one.
    Cx shared - "I was able to restore using the Serial Console."

    If your issue remains unresolved or have further questions, please let us know in the comments how we can assist. We are here to help you and strive to make your experience better and greatly value your feedback.

    User's image

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Priscilla Soares | Escola São Domingos 400 Reputation points
    2023-06-30T12:40:49.4033333+00:00

    I'm sorry to hear that you're experiencing issues connecting to your Azure Windows Server. There could be several reasons why you're unable to establish an RDP connection or ping the server. Here are a few troubleshooting steps you can try:

    Check the server's network connectivity: Make sure that the server has a stable network connection. Ensure that the network adapter is enabled and properly configured in the Azure portal. You can also try restarting the server to see if it resolves any temporary network issues.

    Verify the server's public IP address: Double-check that the server's public IP address is correct and hasn't changed. You can find the IP address in the Azure portal by navigating to the Virtual Machine's Networking settings.

    Review the network security group (NSG) rules: NSGs are used to control inbound and outbound traffic to your Azure resources. Ensure that the NSG associated with your server allows incoming Remote Desktop Protocol (RDP) traffic (port 3389) from your IP address or the IP range you're connecting from.

    Check the Windows Firewall settings: If you've installed a third-party firewall on the server, it might have altered the Windows Firewall configuration. Make sure that RDP traffic is allowed through the Windows Firewall. You can temporarily disable the firewall to check if it's causing the issue.

    Validate the RDP endpoint: Confirm that the Remote Desktop feature is enabled on the server. You can check this in the System Properties of the server. Additionally, ensure that the RDP port (3389) is not blocked by any other software or firewall.

    Restart the server: Sometimes, a simple server restart can resolve connectivity issues. You can restart the server from the Azure portal or by using the Azure PowerShell or Azure CLI.

    Review event logs and diagnostic information: If the above steps don't resolve the issue, you can check the server's event logs and diagnostic information for any error messages or clues about the problem. This information can help you pinpoint the underlying cause.

    If none of these steps help, I would recommend reaching out to Azure support for further assistance. They will be able to analyze your specific configuration and provide more targeted guidance.

    Remember to always exercise caution when modifying server configurations and installing third-party software to avoid potential issues in the future.

    1 person found this answer helpful.

  2. Shushma K 20 Reputation points
    2023-06-30T12:48:40.9733333+00:00

    Hi Priscilla, thanks for replying. We have tried installing the third party software for firewall and after that its not working. Is there any way i can override the changes/remove the software so that my windows server can be regained to the older state.

    0 comments No comments

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.