diff --git a/README.md b/README.md new file mode 100644 index 0000000..bceb480 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# vlmcsd is a replacement for Microsoft's KMS server. + +> 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) + +## Server Usage: +> $ docker run -d -p 1688:1688 --name vlmcsd mikolatero/vlmcsd + + + +## To view docker log: +Now (thanks to embii74) vlmcsd process send logs to docker. +> $ docker logs vlmcsd . (change 'vlmcsd' with the docker's name) + +## More info +https://hub.docker.com/r/mikolatero/vlmcsd/