Skip to content
Summer 2026: 20% off 12-month terms with code ATLAS10 stacked on top
WindowsUpdated March 11, 2026 ยท 31,450 views

Allowing more than two simultaneous RDP users

The default limit, the licensed way to raise it, and how much hardware each user needs.

The default

Windows Server allows two simultaneous administrative sessions out of the box. This is a Microsoft licensing limit, not something we impose.

The licensed way: Remote Desktop Services

  1. Server Manager โ†’ Add roles and features โ†’ Remote Desktop Services installation โ†’ Quick Start โ†’ Session-based desktop deployment.
  2. Reboot when prompted.
  3. You get a 120-day grace period. Beyond that you need RDS CALs (per-user or per-device) purchased from Microsoft or a reseller.
  4. Install the licensing role, activate the licence server, then point the Session Host at it via Group Policy.
Install-WindowsFeature RDS-RD-Server, RDS-Licensing -IncludeManagementTools

Sizing for multiple users

Concurrent usersSuggested planReasoning
2RDP Starter (2/4)Default limit, light use
4RDP Standard (4/8)~1.5 GB per active desktop
8RDP Pro (6/16)Office apps + browsers
15RDP Elite (8/32)Profile storage matters too
25+RDP Ultra (16/64)Consider FSLogix profiles

Rule of thumb: 2 GB RAM and 0.5 vCPU per active user, on top of the ~2 GB the OS uses.

About "RDP wrapper" toolsPatching termsrv.dll to bypass the session limit breaks on every Windows Update and violates the Microsoft licence terms. We do not support it and will not troubleshoot a machine running it.

Did this solve your problem?

If not, open a ticket and paste the command output you got. Support is 24/7 with a 12-minute median first reply, and the same engineers maintain these pages.