2016 #Multiple RDP connections #how to bypass 2 session limit

If you need to allow RDP multiple connection to windows 2016 server you can follow below procedure.

Be aware that alrerady installed internal RDS cal server is a prerequisite

Here they are minimal steps that need to be followed:

  1. Go to Server Manager in Windows Server 2016
  2. Click Add Roles and Features
  3. Then select Role-based or feature-based installation
  4. Choose:  Remote Desktop Services
  5. Then choose:  Remote Desktop Session Host
  6. Install the role
  7. restart server
  8. GDPEdit.msc
  9. Go to Computer Configuration -> Policies -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections
    • Set Limit number of connections to Disable.
    • Set Restrict Remote Desktop Services users to a single session to Disable.
    • Set Limit number of connections to enabled 999999
  10. Go to Computer Configuration -> Policies -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Licensing
    • Set Use the specified Remote Desktop license servers to enabled (indicate FQDN server name)
    • Set the Remote Desktop licensing mode to enabled (Per User or Per Device)
  11. gpupdate /force
  12. Test multiple RDP connections
  13. Launch RD Licensing Diagnoser snap-in to check that everything is working properly.