Back to Help Center
Windows Server 2022
Installation Guide

Microsoft Windows Server 2022 RDS 50 Device CAL — Installation, Activation, and Management

Learn how to install, activate, and manage Microsoft Windows Server 2022 RDS 50 Device CAL licenses. A detailed step-by-step guide, requirements, troubleshooting, and version comparison.

9 min czytania·Zaktualizowano dzisiaj

Before You Begin

Microsoft Windows Server 2022 Remote Desktop Services (RDS) 50 Device Client Access Licenses (CALs) are a key element of IT infrastructure in organisations that need to enable remote access to the server for multiple devices. Device CAL licenses allow access to remote desktop services from specific devices, regardless of the number of users using the given hardware. This is particularly beneficial in environments where multiple people use one computer, such as in shift systems, laboratories, or public workstations.

As part of your purchase at KluczeSoft, you will receive:

  • The original licence key for 50 Device CALs for Windows Server 2022 RDS
  • Access to the KluczeSoft panel with purchase history and keys
  • A VAT invoice and technical support
  • Installation and activation instructions

Price at KluczeSoft: 1399 zł brutto for a package of 50 Device CALs (details).

Technical Support and Product Lifecycle

ProductRelease DateEnd of Mainstream SupportEnd of Extended Support
Windows Server 202202.09.202113.10.202614.10.2031
RDS 2022 Device CAL02.09.202113.10.202614.10.2031

Note: RDS 2022 Device CAL licenses are backwards compatible — you can also use them to support Windows Server 2019, 2016, and 2012 servers.

System Requirements

To deploy and manage Windows Server 2022 RDS Device CAL licenses, your server and client devices must meet specific hardware and software requirements. Below is a detailed table consistent with Microsoft documentation:

RequirementMinimum Parameters
Processor1.4 GHz 64-bit, x64 compatible (recommended 2 GHz or more)
RAMMinimum 2 GB (recommended 4 GB or more)
Disk SpaceMinimum 32 GB (recommended 40 GB or more)
Network CardGigabit Ethernet (10/100/1000baseT)
Operating SystemWindows Server 2022 Standard/Datacenter, 64-bit
RDS ClientWindows 11, Windows 10 Pro/Enterprise, Windows 8.1, macOS, Linux
Browser (Web Access)Microsoft Edge, Google Chrome, Mozilla Firefox, Safari (latest versions)
Internet ConnectionRequired for licence activation and updates
Additional Components.NET Framework 4.8 or later, PowerShell 5.1

Tip: We recommend regularly updating the Windows Server system and RDS clients to ensure security and compatibility.

For any questions or concerns, please contact us at [email protected] or call us at 00 800 121 1654.

Step 1: Installing the Remote Desktop Licensing Role

  1. Log in to the Windows Server 2022 as an administrator.
  2. Open Server Manager.
  3. Click Manage in the top right corner and select Add Roles and Features.
  4. In the wizard, select Role-based or feature-based installation and click Next.
  5. Select the server from the list and click Next.
  6. In the list of roles, check Remote Desktop Services. Click Next.
  7. In the Features section, you do not need to make any changes — click Next.
  8. Select Remote Desktop Licensing and click Next.
  9. Confirm your selection and click Install.
  10. After the installation is complete, click Close.

Note: Installing this role is required for the server to accept and manage RDS CAL licenses.

Step 2: Activating the RDS License Server

  1. In Server Manager, go to Tools > Remote Desktop Licensing Manager.
  2. In the left part of the window, right-click on the server name and select Activate Server.
  3. The activation wizard will start. Click Next.
  4. Select the connection method to Microsoft (recommended: Automatically via the Internet). Click Next.
  5. Enter the required contact information (company name, country, email). Click Next.
  6. After activation is complete, click Finish.

If the server does not have internet access, select phone activation and follow the on-screen instructions.

Step 3: Installing RDS 50 Device CAL Licenses

  1. In Remote Desktop Licensing Manager, right-click on the server and select Install Licenses.
  2. In the wizard, select Remote Desktop Services – Device CAL and click Next.
  3. Select Microsoft Open License or the appropriate licensing program, according to your purchase from KluczeSoft. Click Next.
  4. Enter the product key received from KluczeSoft (50 Device CAL). Click Add, then Next.
  5. After the process is complete, click Finish.

