Maximum number of logged in users using remote desktop

Solution 1:

It doesn't require reinstallation, it requires the installation of a the remote desktop services role and the purchase of licenses to enable additional RDP connections. Why do you need so many RDP connections, is this just to manage Microsoft services on the server? Management tools can be installed on client computers to manage many of Microsoft's products remotely, without having to RDP in. It's called RSAT: http://www.microsoft.com/en-gb/download/details.aspx?id=28972

Solution 2:

Windows Key + R >> Type MMC.exe >> then Control + M >> Select Group Policy Object >> then Add >> then finish >> then OK

Double click on Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections. Limit Number of Connections = 999999. Restrict Remote Desktop Services users to a single Remote Desktop Services session = DISABLED.


Solution 3:

To allow more remote users on your MS Windows server you need to install the terminal services role. Microsoft calls those Remote Desktop Services since MS Windows Server 2008. This does not require reinstallation but probably one or more restarts.

You need client access licenses and a license manager to use this feature. The following links will give you more insight:

Feature Overview

Deployment Guide


Solution 4:

An alternative I haven't seen covered here so far: on your local desktop (assuming it's Windows) open Start then Run and type mstsc /admin

This will launch the remote desktop client in admin mode. You may need to enter elevated credentials to use it, but it will override the two user limit. It makes sense to do this instead of making configuration changes if you only occasionally need to have more than two people logged in.