This problem happens because Windows only allows two remote terminal service connections to be logged in as an Administrator. You’ve either got two people already on that server as an Administrator, or more likely, you’ve got a disconnected session that is still logged in (simply closing the RDP session does not log you out, you need to log out from the Start Menu on the remote server).

To force yourself to log in as an admin (provided you have admin credentials to log on with) execute the following from your local computer:

For users with XP SP3, Vista, or terminal services client => 6.1:

  • Start > Run >

mstsc /v:0.0.0.0 /f /admin

Otherwise:

  • Start > Run >mstsc /v:0.0.0.0 /f /console

…Replace the 0.0.0.0 with your IP address, type in your username/password at the prompt and you are good to go.

For more information on the mstsc command click here.

Free bonus: Need to Ctl + Alt + Del in an RDP window? Don’t work? Try Ctrl + Alt + End instead.

Was this answer helpful? 0 Users Found This Useful (0 Votes)