Skip to content

DockerHub

shiroinekotfs edited this page Aug 20, 2025 · 1 revision

Volume License Management Service

Docker Tracker

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

Deploy Volume License Management Service on Docker

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

Configuring Volume License Management Service in your network

Please see in the Wiki

Volume License Management Service Limitation

Please see in the Wiki

Activation Error Codes

Please see in the Wiki