Skip to content

Deploy KMS Activation Server with Vlmcsd On DockerVlmcsd Project: [mydigitallife],[Github]

To install Vlmcsd Manually, refer to [Vlmcsd-on-Ubuntu-18.04] or [Centos7-Build KMS server and windows product key]## 1. Deploy Vlmcsd on Docker### (1). Compiledocker-compose.yaml, as below``` version: "3" services: kms-docker: image: teddysun/kms container_name: kms restart: always network_mode: "host" ports: - 1688:1688

### (2). Run docker container with docker-compose```
docker-compose up -d

2.Frpc Configuration```

[KMS] type = tcp local_ip = 127.0.0.1 local_port = 1688 remote_port = 1688 protocol = kcp

## 3. Activate WindowsRun`CMD`with Administrator, then run the following scripts:```
slmgr.vbs -upk
slmgr.vbs -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr.vbs -skms xxx.xxx.xxx.xxx:1688
slmgr.vbs -ato
slmgr.vbs -dlv

4. Activate OfficeRunCMDwith Administrator, then run the following scripts:```

cd C:\Program Files\Microsoft Office\Office16 cscript ospp.vbs /unpkey:xxxxx cscript ospp.vbs /inpkey:xxxxx cscript ospp.vbs /sethst:x.x.x.x cscript ospp.vbs /act ``` Scripts above refer to [ospp.vbsactivateoffice]

Notes: KMS activation works for Office VOL version ONLY.> You can install VOL certificates with [OfficeTools].

5. Commonly used keys- ### Windows-10-Professional

W269N-WFGWX-YVC9B-4J6C9-T83GX - ### Windows-11-ProfessionalNY2G4-WJT7M-7XFMW-B9R79-BKMQB - ### Office-Pro-Plus-2021-LTSCFXYTK-NJJ8C-GB6DW-3DYQT-6F7TH - ### Visio-Pro-2021-LTSCKNH8D-FGHT4-T8RK3-CTDYJ-K2HT4 - ### Office-Pro-Plus-2019NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP - ### Visio-2019-Pro9BGNQ-K37YR-RQHF2-38RQ3-7VCBB For more Activation Key, refer to [Office-Products-Information].

6. Download Link[Office-2021-Professional-Plus-English]

[Visio-2021-Professional-English] [Office-2021-Professional-Plus-Chinese-Simplified] [Visio-2021-Professional-Chinese-Simplified]

REF[1]. http://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms

[2]. https://github.com/Wind4/vlmcsd

[3]. https://jalena.bcsytv.com/archives/1388/comment-page-1

[4]. https://blog.thirdechelon.org/2019/06/vlmcsd-on-ubuntu-18-04/

[5]. https://sxfblog.com/index.php/archives/137.html

[6]. Some-Operations-After-Installing-docker-and-podman [mydigitallife]:http://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms[Github]:https://github.com/Wind4/vlmcsd[ospp.vbs activate office]:https://ihacksoft.com/ospp-vbs.html[OfficeTools]:https://otp.landian.vip/en-us/[Vlmcsd-on-Ubuntu-18.04]:https://blog.thirdechelon.org/2019/06/vlmcsd-on-ubuntu-18-04/[Centos7-Build KMS server and windows product key]: https://sxfblog.com/index.php/archives/137.html[Office-2021-Professional-Plus-English]:https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-US/ProPlus2021Retail.img[Office-Products-Information]:https://github.com/YerongAI/Office-Tool/blob/main/doc/Tech%20Articles/Products.md[Visio-2021-Professional-English]:https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-US/VisioPro2021Retail.img[Office-2021-Professional-Plus-Chinese-Simplified]:https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/zh-CN/ProPlus2021Retail.img[Visio-2021-Professional-Chinese-Simplified]:https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/zh-CN/VisioPro2021Retail.img