RDP not allowed

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

Guest
Hi,

I enable remote desktop on my Server but am not able to connect when I use
the client.
Error message: RDP might not be enable or computer to busy to accepts new
connection.

Thanks
 
Re: RDP not allowed

In a CMD window, type

netstat -a

on the server and look to see it it's accepting 3389 connections. If it is,
go to the client, open MSTSC and try to connect to the server. In the
meantime, on the client, in a CMD window, type

netstat -no

(that's an "oh" and not a zero)

and see if the connection to the server is "established" or at another
state. You can use the PID of the output to find the right process for
MSTSC.

We'll move from there once you come back with the answer.

--
Sincerely,

Daniel Petri
MVP, Senior IT consultant, trainer
www.petri.co.il

"Mario" <Mario@discussions.microsoft.com> wrote in message
news:2A1C4477-D515-4121-8AE2-B80137F84F9D@microsoft.com...
> Hi,
>
> I enable remote desktop on my Server but am not able to connect when I use
> the client.
> Error message: RDP might not be enable or computer to busy to accepts new
> connection.
>
> Thanks
 
Back
Top