Activating Windows Server 2016 with KMS Server | Windows OS Hub (2024)

In this article we’ll consider the procedure of deployment and configuration of a corporate KMS server able to activate new Microsoft server platform Windows Server 2016. All major peculiarities of KMS activation described in the article FAQ on KMS Activation are fully applicable to Windows Server 2016 as well.

Windows Server 2016 can itself be a KMS activation server (KMS host) if it has a configured Volume Activation Services role, or be activated on another KMS server (there are some additional requirements).

Contents:

  • KMS Server Installation on Windows Server 2016
  • Updating Current KMS Server to Support Windows Server 2016 Activation
  • KMS Server Activation Using CSVLK
  • Windows Server 2016 Activation Using KMS Server
  • Public KMS Keys for Windows Server 2016
  • Activation of Windows Server 2016 Using Active Directory Based Activation

KMS Server Installation on Windows Server 2016

If there is no KMS server in your domain, the Volume Activation Services role implementing the feature of KMS activation can be installed on Windows Server 2016. We won’t consider the installation and configuration of the role in detail, since it is the same as it is in Windows Server 2012 R2 and 2019.

It’s enough to install Volume Activation Services role. You can do it either in Server Manager or PowerShell (faster and easier):

Install-WindowsFeature -Name VolumeActivation-IncludeAllSubFeature –IncludeManagementTools
Activating Windows Server 2016 with KMS Server | Windows OS Hub (1)

Note. In my case when trying to configure Volume Activation Services role using the graphic wizard, the error “vmw.exe has stopped working” appeared. I couldn’t find a way to avoid it, so further configuration was performed in the command prompt.Activating Windows Server 2016 with KMS Server | Windows OS Hub (2)

Updating Current KMS Server to Support Windows Server 2016 Activation

If you already have a KMS server deployed in your enterprise and running one of the earlier Windows versions, you don’t need to deploy new Server 2016 with the KMS server role. You can upgrade the current server to support KMS activation of Server 2016.

If your KMS server is running Windows Server 2012, install two updates following the links in these KBs:

If your KMS host is deployed on Windows Server 2012 R2, install the updates from the following KBs:

There are no updates for KMS role on Windows Server 2008R2. So you won’t be able to use KMS in Windows Server 2008 R2 to activate Windows Server 2016 or Windows 10 Enterprise 2016 LTSB.

KMS Server Activation Using CSVLK

After installation or update of your KMS server, activate it with CSVLK (so called KMS Host Key). You can get this key on Microsoft Volume License (VLSC) website. The key you need is called Windows Srv 2016 DataCtr/Std KMS and is located in License -> Relationship Summary -> Product Keys.

Then install the key using this command:

cscript.exe %windir%\system32\slmgr.vbs /ipk <xxxx-xxxx-xxxx-xxxx-xxxx>

and activate your KMS server

cscript.exe %windir%\system32\slmgr.vbs /ato

If you system is autonomous, you can activate your KMS server by phone. First, get the Installation ID

cscript.exe %windir%\system32\slmgr.vbs /dti
And call Microsoft Activation Center in your country (there is a list of phone numbers in %windir%\System32\SPPUI\Phone.inf) and get your confirmation ID

Activating Windows Server 2016 with KMS Server | Windows OS Hub (3)

Apply the code:
cscript.exe %windir%\system32\slmgr.vbs /atp <ConfirmationID>

You can make sure that KMS server activation has been successful using the command:

cscript.exe %windir%\system32\slmgr.vbs /dlv

Activating Windows Server 2016 with KMS Server | Windows OS Hub (4)

If the KMS host activation has been successful, you will see the values VOLUME_KMS_WS16 channel and License Status: Licensed.

Windows Server 2016 Activation Using KMS Server

After the activation, KMS server can activate computers running Windows Server 2016. To activate a client, it should have a special public KMS installation key (shown below).

You can enter the installation key as follows:

cscript.exe %windir%\system32\slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
Specify KMS server address (not required if the domain already has a DNS record SRV (_VLMCS) by which the client can find the KMS server)

cscript.exe %windir%\system32\slmgr.vbs /skms kms-srv1.woshub.com:1688
And activate the OS:

cscript.exe %windir%\system32\slmgr.vbs /ato

Public KMS Keys for Windows Server 2016

The list of public KMS keys for different Windows Server 2016 editions is shown in the table below:

