How can I enable multiple users login at a time in remote system?

448,329

Solution 1

If you want more than 2 concurrent connections your computer is now considered a "Terminal Server" and you must pay for "Remote Desktop Services client access licenses" (RDS CALs) for people to connect. UPDATE: here is a link to a set of documents "License your RDS deployment with client access licenses (CALs)" that can walk you through the process of choosing a license and activating it on the server.

You can purchase CALs from the Microsoft store or other 3rd party resellers.

Solution 2

Are you referring to Remote Desktop? If so, you can try this:

  1. Log into the server and open MMC.exe.

  2. File → Add/Remove Snap-in → Group Policy Object → Add → Finish → OK.

  3. Double click Local Computer Policy → double click Computer Configuration → Administrative Templates → Windows Components → Remote Desktop Services → Remote Desktop Session Host → Connections.

  4. Limit Number of Connections = 999999.

  5. Restrict Remote Desktop Services users to a single Remote Desktop Services session = DISABLED.

Solution 3

To fully enable multiple concurrent RDP sessions, you need to install the Remote Desktop Services Session Host role on your server.

After installing the role, you will instantly have the ability to host multiple RDP sessions. However, the setup is unlicensed and you will begin a grace period of 120 days, after which the service will stop working.

To avoid this, you need to license your server. This can be done by simply installing the Remote Desktop Services Licensing role. This will install the Remote Desktop Licensing Manager, which allows you to register your CALs and properly license your server.

To activate the CALs, you need to have your product key, OLP license and activation number or other form of licensing information for your license.

Solution 4

Follow these instructions.

  1. Enable Multiple RDP Sessions
  2. Log into the server using Remote Desktop.
  3. Open the start screen (press the Windows key) and type gpedit.msc and open it
  4. Go to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections.
  5. Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Disabled.
  6. Double click Limit number of connections and set the RD Maximum Connections allowed to 999999.

Screenshot describing solution

Solution 5

it's only running more session (only two) per user. If you want running multiple user (more than 2) use must pay the licence.

Share:
448,329

Related videos on Youtube

subbu
Author by

subbu

Updated on September 18, 2022

Comments

  • subbu
    subbu over 1 year

    Recently we bought dedicated server with Windows Server 2012 Standard.It's allowing 2 people at a time.So I want to allow more people at a time.

    How can I do this?

  • subbu
    subbu over 10 years
    by default Limit Number of Connections = Not configured.Still it allows 2 users at a time. by default it allows 2 people at a time. Is it right what I am saying.
  • subbu
    subbu over 10 years
    I mention Limit Number of Connections =3 and selects enabled option. Also I did Restrict Remote Desktop Services users to a single Remote Desktop Services session = DISABLED.Still it's allowing 2 people.
  • Jack
    Jack over 10 years
    I'm not sure what else to say in that case. I don't have a Server 2012 to test this on myself. After you made the change, did you force a Group Policy refresh?
  • NickG
    NickG over 9 years
    Is this missing a step? How to apply this setting so it takes effect?
  • Pacerier
    Pacerier about 9 years
    @NickG, On my server it seems immediate. But you can try gpupdate or gpupdate /force. Max is 2, if you want more than 2 see Scott's answer.
  • Pacerier
    Pacerier about 9 years
    1) Regarding your first link, that is for the 2008 server. Is there a 2012 update for that page? (since the question is asking for 2012 server). 2) If the extra installation is called a "Terminal Server", then what's the terminology for a default terminal server that has the 2-concurrent-connections limit?
  • Scott Chamberlain
    Scott Chamberlain about 9 years
    @Pacerier 1) The licensing management interface has not changed from 2008 to 2012, the 2008 guides can still be used. 2) The terminology for the 2 connection limit default server is "Administration Mode"
  • Pacerier
    Pacerier about 9 years
    I mean before our server is considered a "Terminal Server", what kind of server do we call it? Isn't it actually also "terminal server"?
  • Scott Chamberlain
    Scott Chamberlain about 9 years
    @Pacerier "Termial Server" is just one of the many Roles server 2012 can be (In fact a Remote Desktop Session Host, the thing this question and answer is about, is only a single a subfeature of the Remote Desktop Services Roll) and a server can be many or none of the predefined rolls. What you call it is up to you, all microsoft cares about is you are not violating the CAL licencing you did or did not pay for.
  • Pedro Lobito
    Pedro Lobito over 8 years
    This doesn't work on windows 10 - Note: This setting is designed to be used on RD Session Host servers (that is, on servers running Windows with Remote Desktop Session Host role service installed).
  • Zeeshan
    Zeeshan over 8 years
    Are you assuming that he already has RDS CALs setup with a licensing server?
  • Zeeshan
    Zeeshan over 8 years
    And I believe this answer assumes that you have RDS CALs setup on your server.
  • mdhansen
    mdhansen over 8 years
    Yes. Otherwise, following my directions is probably a bad idea.
  • ganesh
    ganesh over 8 years
    This is sort of correct. But very short. Please elaborate on why only two are used by default (which is for normal admin maintenance logins and not for users) and maybe also mention terminal server.
  • Francisco  Tapia
    Francisco Tapia over 8 years
  • Scott Chamberlain
    Scott Chamberlain about 8 years
    To the person who just downvoted this answer, please let me know why you thought this answer was not useful so I can improve it.
  • Oliver Salzburg
    Oliver Salzburg over 7 years
    I didn't downvote this answer, but it is not helpful. I own RDS CALs, but those are just usage rights and owning them does not inherently make your server realize that it should now allow more connections. Setting up RDS is not trivial, so an answer with an actual solution would be nice :)
  • Scott Chamberlain
    Scott Chamberlain over 7 years
    @OliverSalzburg Good point, I updated the answer to link to microsoft's RDS learning web portal, it has a great set of guides that can walk through even the newest user through the process of setting up a Remote Desktop Session Host server. EDIT: I also upvoted your answer, once I noticed you added one :)
  • BeowulfNode42
    BeowulfNode42 over 7 years
    that is only setting the maximum number of sessions each user can have at any one time. The OP wants to know how to set up RDS.
  • BeowulfNode42
    BeowulfNode42 over 7 years
    Also, do NOT try installing RDS on a server that is a domain controller on Windows 2012 or newer, as it will break your domain and RDS will not fully install. While some people have made guides on some serious registry hacks to work around it, but I don't recommend that.
  • BeowulfNode42
    BeowulfNode42 over 7 years
    You might see a youtube video on this now, such as youtube.com/watch?v=5Nl5qnaU3js
  • StayOnTarget
    StayOnTarget about 6 years
    The point about RDS CALs - does that mean that even though I can find and modify this setting, without RDS CALs it will have no effect?
  • ZaxLofful
    ZaxLofful almost 5 years
    This is for the RD Session Host only, in Windows 10 it will do nothing. Can confirm in my own domain and at work; you must use licenses.