Sign inSign up

simeononsecurity/docker-vlmcsd

By simeononsecurity

Updated over 2 years ago

vlmcsd is a replacement for Microsoft's KMS server. https://simeononsecurity.com/

Image
1

1.1K

simeononsecurity/docker-vlmcsd repository overview

vlmcsd is a replacement for Microsoft's KMS server.

Github
Website

It contains vlmcs, a KMS test client, mainly for debugging purposes, that also can "charge" a genuine KMS server designed to run on an always-on or often-on device, e.g. router, NAS Box, ...intended to help people who lost activation of their legally-owned licenses, e.g. due to a change of hardware (motherboard, CPU, ...)

vlmcsd is not a one-click activation or crack tool intended to activate illegal copies of software (Windows, Office, Project, Visio)

Info / About this docker

Docker based in Alpine OS with vlmcsd compiled from "source" (Wind4 GitHub)

Server Usage:

docker run -d -p 1688:1688 --restart=always --name kms simeononsecurity/docker-vlmcsd 

To view docker log:

Now (thanks to embii74) vlmcsd process send logs to docker.

docker logs kms

Client

Windows
slmgr.vbs -upk  
slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX  
slmgr.vbs -skms DOCKER_IP:PORT  
slmgr.vbs -ato  
slmgr.vbs -dlv  
Office x86
cd \Program Files (x86)\Microsoft Office\Office16  
cscript ospp.vbs /sethst:DOCKER_IP  
cscript ospp.vbs /setprt:PORT  
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx  
cscript ospp.vbs /act  
cscript ospp.vbs /dstatusall  
Office x86_64
cd \Program Files\Microsoft Office\Office16  
cscript ospp.vbs /sethst:DOCKER_IP  
cscript ospp.vbs /setprt:PORT  
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx  
cscript ospp.vbs /act  
cscript ospp.vbs /dstatusall  

Sources

GVLK keys

Tag summary

Content type

Image

Digest

sha256:7b4d03bf1

Size

3.6 MB

Last updated

over 2 years ago

docker pull simeononsecurity/docker-vlmcsd