gegedesembri/kms
Github : Wind4/vlmcsd
Windows GVLK : Microsoft Windows GVLK
Office GVLK : Microsoft Office GVLKs
Docker Hub : gegedesembri/kms
docker pull gegedesembri/kms
This pulls the latest release of KMS server. It can be found at Docker Hub.
docker run -d -p 1688:1688 --name kms --restart=always gegedesembri/kms
*Note: The TCP port number 1688
must be opened in firewall.
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 gegedesembri/kms