Share via

Issue to RDP

Peter_1985 3,151 Reputation points
2026-01-03T09:53:13.58+00:00

Hi,

Only today, I could not use RDP to get into the server but at the same time, it is fine to VNC to get into that. What can be the issue? How to identify the exact reasons?


Moderator: Moved from Microsoft Security | Microsoft Authenticator

Windows for business | Windows Server | User experience | Remote desktop clients
0 comments No comments
{count} votes

Answer accepted by question author
  1. Harry Phan 15,915 Reputation points Independent Advisor
    2026-01-04T02:08:05.6266667+00:00

    Hello Peter,

    If RDP stopped working while VNC still connects, the issue is isolated to Remote Desktop Services. First check if the TermService is running with sc query termservice; restart it if needed. Verify port 3389 is listening using netstat -ano | findstr 3389. If not, the RDP listener may be disabled—inspect HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp and ensure it’s active.

    Confirm firewall rules allow inbound 3389 by checking “Remote Desktop (TCP-In)” in wf.msc. Review Event Viewer under TerminalServices-RemoteConnectionManager and LocalSessionManager for errors. Also check that “Allow remote connections” is enabled in System Properties or via GPO under Remote Desktop Session Host > Connections.

    By validating service status, port listener, firewall, and event logs, you can pinpoint whether the failure is due to service corruption, blocked traffic, or policy misconfiguration.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Harry.


1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-01-03T09:53:21.8166667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you are able to connect to the server using VNC but not through RDP, there could be several reasons for this issue. Here are some potential causes and steps to identify the exact reasons:

    1. Remote Access Not Enabled: Ensure that remote access is enabled on the server. If it's not enabled, you won't be able to connect via RDP.
    2. RDP Listener Issues: The RDP-TCP listener may not be functioning correctly. You can check if the listener is active and properly configured.
    3. Firewall Configuration: Check the firewall settings to ensure that RDP traffic (TCP port 3389) is allowed. You can verify this by checking the inbound rules in the Windows Firewall settings or using PowerShell commands to ensure that the Remote Desktop rules are enabled.
    4. Network Configuration: Verify that the server is reachable on the network. If there are any network issues or restrictions, they could prevent RDP connections.
    5. Anti-Virus Interference: Sometimes, anti-virus software can block RDP connections. If possible, try temporarily disabling the anti-virus to see if it resolves the issue.
    6. User Permissions: Ensure that the user account you are using has the necessary permissions to access the server via RDP. If the account is not authorized for remote login, you will encounter access denied errors.

    To troubleshoot, start by checking the RDP settings and firewall rules, and then verify the network connectivity to the server. If the issue persists, you may need to consult with Microsoft Support for further assistance.


    References:

    0 comments No comments

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.