At work, we often use the Windows Server 2008 operating system and need to log on to the server using an administrator account. In general, Windows Server 2008 allows only one connection, and the maximum number of two connections for an account.
Turn on Remote Desktop Connection.
My Computer properties remote settings allow computers running any version of Remote Desktop to connect (less secure)
Set the maximum number of Remote Desktop connections for Windows Server 2008.
Go to Control Panel, select View Small icons, and then Administrative Tools Remote Desktop Services Remote Desktop Session Host configuration:
Double-click Restrict each user to only one session, and uncheck the "Restrict each user to one session only" option.
Double-click the "rdp-tcp" connection, select the network adapter, and set the maximum number of connections to 2.
However, at this point, the Windows Server 2008 server only allows a maximum of 2 Remote Desktop connections. In practical applications, the number of Remote Desktop connections is often required to be greater than 2. You can do the following:
Run gpedit.msc into the Group Policy Editor, or run MMC into the console after you add or remove snap-ins, and then select Group Policy Object Editor, as shown in:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/80/51/wKioL1c95n2RBaHTAAESlHdS7lA340.png "/>
In the Group Policy Editor, select the Computer Configuration Administrative Templates Windows Components Remote Desktop Services Remote Desktop Session Host connection, in the right panel, double-click Limit number of connections, and then enable and set the number of connections, as shown in:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/80/54/wKiom1c95ZOgxHa7AAHWJVmTN3k826.png "/>
However, if you do not add Remote Desktop Services in the Server Manager role, you cannot connect to more than two users at a time.
So you need to add the role of Remote Desktop services to the server in Server Manager, the next step, after restarting, OK.
This article from "Life if only like the initial" blog, reproduced please contact the author!
Windows Server 2008 Sets the number of Remote Desktop connections