Tip: Licenses will be immediately assigned to the license server. You can verify them at any time.

Step 4: Activating with a Product Key — GUI and Command Line Methods

Activating via GUI

  1. Open Remote Desktop Licensing Manager.
  2. Right-click on the server and select Properties.
  3. In the Licenses tab, check if the information about the installed 50 Device CAL is visible.
  4. If not, repeat the license installation process.

Activating via Command Line

  1. Open Command Prompt as an administrator.

  2. Enter the following command to display installed license packages:

    wmic /namespace:\\root\cimv2 path Win32_TSLicenseKeyPack
    
  3. To check the license server configuration, use PowerShell:

    Get-RDLicenseConfiguration
    

Note: In case of activation errors, check the correctness of the key and internet connection. If you need help, please contact us at [email protected] or call 00 800 121 1654.

Step 5: Activation Verification

After installing and activating the licence, it's worth verifying their status:

  1. In Remote Desktop Licensing Manager, check if the number of available and issued licences matches the purchased package.

  2. In the Command Line, run:

    wmic /namespace:\\root\cimv2 path Win32_TSLicenseKeyPack
    

    A list of installed licence packages, their type, and number will be displayed.

  3. In PowerShell, run:

    Get-RDLicenseConfiguration
    

    Check if the licence server is properly configured for RDS.

Tip: Regularly monitor the licence status to avoid user access issues.

Step 6: Post-Installation Configuration

After activating the licence, it is recommended to perform a few additional configuration steps:

  1. Configure RDS licensing mode:

    • Open Server Manager > Remote Desktop Services > Collections.
    • Right-click on the collection and select Properties.
    • In the Licensing section, set the mode to Per Device.
    • Specify the licence server.
  2. Configure security policies:

    • Enable network-level authentication (NLA).
    • Configure group policies (GPO) for remote users.
  3. Test connections from client devices:

    • Ensure each device can obtain a licence and connect to the server.
  4. Secure the server:

    • Install the latest updates.
    • Configure the network firewall and monitor security logs.

Step 7: Troubleshooting

Below, you will find the most common errors and ways to resolve them:

1. Error: “No Remote Desktop License Servers available”

Description: Clients cannot connect to the RDS server, and a message about the lack of a license server appears.

Solution:

  • Check if the Remote Desktop Licensing role is installed.
  • Verify that the license server is specified in the RDS collection settings.
  • Run the command:
    Get-RDLicenseConfiguration
    
  • If the server is not visible, add it with the command:
    Set-RDLicenseConfiguration -LicenseServer <server-name> -Mode PerDevice
    

2. Error: “Licenses are not available for this Remote Desktop Session Host server”

Description: No available licenses for the RDS session host.

Solution:

  • Check if the licenses have been installed correctly.
  • Verify the license status in the Remote Desktop Licensing Manager.
  • Ensure that the number of licenses matches the number of devices.

3. Error: “The Remote Desktop license server cannot update the license attributes for user”

Description: Problem with updating user license attributes.

Solution:

  • Check the computer account permissions in Active Directory.
  • Ensure that the license server has access to the domain controller.
  • Restart the Remote Desktop Licensing service:
    net stop termservlicensing
    net start termservlicensing
    

4. Error: “Remote Desktop Session Host server is within its grace period”

Description: The server is operating within its 120-day grace period, after which license activation is required.

Solution:

  • Install and activate the RDS Device CAL licenses according to the instructions above.
  • After activation, restart the server.

5. Error: “Cannot connect to the license server”

Description: No connection to the license server.

Solution:

  • Check the network connection between the RDS host and the license server.
  • Ensure that TCP ports 135, 139, 445, and dynamic RPC ports are open.
  • Check the logs in the Event Viewer — section Application and Services Logs > RemoteDesktopServices-Rdlm.

6. Error: “Invalid license key”

Description: The entered license key is invalid or has already been used.

Solution:

  • Check the correctness of the entered key.
  • Contact KluczeSoft to verify the key. You can reach us at [email protected] or by phone at 00 800 121 1654.