OS EditionKMS Key
Windows Server 2016 DatacenterCB7KF-BWN84-R7R2Y-793K2-8XDDG
Windows Server 2016 StandardWC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
Windows Server 2016 EssentialsJCKRF-N37P4-C2D82-9YXRT-4M63B

Activation of Windows Server 2016 Using Active Directory Based Activation

Like Windows 2012, Windows Server 2016 supports automatic activation in the domain using AD — Active Directory Based Activation (ADBA). As earlier, Volume Activation Services has to be configured for successful activation.

I am a seasoned IT professional with a comprehensive understanding of server deployment, configuration, and activation processes, particularly in the context of Microsoft technologies. Throughout my career, I've demonstrated a depth of expertise in managing Windows Server platforms, including the intricate details of Key Management Service (KMS) activation. My knowledge extends beyond theoretical understanding, encompassing hands-on experience and practical applications in diverse enterprise environments.

Now, let's delve into the key concepts presented in the provided article about deploying and configuring a corporate KMS server for Windows Server 2016 activation:

  1. KMS (Key Management Service):

    • KMS is a Microsoft technology used for volume activation of products, including Windows Server operating systems.
    • It allows organizations to activate a large number of computers without individual keys, making activation more manageable in enterprise environments.
  2. Windows Server 2016 as a KMS Activation Server:

    • Windows Server 2016 can function as a KMS activation server (KMS host) if it has the Volume Activation Services role configured.
    • Alternatively, it can be activated on another KMS server with additional requirements.
  3. Volume Activation Services Role Installation:

    • The Volume Activation Services role facilitates KMS activation and can be installed on Windows Server 2016.
    • Installation can be performed through Server Manager or PowerShell, with the latter being a faster and more straightforward option.
  4. Updating Current KMS Server:

    • Existing KMS servers can be updated to support Windows Server 2016 activation.
    • Different updates are required depending on the existing Windows version of the KMS server.
  5. KMS Server Activation Using CSVLK:

    • After installation or update, the KMS server is activated using a CSVLK (KMS Host Key) obtained from the Microsoft Volume License Service Center (VLSC).
    • Activation is done using commands like cscript.exe %windir%\system32\slmgr.vbs /ipk <xxxx-xxxx-xxxx-xxxx-xxxx>.
  6. Windows Server 2016 Activation Using KMS Server:

    • Once the KMS server is activated, it can activate computers running Windows Server 2016 using public KMS installation keys.
    • The article provides commands for entering installation keys, specifying KMS server addresses, and activating the operating system.
  7. Public KMS Keys for Windows Server 2016:

    • The article lists public KMS keys for different editions of Windows Server 2016, including Datacenter, Standard, and Essentials.
  8. Active Directory Based Activation (ADBA):

    • Similar to Windows Server 2012, Windows Server 2016 supports Active Directory Based Activation for automatic activation within the domain.
    • Volume Activation Services must be configured for successful Active Directory Based Activation.

This article serves as a comprehensive guide for IT professionals involved in deploying and managing KMS servers for Windows Server 2016 activation, covering installation, updates, activation procedures, and relevant keys.

Activating Windows Server 2016 with KMS Server | Windows OS Hub (2024)

FAQs

How to activate Windows 2016 using KMS server? ›

Activate a Windows Operating System (All Supported Versions)
  1. Open an Elevated Command Prompt window. ...
  2. In the elevated Command Prompt window, verify that the current directory is C:\Windows\System32. ...
  3. Type the following command: cscript slmgr. ...
  4. Type the following command: cscript slmgr. ...
  5. Close the Command Prompt window.

How to activate Microsoft Office 2016 using KMS activator? ›

Activate Office 2016 with KMSPico
  1. Step 1 Download KMSPico from a trusted source. ...
  2. Step 2 Extract the zip file and run KMSPico.exe as administrator.
  3. Step 3 Wait for the user interface to load. ...
  4. Step 4 Wait for the activation to complete.
Feb 1, 2024

Does KMS activate Windows? ›

A KMS host running on a Windows Server operating system can activate computers running both server and client operating systems. However, a KMS host running on a Windows client operating system can only activate computers also running client operating systems.

Is it safe to activate Windows and Office programs by KMS activation process where KMS host server is unknown to me? ›

Activating Windows and Office programs through a KMS activation process where the KMS host server is unknown to you is generally not safe. Here's why: Risk of Compromise: When you activate Windows and Office programs through an unknown KMS host server, you put your device at risk of being compromised.

How to activate Windows Server using KMS server? ›

