Share via

RDP limited to 2 users despite RDS licensing configured (Azure VM)

Maheswara Reddy 0 Reputation points
2026-03-30T07:27:41.78+00:00

Hi,

I am facing an issue with Remote Desktop Services on an Azure Windows Server VM.

I have already completed the following configurations:

  • Installed Remote Desktop Session Host and Remote Desktop Licensing roles
  • Activated the License Server and installed valid RDS CALs
  • Configured Licensing Mode (Per User)
  • Set license server via Group Policy (gpedit.msc)
  • Updated policies to allow multiple sessions (limit connections, disable single session per user)
  • Verified relevant registry settings (Terminal Server configuration)

However, when a third user tries to log in via RDP, I still get the message:

“There are too many users signed in. Select a user to disconnect so that you can sign in.”

This indicates the server is still behaving like standard administrative mode (2 concurrent sessions), instead of allowing multiple RDS sessions.

Additional details:

  • Azure VM (Windows Server 2019/2022)
  • Single server setup (no domain / workgroup environment)
  • RDS deployment not configured due to domain requirement

Question: Is it possible to enable more than 2 concurrent RDP sessions in a workgroup (non-domain) environment on Azure? If yes, what additional configuration is required to make RDS licensing take effect?

Any guidance would be appreciated.Hi,

I am facing an issue with Remote Desktop Services on an Azure Windows Server VM.

I have already completed the following configurations:

  • Installed Remote Desktop Session Host and Remote Desktop Licensing roles
  • Activated the License Server and installed valid RDS CALs
  • Configured Licensing Mode (Per User)
  • Set license server via Group Policy (gpedit.msc)
  • Updated policies to allow multiple sessions (limit connections, disable single session per user)
  • Verified relevant registry settings (Terminal Server configuration)

However, when a third user tries to log in via RDP, I still get the message:

“There are too many users signed in. Select a user to disconnect so that you can sign in.”

This indicates the server is still behaving like standard administrative mode (2 concurrent sessions), instead of allowing multiple RDS sessions.

Additional details:

  • Azure VM (Windows Server 2022)
  • Single server setup (no domain / workgroup environment)
  • RDS deployment not configured due to domain requirement

Question:
Is it possible to enable more than 2 concurrent RDP sessions in a workgroup (non-domain) environment on Azure?
If yes, what additional configuration is required to make RDS licensing take effect?

Any guidance would be appreciated.

Thanks

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


2 answers

Sort by: Most helpful
  1. Maheswara Reddy 0 Reputation points
    2026-04-01T06:06:39.16+00:00

    Hi Martin Dimovski,

    Thank you for your suggestions.

    The issue is now resolved. The problem was that users were part of the Administrators group, which caused sessions to be treated as administrative logins (limited to two concurrent sessions).

    After removing the users from the Administrators group and using standard domain user accounts, I am now able to log in with more than two users simultaneously without any issues.

    Thanks again for the guidance.

    0 comments No comments

  2. Martin Dimovski 1,711 Reputation points
    2026-03-30T16:46:46.0533333+00:00

    Hi,

    Yes its possible to allow more than 2 concurrent RDP sessions on Windows Server VM in workgroup env., but there is a limit and that is Per User Licensing isn't supported for workgroup servers, for this thing you must use Per Device CALs and this is not permitted in this scenario :(.

    So in your case configurations shows Licensing Mode = Per User, sop the server is not in a supported licensing configuration for a workgroup based RDS deployment.

    So the direct answer to your question is:

    • Yes, more than 2 concurrent RDP sessions are possible in a workgroup Azure VM.
    • But in that setup, you need a proper RDS Session Host configuration and Per Device CALs.
    • Per User licensing in a workgroup is not supported, so that is the likely reason your server is still behaving like a standard 2-session admin configuration.

    I would recommend updating the deployment :

    • switch licensing mode to Per Device
    • ensure the installed CALs are Per Device CALs
    • verify the license server is explicitly configured on the Session Host
    • if possible, keep RD Licensing + RD Session Host on the same VM for this small workgroup deployment

    Hope this helps.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.