RDP problem

Kamal Prakash Pal 0 Reputation points
2024-11-24T13:35:02.1133333+00:00

Windows server vm at vmware vcenter not accepting any user name or password while accessing via RDP however in vcenter console it accepting user name and password

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,531 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,310 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 34,516 Reputation points
    2024-11-24T16:54:27.01+00:00

    What is the exact error message that you are getting?

    Did you enable remote desktop services on the server? Did you check the firewall rules both on the server and any network based firewalls that you may have in place?

    Open a Powershell prompt on the client machine and verify that it can connect to port 3389 on your server.

    Test-NetConnection -ComputerName YourServerName -CommonTCPPort RDP
    

    Log on to the server and verify that the remote desktop services are running and listening on 3389.

    netstat.exe -aon |findstr.exe -i listen | findstr.exe 3389
    

    Also check the security eventlog and look for logon failures for the account that you are attempting to log in with.

    Have you viewed instructional videos like this one that shows how to enable RDP?

    youtu.be/iBURZ1n5V3E

    There are other sites on the net that offer setup instructions, have you reviewed them?

    www.bing.com/search?q=windows+server+configure+remote+desktop

    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.