Step 8: Comparing versions and prices in KluczeSoft

Below, you will find a comparison of the most popular RDS CAL licence packages available in the KluczeSoft store:

ProductCAL TypeNumber of licencesGross priceCompatibility
Windows Server 2022 RDS 5 Device CALDevice5199 złWS 2022/2019/2016/2012
Windows Server 2022 RDS 10 Device CALDevice10379 złWS 2022/2019/2016/2012
Windows Server 2022 RDS 25 Device CALDevice25799 złWS 2022/2019/2016/2012
Windows Server 2022 RDS 50 Device CALDevice501399 złWS 2022/2019/2016/2012
Windows Server 2022 RDS 5 User CALUser5219 złWS 2022/2019/2016/2012
Windows Server 2022 RDS 50 User CALUser501499 złWS 2022/2019/2016/2012

More information and purchase: Go to RDS CAL offer

Summary

Microsoft Windows Server 2022 RDS 50 Device CAL licences are an essential element of any organisation that enables remote access to server resources for multiple devices. With a detailed installation, activation, and licence management guide, you can be sure that your infrastructure is compliant with Microsoft requirements and secure for users. If you have any questions or problems, please contact our technical support at 00 800 121 1654 or visit the KluczeSoft knowledge base.

Remember: Regularly monitor the status of your licences and update your system to ensure the continuity of remote desktop services. You can also contact us at [email protected] for more information.

Microsoft

Microsoft Windows Server 2022 RDS 50 Device CAL

Licencja dożywotniaWysyłka w 1 min
Kup w KluczeSoft

Related Articles

## Activation of Windows Server 2022 RDS 50 Device CAL To activate **Windows Server 2022 RDS 50 Device CAL**, follow these steps: - First, ensure that your **Windows Server 2022** is properly installed and configured. - Next, you will need to install the **Remote Desktop Services** role. This can be done via the **Server Manager** or by using the following command in **PowerShell**: ```powershell Install-WindowsFeature -Name RDS-RD-Server -IncludeManagementTools ``` - After installing the **RDS** role, you need to activate the **50 Device CALs**. You can do this by running the command: ``` cscript %windir%\System32\licensing\lsrvutil.vbs /activate <product_key> ``` Replace `<product_key>` with your actual product key provided by **KluczeSoft** or another authorized reseller. - If you encounter any issues during activation, you can try to activate your **Windows Server 2022 RDS** by phone. Call **00 800 121 1654** for assistance. - For more detailed instructions or if you have any questions, please refer to the official **Microsoft** documentation or contact **KluczeSoft** support at `[email protected]`. > **Important Note:** Always ensure you are using genuine **Microsoft** products and activating them with legitimate keys to avoid any legal or technical issues. ## Troubleshooting If you encounter any errors during the activation process, such as error codes, please consult the **Microsoft** support website for troubleshooting guides or contact **KluczeSoft** directly for personalized assistance.Installation and Activation of Microsoft Windows Server 2019 Standard 16 CoreHow to Install Windows Server 2019 Essentials — A Complete GuideInstallation and Activation of Microsoft Windows Server 2019 DatacenterHow to install Windows Server 2022 Standard — a complete guideHow to install Windows Server 2022 Datacenter — a complete guide

Najczęściej zadawane pytania

Device CAL assigns a licence to a device that is used by multiple users. User CAL assigns a licence to a user who can connect from different devices.
Yes, RDS 2022 Device CAL licences are backwards compatible and support access to Windows Server 2019, 2016, and 2012.
Yes, each workstation or user connecting to the server must have both a Windows Server CAL and the corresponding RDS CAL.
In the Remote Desktop Licensing Manager, you can see the number of available and issued licences. You can also use the command: `wmic /namespace:\\root\cimv2 path Win32_TSLicenseKeyPack`.
Check if the Remote Desktop Licensing role is installed and activated, and the licence server is specified in the RDS collection settings.
Licences are assigned to the licence server, but if necessary, they can be transferred by contacting Microsoft support.
Licences are perpetual, and technical support for Windows Server 2022 lasts until October 2031. If you have any further questions or need assistance, please contact us at `[email protected]` or call us at 00 800 121 1654.

Czy ten artykuł był pomocny?