Remote Dekstop to Windows Server 2016 not working

Leirk Enterprise 21 Reputation points
2021-09-14T09:56:26.47+00:00

Hi,

I was able to remote desktop from a different subnet to my windows server 2016 for weeks. One day I install Hikvision's app on the server and since then I've not been able to access the server. Tried a couple of things that didn't work:

  • checked whether I've enabled port forwarding on the cisco firewall (yes)
  • checked whether remote desktop is enabled on server and unchecked connection requiring NLA (yes)
  • checked whether the server is listening on the port (yes)
  • checked group settings to see whether the server allows incoming connections (yes)
  • checked whether 'require use of security layer' in group settings is enabled and configured for RDP (yes)
  • checked windows firewall to see whether the inbound port rule is correct & allowed (yes)
  • checked whether the particular port is configured in the registry ,since I'm not using 3389 (yes)

I'm now stuck. Anyone with any ideas what the issue could be?

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
{count} votes

Accepted answer
  1. Anonymous
    2021-09-14T11:50:49.95+00:00

    Might try from PowerShell from source and target (use target ip address in both cases).

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    2 people found this answer helpful.

8 additional answers

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2021-09-14T12:58:15.23+00:00

    Hello,

    Thank you for your question.

    I would like to suggest you to check below Troubleshooting steps.

    1. Please try to ping the server
    2. Disable Firewall on Client computer and on the Server for temporary.
    3. Disable Antivirus on Client computer and on the server for temporary.
    4. Please check date and time are synced
    5. Download PortQry from below Microsoft site to see if the port open and reachable from client computer
      https://www.microsoft.com/en-in/download/details.aspx?id=24009

    Hope this helps,
    Thank you,


  2. Charles Thivierge 4,171 Reputation points
    2021-09-14T13:21:44.903+00:00

    What is the particular RDP port you are using ?

    Is it possible it has an issue with one of the port the application is using ?

    hth


  3. Charles Thivierge 4,171 Reputation points
    2021-09-15T09:33:27.183+00:00

    If you open a cmd with admin rights on the Windows 2016 server, run this command

    Netstat -anob > c:\temp\portlist.txt

    Then look for the RDP port and look for the process that is associated with the port


  4. Charles Thivierge 4,171 Reputation points
    2021-09-15T11:31:42.223+00:00

    Does it try to negotiate a connection?
    Can you see... "Securing remore connection" or "Configure remore session" or there is nothing


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.