Skip to content
Snippets Groups Projects
Commit b9a192ad authored by KEBE's avatar KEBE
Browse files

> add run shell and expose.

parent d40e53d2
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,6 @@ COPY . / ...@@ -6,4 +6,6 @@ COPY . /
WORKDIR /vlmcsd WORKDIR /vlmcsd
EXPOSE 1688
CMD ["./vlmcsd", "-D"] CMD ["./vlmcsd", "-D"]
# linux-kms-server # linux-kms-server
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment