Windows Server 2016 Remote Desktop Services Configuration and License Activation (2 Users)

Windows Server 2016 Remote Desktop Services Configuration and License Activation (2 Users)

The default number of remote desktop connections for Server 2016 is 2 users. If more than two users connect to the remote desktop, the system will prompt that the number of connections has exceeded. This can be solved by adding remote desktop authorization:

1. Add Remote Desktop Licensing Service

Step 1: Server Management - Add Roles and Features Open the Add Roles and Features Wizard window and select role-based or feature-based installation:

insert image description here

Step 2: Add Remote Desktop Session Host and Remote Desktop Authorization features:

insert image description here

insert image description here

After the above configuration is completed, more than 2 users can log in at the same time, but the validity period is 120 days. If you log in again, you will be prompted as follows:

insert image description here

2. Add Remote Desktop License

Before adding, adjust the time to a future time to increase the validity period

Open Remote Desktop Licensing Manager:
insert image description here

It is not activated at this time:

insert image description here

Right-click and select Activate Server to open the Server Activation Wizard:

insert image description here

Connection method: Select Web browser:

insert image description here

insert image description here

Open the Remote Desktop Licensing website as prompted and select Enable License Server:

insert image description here

Enter the product ID and fill in the rest of the information as you like:

insert image description here

Obtain and enter your license ID:

insert image description here

insert image description here

To activate the license server:

insert image description here

License Program Select Enterprise Agreement:

insert image description here

Select Per User Access License. The agreement number can be 6565792, 4954438, 6879321 or 5296992. The quantity can be any:

insert image description here

Get the license key pack ID:

insert image description here

Enter the License Key Pack ID in the Activation Wizard:

insert image description here

The activation status is now activated:

insert image description here

At this point, the entire installation process has been completed.

3. If the license provided by the Remote Desktop Authorization Server expires, you will not be able to log in remotely. The solution is as follows:

Step 1: Use "mstsc /admin /v:target ip" to force login to the server (note that you can only log in as an administrator)

insert image description here

Step 2: Adjust the date to a future time (to obtain a longer period of time, if not changed, another 120-day authorization can be obtained)

insert image description here

Step Three: Delete the Registry Key

Tip: regedit enter

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod

Note: The registry key may not be deleted and the permissions need to be modified as follows:

Run gpedit.msc, and in User Configuration - Administrative Templates - System, change the organization access registry editing tool to disabled.

insert image description here

Change GracePeriod item permissions

insert image description here

insert image description here

insert image description here

Delete the GracePeriod item, restart the machine, and change the time back.

This is the end of this article about Windows Server 2016 Remote Desktop Service Configuration and License Activation (2 Users). For more related win2016 remote desktop content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

<<:  Detailed explanation of the usage of MySQL data type DECIMAL

>>:  How to implement CSS mask full screen center alignment

Recommend

How to detect file system integrity based on AIDE in Linux

1. AIDE AIDE (Advanced Intrusion Detection Enviro...

Django+vue registration and login sample code

register The front-end uses axios in vue to pass ...

Code for aligning form checkbox and radio text

Alignment issues like type="radio" and t...

mysql uses stored procedures to implement tree node acquisition method

As shown in the figure: Table Data For such a tre...

Detailed explanation of the use of MySQL Online DDL

Table of contents text LOCK parameter ALGORITHM p...

Detailed discussion on the issue of mysqldump data export

1. An error (1064) is reported when using mysqldu...

Detailed explanation of CSS3 text shadow text-shadow property

Text shadow text-shadow property effects: 1. Lowe...

An example of implementing a simple finger click animation with CSS3 Animation

This article mainly introduces an example of impl...

Summary of shell's method for determining whether a variable is empty

How to determine whether a variable is empty in s...

Solution to the problem of mysql service starting but not connecting

The mysql service is started, but the connection ...

Detailed explanation of how to use eslint in vue

Table of contents 1. Description 2. Download rela...

Practical TypeScript tips you may not know

Table of contents Preface Function Overloading Ma...

A brief discussion on the use and analysis of nofollow tags

Controversy over nofollow There was a dispute bet...