-
Notifications
You must be signed in to change notification settings - Fork 6
DockerHub
Volume License Management Service is a free, open-source software to provide a volume-activation for Windows and Office products.
It is the replacement (or the solution for Linux) of Key Management Services on Windows Server (in term of operation), by provide less infrastructure compared to the Windows Server deployment (even the minimal one), or act as a backup solution in case the main Windows KMS Host fails.
For guide and help (written by the original developers), see here
On a system having too many applications running, using Docker is the better way to deploy, maintain, and retire Volume License Management Service
Containerized vlmcsd
for Linux are available on Docker Hub. By default, the container will expose port 1688. Containerized images are available for supporting architectures. You can try these available architectures by using following command lines
# AMD64
docker run -p 1688:1688 theflightsims/vlmcsd:linux-amd64
# ARM64
docker run -p 1688:1688 theflightsims/vlmcsd:linux-arm64v8
# PPC64LE
docker run -p 1688:1688 theflightsims/vlmcsd:linux-ppc64le
# S390X
docker run -p 1688:1688 theflightsims/vlmcsd:linux-s390x
# RISCv64
docker run -p 1688:1688 theflightsims/vlmcsd:linux-riscv64
Please see in the Wiki
Please see in the Wiki
Please see in the Wiki