Windows – The logon attempt failed when using Remote Desktop Connection

networkingremote desktopwindows 7

I enabled Remote Desktop Connection, forwarded the ports, the services are running, but I can't connect.

On the 'host' computer, running the client program for IP address 127.0.0.1 is successful. I enter my admin username and password, and I log in successfully.

On the actual computer I want to act like a client, connecting to my host's public IP address gives me a logon prompt. I enter the same username and password, but I get "The logon attempt failed".

How do I fix this?

Best Answer

When you enter the login info, you need to enter the domain or machine the account is registered on. So if your remote host is "foo" and your client is "bar" and both have "administrator" accounts with different passwords, then specify "foo\administrator" (and then its PW) on the client connect side. The syntax is "<machine name> <back slash> <user name>".

Related Question