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
⚠️ Only available when you have installed
gcc,git,glibc, andmakein your system
curl -sSL https://raw.githubusercontent.com/tfslabs/vlmcsd/refs/heads/master/.systemd/install.sh | sudo bashmakeFor advanced build with make, you can use
make helpTo build, Dockerfile are provided in the .docker folder. Note that the multi-arch may need to include --platform. Currently, vlmcsd supports these following architecture
linux/386linux/amd64linux/arm/v5linux/arm/v7linux/arm64/v8linux/ppc64lelinux/riscv64linux/s390x
You can open the vlmcsd.sln project solution in the VisualStudio folder.