All Projects → mikolatero → Docker Vlmcsd

mikolatero / Docker Vlmcsd

vlmcsd is a replacement for Microsoft's KMS server.

Projects that are alternatives of or similar to Docker Vlmcsd

Azure Event Hubs For Kafka
Azure Event Hubs for Apache Kafka Ecosystems
Stars: ✭ 124 (-3.12%)
Mutual labels:  microsoft
Http Server
a simple zero-configuration command-line http server
Stars: ✭ 11,280 (+8712.5%)
Mutual labels:  server
Kbupdate
🛡 KB Viewer, Saver, Installer and Uninstaller
Stars: ✭ 127 (-0.78%)
Mutual labels:  microsoft
Mbserver
Golang Modbus Server (Slave)
Stars: ✭ 124 (-3.12%)
Mutual labels:  server
Node Oidc Provider
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js
Stars: ✭ 2,018 (+1476.56%)
Mutual labels:  server
Hydra
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+9184.38%)
Mutual labels:  server
Magento 2 Server Installation
Magento 2 Server Installation - How to Install Magento 2
Stars: ✭ 123 (-3.91%)
Mutual labels:  server
Ocpp
Python implementation of the Open Charge Point Protocol (OCPP).
Stars: ✭ 127 (-0.78%)
Mutual labels:  server
Frontend Bootcamp
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
Stars: ✭ 10,506 (+8107.81%)
Mutual labels:  microsoft
Jsonrpcserver
Process JSON-RPC requests in Python
Stars: ✭ 126 (-1.56%)
Mutual labels:  server
Servez
A simple web server for local web development.
Stars: ✭ 124 (-3.12%)
Mutual labels:  server
Watsonwebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
Stars: ✭ 125 (-2.34%)
Mutual labels:  server
Bing Wallpaper Gnome Extension
GNOME shell extension that sets your desktop wallpaper & lock screen image to Microsoft Bing's Image of the Day.
Stars: ✭ 125 (-2.34%)
Mutual labels:  microsoft
Vsts Work Item Migrator
WiMigrator is a command line tool for migrating work items between VSTS/TFS projects
Stars: ✭ 124 (-3.12%)
Mutual labels:  microsoft
Server Go
🎨OpenIoTHub Server[内网穿透和物联网设备管理服务器]
Stars: ✭ 127 (-0.78%)
Mutual labels:  server
Im service
golang im server
Stars: ✭ 1,694 (+1223.44%)
Mutual labels:  server
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+9225.78%)
Mutual labels:  microsoft
Playlistfromsong
Create an offline music playlist from a single song 🎶
Stars: ✭ 128 (+0%)
Mutual labels:  server
Flock
Automated deployment of Swift projects to servers
Stars: ✭ 127 (-0.78%)
Mutual labels:  server
Redmond Themes
Home of the B00merang Redmond Collection themes for Linux
Stars: ✭ 126 (-1.56%)
Mutual labels:  microsoft

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)

Info / About this docker

Docker based in Alpine OS with vlmcsd compiled from "source" (Wind4 GitHub)

Server Usage:

$ docker run -d -p 1688:1688 --restart=always --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)

Client

Windows

slmgr.vbs -upk
slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr.vbs -skms DOCKER_IP
slmgr.vbs -ato
slmgr.vbs -dlv

Office x86

cd \Program Files (x86)\Microsoft Office\Office16
cscript ospp.vbs /sethst:DOCKER_IP
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
cscript ospp.vbs /act
cscript ospp.vbs /dstatusall

Office x86_64

cd \Program Files\Microsoft Office\Office16
cscript ospp.vbs /sethst:DOCKER_IP
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
cscript ospp.vbs /act
cscript ospp.vbs /dstatusall

Sources

https://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms
https://github.com/Wind4/vlmcsd

GVLK keys

Windows: https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys
Office 2013: https://technet.microsoft.com/en-us/library/dn385360.aspx
Office 2016 & 2019: https://technet.microsoft.com/en-us/library/dn385360(v=office.16).aspx

Docker Link

https://hub.docker.com/r/mikolatero/vlmcsd/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].