Link to home
Start Free TrialLog in
Avatar of al4629740
al4629740Flag for United States of America

asked on

accessing terminal server

I setup terminal server and I typed in our server IP address in RDP the following way:

192.168.254.9/console

The error I get is that it can't find the computer.

Where should I try troubleshooting
Avatar of James H
James H
Flag of United States of America image

Try putting a space after the last octet

192.168.254.9 /console
Avatar of al4629740

ASKER

Still no good
try it with admin switch:

192.168.254.9 /admin
still the same
Go back to server and run netstat -a
See if port 3389 is listening. You can physically access this server, right?
Ah.

I access it on port 5540

So what do I type to access it
Use the below command to access the server with the specific port.

mstsc /v 192.168.254.9:5540 /admin.

Note: /admin or /console is depend upon the version.To know which option is supported, from command prompt run mstsc /? which will give the option it support.
SOLUTION
Avatar of James H
James H
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I erred in my comment.  It looks like it is port 3389 and it does not appear to be listening.  What should I do to turn it on?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial