How can I configure the max connection limit for Remote Desktop Connections on a Windows 2003 Server?

6

1

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?

Melissa Clark

Posted 2010-03-10T13:02:51.657

Reputation:

Answers

5

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

r0ca

Posted 2010-03-10T13:02:51.657

Reputation: 5 474

@harrymc, What's the approx cost 5 CALS? – Pacerier – 2015-03-13T17:16:08.557

@r0ca, So does it mean that we can only use those sessions to "administer" the server? If we start using them for "work" it is a violation? – Pacerier – 2015-03-13T17:17:06.307

@Pacerier: It's not a violation, just limited to two sessions at any time. – harrymc – 2015-03-13T19:33:25.960

@harrymc, So we wouldn't get sued if we use the "administer" sessions for real work right? – Pacerier – 2015-03-14T08:48:15.933

@Pacerier: No, there are no legal limitations on their use. "Administration" is just the name used to distinguish these connections. – harrymc – 2015-03-14T09:12:42.013

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 – 2010-03-10T13:39:06.833

Yhea yhea yhea... of course – r0ca – 2010-03-10T13:41:02.727

2

Go to "Start" => "Administration Tools" => "Terminal Services Configuration"

Open up the "Properties" of "RDP-tcp" in the connections tree and selected the "Network Adapter" tab:

"Unlimited connections" is grayed out
In "Maximum connections" You can change the value to "1" using the arrows
However, I can not increase the value above "2" with the arrows
So type in 4 and click apply. But the value will not stick.

Flavio

Posted 2010-03-10T13:02:51.657

Reputation: 21

That setting is pretty good to look at, but it sometimes says 'server is configured by default' and 'max sim connections is 2' (gray due to the default). – Overmind – 2017-05-24T06:13:56.500

0

Actually you will need to install Terminal server on your system. Go to Administrative tools, then Configure your server, and follow the wizard to make your system a Terminal server. At that time, the concurrent connections are virtually unlimited.

Teehee

Posted 2010-03-10T13:02:51.657

Reputation: 1