How do I increase the maximum number of concurrent remote connections in Windows Server 2003?

Solution 1:

This is a licensing issue. W/o purchasing Terminal Services CALs you're limited just as you've seen to two (2) RDP connections.

(You can sort of cheat and get one more session, BTW, by using the "/admin" or "/console" switch on the Terminal Services client.)

Solution 2:

You get 2 remote administration connections and a console connection, and that's it. There is no way to override this limit (that I've ever seen at least).

If you want more than the 2 connections, you need to get a license for Terminal Service CALs. Then you can do as many as you have licensed.

Solution 3:

It looks like you want to use the server as remote desktop server for allowing people to using the applications on the server rather than just managing it. If so, you need to turn on Terminal Service from Add/Remove program first. And before you allow people to log in, you need to purchase and set up TS License server.

Solution 4:

In administrator tools the terminal services configuration option has the power to do this. Open this application and expand the connection. Right click on RDP - TCP, and then open properties of that connection. On the network adaptor tab click on unlimited connection. Then apply and OK. Open Run and type gpupdate and press enter.

That's all.