By default, Windows Remote Desktop Protocol (RDP) allows only one session per user. However, in some cases, you might need to enable multiple RDP sessions for a single user, especially in a development or testing environment. This guide will show you how to modify Windows settings to allow multiple RDP sessions for a single user.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server
Now, multiple RDP sessions should be enabled for a single user.
Computer Configuration > Administrative Templates > Windows Components >
Remote Desktop Services > Remote Desktop Session Host > Connections
Run the following command in the Command Prompt to apply the changes:
gpupdate /force
Restart your computer to ensure the settings take effect.
If you are using Windows Home or another version where Group Policy and Registry edits don’t work, you can use RDP Wrapper Library:
Enabling multiple RDP sessions for a single user can be done through registry modifications, Group Policy Editor, or third-party tools like RDP Wrapper. Each method has its pros and cons, so choose the one that best fits your Windows version and security requirements.