KMS Activation Servers
KMS (Key Management Service) activation is a volume licensing method provided by Microsoft for activating Windows and Office products. Public KMS servers are often hosted by third parties and may become unavailable. Verifyinng server connectivtiy before use is recommended.
Currently Active Server Addresses
The following servers were confirmed operational at the time of publication:
zh.us.tokms.03k.orgkms.chinancce.comkms.shuax.comkms.dwhd.orgkms.luody.infokms.digiboy.irkms.lotro.ccwww.zgbs.cccy2617.jios.org
Verifying Server Availability
You can test server connectivity using the built-in ping network diagnostic tool.
-
Open a command prompt with administrative privileges.
- For Windows 10/11: Right-click the Start button and select Windows PowerShell (Admin) or Command Prompt (Admin).
-
Use the following command syntax, replacing
server_addresswith an address from the list above:ping server_addressExample:
ping zh.us.to -
A successful response with
0% lossindicates the server is reachable. ARequest timed outmessage typically indicates the server is unavailable.
Activating Windows via KMS
To activate a Windows volume license edition using a KMS server, run the following commands sequentially from an elevated command prompt.
# Uninstall any existing product key
slmgr.vbs /upk
# Install a generic Volume License Key (GVLK) for your edition
# Example GVLKs (valid at time of writing):
# Windows 10/11 Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43
# Windows 10/11 Pro: W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr.vbs /ipk <GVLK>
# Set the KMS server address
slmgr.vbs /skms zh.us.to
# Attempt activation
slmgr.vbs /ato
# Display detailed license information
slmgr.vbs -dlv
Additional Resources
For guidance on hosting a private KMS server or obtaining volume licensing media, refer to official Microsoft documentation or established technical forums.