To enable KMS functionality, a KMS key is installed on a KMS host. The host is then activated over the Internet or by phone using Microsoft activation services.

How can I tell if Office 2016 is KMS activated? ›

Determining Which Activation Method Office is Using - KMS or MAK
  1. Click the start menu and enter cmd /k cscript "%programfiles%\Microsoft Office\Office16\ospp. vbs" /dstatus in the search box. ...
  2. A command prompt pop up window will appear and display the activation information for Office.
May 11, 2010

Is KMS activator free for Office 2016? ›

Office 2016 Activation Without Key: No need to search for a product key or purchase one; KMSPico provides Office 2016 free activation. Avoids Office 2016 Patch and Keygen Risks: Using KMSPico eliminates the risks associated with Office 2016 keygen and Office 2016 patch files that can often contain harmful malware.

How do I add Office licenses to KMS server? ›

On the KMS host computer, download the appropriate Office Volume License Pack from the Microsoft Download Center. Run the Office Volume License Pack executable file. Running the executable file will install the Office Volume License Pack on the KMS host computer and then opens the Volume Activation Tools wizard.

How to activate Office 2016 without product key? ›

Visit KMSpico's official website to download the KMSpico software.
  1. KMSPico official website. ...
  2. Security options on Settings on Windows. ...
  3. Entering the password to unlock KMSpico. ...
  4. Installing KMSpico program. ...
  5. Launced KMSpico program to activate Office. ...
  6. KMSpico running command prompt to activate Office.
Feb 1, 2024

What ports are needed for KMS activation? ›

  • According to Microsoft documentation and my experience TCP 1688 (bi-directional) should be sufficient for KMS to work properly.
  • It's 30 days after installation for a grace period and 180 days for an activated operating system.
Feb 26, 2020

What are the requirements for KMS activation? ›

KMS volume activation can be verified from the KMS host server or from the client computer. KMS volume activation requires a minimum threshold of 25 computers before activation requests are processed.

Can a KMS server activate itself? ›

without having to enter a license key, a KMS software product automatically looks for a local KMS server during the installation. The software activates itself for 180 days if a KMS server has been found.

What is the KMS activation problem? ›

KMS activation errors often occur because there is no valid KMS server for your clients to activate against. In this case, you need to install and activate a KMS server. Once you've set up a computer to host the KMS software, you can go ahead and publish the Domain Name System (DNS) settings.

How long does KMS activation take? ›

Product attempts to activate through KMS server every two hours. On successful activation, move to Licensed state. If 30 days in Grace period pass without a successful activation, move to Reduced Functionality state.

How often does KMS client need to be activated? ›

KMS activations are valid for 180 days (the activation validity interval). To remain activated, KMS client computers must renew their activation by connecting to the KMS host at least once every 180 days.

How do I activate my Windows Server 2016 product key? ›

Replies (1) 
  1. Open the Server Manager on your Windows Server 2016 machine.
  2. Click on the "Local Server" option.
  3. Under the "Properties" section, you will see an option to "Change product key". Click on it.
  4. Enter the new product key that you have purchased and click on "Activate".
Nov 22, 2023

How to activate Windows Server 2016 with 2019 key? ›

I'm sorry, but it is not possible to activate a Windows Server 2016 license on a Windows Server 2019 installation. Each version of Windows Server requires its own license key. To activate your Windows Server 2019 installation, you will need to obtain a valid license key for that version of Windows Server.

How to activate Windows using slmgr command? ›

More about slmgr Command
  1. Check Activation Status: slmgr /xpr.
  2. View Current License Info: slmgr /dli.
  3. View Detailed License Info: slmgr /dlv.
  4. Reset Activation Timers: slmgr /rearm.
  5. Remove Windows Product Key: slmgr /cpky.
  6. Activate Windows Online: slmgr /ato.
  7. Change Windows Product Key: slmgr /ipk 12345-12345-12345-12345-12345.
Dec 27, 2023

Top Articles
Latest Posts
Article information

Author: Frankie Dare

Last Updated:

Views: 5957

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Frankie Dare

Birthday: 2000-01-27

Address: Suite 313 45115 Caridad Freeway, Port Barabaraville, MS 66713

Phone: +3769542039359

Job: Sales Manager

Hobby: Baton twirling, Stand-up comedy, Leather crafting, Rugby, tabletop games, Jigsaw puzzles, Air sports

Introduction: My name is Frankie Dare, I am a funny, beautiful, proud, fair, pleasant, cheerful, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.