diff --git a/Dockerfile b/Dockerfile index 074c933b2c8409877e24c18265391fb3c3f2099f..30026a8fdf494195fbb2cb5a1a3266cc8d4e9764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,6 @@ COPY . / WORKDIR /vlmcsd +EXPOSE 1688 + CMD ["./vlmcsd", "-D"] diff --git a/README.md b/README.md index ed2942a90c1e3e626f986eca5444bb06f3b6572c..cb2bd32f3da2530971c1bbad37078116ab20e5ee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ # linux-kms-server Linux kms server. + +## Run + +- With Docker: +``` +$ docker run -it -d kebe/vlmcsd +``` + +- With linux: +``` +$ make +$ ./vlmcsd +``` + +## Ciente usage: + +**Note: run `cmd` with administrator.** + +- Windows: +slmgr /upk +slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX +slmgr /skms kms.kebe7jun.com +slmgr /ato + +- Office: +CD \Program Files\Microsoft Office\Office16 OR CD \Program Files (x86)\Microsoft Office\Office16 +cscript ospp.vbs /sethst:kms.kebe7jun.com +cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx +cscript ospp.vbs /act +cscript ospp.vbs /dstatusall + + +- Source Code: +You can download source code on [https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms](https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms) + +- Key: +You can find key on [https://technet.microsoft.com/en-us/library/jj612867.aspx](https://technet.microsoft.com/en-us/library/jj612867.aspx)