Windows 2008 R2 Server Enable Multiple RDP Remote Desktop Sessions. Remote Desktop Protocol (RDP) is a protocol expanded by Microsoft that allows you to connect and control another computer via an existing network making it a remote connection. Keep in mind that you can also use consle access to your server from VPSie console in case of emergencies as needed or to modify/configure RDP or network settings.
- To open Remote Desktop Session Host Configuration, click Start, point to Administrative Tools, point to Remote Desktop Services, and then click Remote Desktop Session Host Configuration. Under Connections, right-click the name of the connection, and then click Properties.
- When I try to connect to the container through my remote desktop client, things seems OK at start. It asks me for host. Then for a username and password. If I type wrong credentials, it says me 'Wrong credentials', so there is well a communication with the server. If I type good credentials, nothing happens.

This article describes how to use your computer to establish a Remote Desktop Connection (RDP) to your server. Remote Desktop Connection is preinstalled on all Windows systems and gives you direct access to the desktop interface of the server. To set up a remote desktop connection to your server, simply follow the steps below.
Prerequisite
Make a note/copy of the IP address of the server to which you want to establish a connection.
Open the Remote Desktop Connection.
Windows 7: Click Start > All Programs > Accessories > Remote Desktop Connection.
Windows 8: On the Start screen, type Remote Desktop Connection, and then click Remote Desktop Connection in the list of results.
Windows 10: On the taskbar, click the search box and type Remote Desktop Connection. Then select the Remote Desktop Connection app.
The Remote Desktop Connection window will open.In the Remote Desktop Connection window, click Options (Windows 7) or Show options (Windows 8, Windows 10).
On the General tab, enter the IP address in the Computer field.
Enter the user name in the User name field.
Optional: To save the credentials, select the Allow me to save credentials check box.
Click Connect.
The Windows Security window will open.Enter the password.
Click OK.
If this is the first time you've connected to the server you want to use, or if you haven't saved the connection information, you'll need to confirm the connection by clicking Yes.
The remote desktop connection is now established.
Notes

If you connect to the Remote Desktop for the first time to the desired server or do not save the connection data, the following message will appear: The identity of the remote computer cannot be verified. Do you still want to connect?
A session is created on yours Serverfor each connection. With this license, a maximum of two connections can be established simultaneously. To end a session, a logout of is Servernecessary. If the remote desktop window is simply closed, the session and all programs running in it are retained.
By default, Windows Server allows only a single Remote Desktop session. When the limit is reached, you should get one of the following warnings:
Remote Desktop Server Setup
“The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.”
or
“Another user is signed in. If you continue, they’ll be disconnected. Do you want to sign in anyway?”
Sometimes you may need to increase the number of simultaneous remote connections so that multiple users are allowed to connect via RDP at the same time. In this tutorial we’ll show you how to enable multiple Remote Desktop connections in Windows Server 2019 / 2016 / 2012.
How to Enable Multiple Remote Desktop Connections?
Microsoft Remote Desktop Manager
- Press the Windows key + R together to open the Run box, type gpedit.msc and hit Enter to launch the Local Group Policy Editor.
- In the left pane, navigate to:
Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections
. On the right, double-click on the “Restrict Remote Desktop Services users to a single Remote Desktop Services session” policy. - Select the Disabled option and click OK.
- Next, double-click on the “Limit number of connections” policy to modify.
- Choose the Enabled option and you can increase the “RD Maximum Connections allowed“.
- Once it’s done, reboot the server and the group policy changes will automatically apply. Now your server should allow multiple users to connect via RDP at the same time.
