RDP connection failure

shaik amjad 1 Reputation point
2021-11-10T02:29:38.303+00:00

unable to rdp to windows server 2019 after promoting it to domain controller . after promoting the server to domain controller and restarting unable to connect the server.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,665 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,796 Reputation points
    2021-11-11T10:52:47.867+00:00

    Hi there,

    I suggest you to check the status of the RDP protocol on a remote computer

    To check and change the status of the RDP protocol on a remote computer, use a network registry connection:

    First, go to the Start menu, then select Run. In the text box that appears, enter regedt32.
    In the Registry Editor, select File, then select Connect Network Registry.
    In the Select Computer dialog box, enter the name of the remote computer, select Check Names, and then select OK.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server and to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services.

    If the value of the fDenyTSConnections key is 0, then RDP is enabled.
    If the value of the fDenyTSConnections key is 1, then RDP is disabled.
    To enable RDP, change the value of fDenyTSConnections from 1 to 0.

    You can also try the additional Remote Desktop connection troubleshooting from here https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/troubleshoot/rdp-error-general-troubleshooting

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    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.