Skip to content

Deploy KMS Activation Server with Vlmcsd On Docker

Vlmcsd Project: mydigitallife,Github

To install Vlmcsd Manually, refer toVlmcsd-on-Ubuntu-18.04 or Centos7-搭建KMS服务器以及windows产品秘钥

1. Deploy Vlmcsd on Docker

(1). Compile docker-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. Aciticate Windows

Run 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 Office

Run CMD with 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.vbs激活office

Notes:KMS activication works for Office VOL version ONLY.

You can install VOL certificates with OfficeTools.

5. 常用密钥

  • Windows-10-Professional

    W269N-WFGWX-YVC9B-4J6C9-T83GX

  • Windows-11-Professional

    NY2G4-WJT7M-7XFMW-B9R79-BKMQB

  • Office-Pro-Plus-2021-LTSC

    FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH

  • Visio-Pro-2021-LTSC

    KNH8D-FGHT4-T8RK3-CTDYJ-K2HT4

  • Office-Pro-Plus-2019

    NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP

  • Visio-2019-Pro

    9BGNQ-K37YR-RQHF2-38RQ3-7VCBB

For more Activation Key, refer to Office-Products-Information.

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