Currently, I have a Windows 2003 Server that I connect remotely using Remote Desktop as administrator.

It allows two concurrent sessions for the administrator plus a console session. How can I increase this limit to 5?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Windows 2003 by default allows the RDP connections to administer the server remotely. But if you want more users to login and work on the same, you need to make it as a Terminal Server and you also need to buy licenses for your clients that connect to it.

It is called CALs and it can be either per device or per user. So if you have 5 licenses, you'll be able to connect to that server the way you want.

But I'm not sure whether this is what you are looking for.

Go to Run Command->Type gpedit.msc->Click on COmputer Configuration ->Administrativr Tempelate->Windows Component->Terminal Service and Increase the "Limit Number of COnnection" that's ok

link|improve this answer
With 5 CALs, you can connect 5 sessions in addition to the 2 RDP sessions. WIN2003 must be a Standard version (not Web). You need to buy a package for 5 CALs or more, and prices do vary, so do some marketing research first. – harrymc Mar 10 '10 at 13:39
Yhea yhea yhea... of course – r0ca Mar 10 '10 at 13:41
feedback

Your Answer

 
or
required, but never shown