remote desktop will not connect to my VPS

L C 6 Reputation points
2022-05-05T20:37:15.407+00:00

"Remote Desktop can't connect to remote computer for one of these reason". 1. remote access to server is not enabled. 2. The remote computers turned off 3. The remote computer is not available on the network.

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-05-05T21:05:22.333+00:00

    Might try from PowerShell on both source and target (using target ip address in both).

    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--

    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.