Enable multiple RDP sessions on Windows 2008 and 2012 R2

29 / Jan / 2014 by ankush 0 comments

In my last blog, we discussed “Installing Oracle 11g on Cloud (EC2 instance RHEL/Centos 6.x) through command line“.

Now it’s time for some Windows action. In this blog, we will discuss how we can “Enable multiple RDP sessions on Windows 2008 & 2012 R2”.

Whenever we do an installation of Windows host on AWS Cloud, by default we get 2 Administrative logins. But only 2 logins cannot be enough for a large enterprise, you will definitely need more than that.

So the question comes next is how to enable more administrative logins.

Let me give you a walk down of simple steps involved in enabling the same:

1)      Go to Server Manager in the search option tab. Select Add Roles for installing the Remote Desktop Services Role.

 

2)      After installing the role, reboot the instance for changes to take effect.

3)      Now go to Administrative Tools à Remote Desktop Services à Remote Desktop Session Host Configuration

4)      Locate “Restrict each user to a single session” and right click to find Properties.

5)      Remove the tick from “Restrict each user to a single session” > ApplyOK.

6)      Now select Connections RDP-Tcp & go to Properties.

7)      In Properties, go to Network Adapter & specify the Maximum number of connections you would like to have e.g here I have taken the value as 10.

8)      Go to Start > in the search/run box type regedit

Or Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server.

Now, locate the fSingleSessionPerUser value > Set it to 0 (Multiple sessions allowed)

9)  Start > in the search/run box type gpedit.msc

10)  Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections

 

Locate the “Restrict Remote Desktop Services users to a single Remote Desktop Services session” setting.

11)  Now go to Edit Policy Setting & set it to Disabled.

12)  Now Reboot the server & it’s done.

Note : Multiple RDP sessions will only work for a default trial period of 120 days but in case you want them for a longer period, you need to purchase licenses to support the same.

 

FOUND THIS USEFUL? SHARE IT

Leave a Reply

Your email address will not be published. Required fields are marked *