gegedesembri/kms

By gegedesembri

Updated about 1 month ago

Image
0

104

KMS Server

Github : Wind4/vlmcsd

Windows GVLK : Microsoft Windows GVLK

Office GVLK : Microsoft Office GVLKs

Docker Hub : gegedesembri/kms

Server Usage

Pull the image
docker pull gegedesembri/kms

This pulls the latest release of KMS server. It can be found at Docker Hub.

Start a container
docker run -d -p 1688:1688 --name kms --restart=always gegedesembri/kms

*Note: The TCP port number 1688 must be opened in firewall.

Client Usage

See your Windows version

wmic os get caption

Get output like

Caption
Microsoft Windows 10 Pro

Set KMS Host on Client to your IP/Domain KMS server

slmgr /skms <your_ip_or_domain>:1688

Set GVLK according to the Windows version you are using. You can see the Microsoft Windows GVLK.

slmgr /ipk <GVLK_key>

Activate by Online

slmgr /ato

Check you activation

slmgr /xpr

Docker Pull Command

docker pull gegedesembri/kms