Sign inSign up

drixn/kms

By drixn

•Updated over 4 years ago

KMS Server Docker Image by Drixn

Image
0

394

drixn/kms repository overview

⁠KMS Server Docker Image by Drixn

This is A fully Microsoft compatible KMS server with Docker Image.

vlmcsd⁠ is a fully Microsoft compatible KMS server that provides product activation services to clients.It is meant as a drop-in replacement for a Microsoft KMS server (Windows computer with KMS key entered).It currently supports KMS protocol versions 4, 5 and 6.

vlmcsd is designed to run on POSIX compatible operating systens. It only requires a basic C library with a BSD-style sockets API and either fork or pthreads.

That allows it to run on most embedded systems like routers, NASes, mobile phones, tablets, TVs, settop boxes, etc. Some efforts have been made that it also runs on Windows.

⁠Reference
  • Supported architectures (more info⁠): amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
⁠Prepare the host

Docker images are built for quick deployment in various computing cloud providers. For more information on docker and containerization technologies, refer to official document⁠.

If you need to install docker by yourself, follow the official installation guide⁠.

⁠Pull the image
$ docker pull drixn/kms

This pulls the latest release of KMS server. It can be found at Docker Hub⁠.

⁠Start a container
$ docker run -d -p 1688:1688 --name kms --restart=always drixn/kms

Note: The TCP port number 1688 must be opened in firewall.

Tag summary

Content type

Image

Digest

Size

2.6 MB

Last updated

over 4 years ago

docker pull drixn/kms