{"id":15026313,"url":"https://github.com/systemrage/py-kms","last_synced_at":"2025-05-15T07:05:33.967Z","repository":{"id":40431966,"uuid":"94372492","full_name":"SystemRage/py-kms","owner":"SystemRage","description":"KMS Server Emulator written in Python","archived":false,"fork":false,"pushed_at":"2023-05-06T16:08:43.000Z","size":3155,"stargazers_count":2137,"open_issues_count":27,"forks_count":671,"subscribers_count":90,"default_branch":"master","last_synced_at":"2025-05-15T07:05:28.328Z","etag":null,"topics":["activator","client","emulator","gvlk","kms","office","py-kms","python","server","volume-license","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SystemRage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-14T20:56:40.000Z","updated_at":"2025-05-13T20:37:01.000Z","dependencies_parsed_at":"2024-01-15T13:36:01.601Z","dependency_job_id":null,"html_url":"https://github.com/SystemRage/py-kms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemRage%2Fpy-kms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemRage%2Fpy-kms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemRage%2Fpy-kms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystemRage%2Fpy-kms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SystemRage","download_url":"https://codeload.github.com/SystemRage/py-kms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292040,"owners_count":22046426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activator","client","emulator","gvlk","kms","office","py-kms","python","server","volume-license","windows"],"created_at":"2024-09-24T20:04:15.933Z","updated_at":"2025-05-15T07:05:28.954Z","avatar_url":"https://github.com/SystemRage.png","language":"Python","readme":"# Readme\r\n![repo-size](https://img.shields.io/github/repo-size/SystemRage/py-kms)\r\n![open-issues](https://img.shields.io/github/issues/SystemRage/py-kms)\r\n![last-commit](https://img.shields.io/github/last-commit/SystemRage/py-kms/master)\r\n![docker-status](https://img.shields.io/docker/cloud/build/pykmsorg/py-kms)\r\n![docker-pulls](https://img.shields.io/docker/pulls/pykmsorg/py-kms)\r\n![read-the-docs](https://img.shields.io/readthedocs/py-kms)\r\n***\r\n\r\n## History\r\n_py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.info/members/183074-markedsword), which is a port of either the C#, C++, or .NET implementations of KMS Emulator. The original version was written by [CODYQX4](http://forums.mydigitallife.info/members/89933-CODYQX4) and is derived from the reverse-engineered code of Microsoft's official KMS.\r\n\r\n## Features\r\n- Responds to `v4`, `v5`, and `v6` KMS requests.\r\n- Supports activating:\r\n\t- Windows Vista \r\n\t- Windows 7 \r\n\t- Windows 8\r\n\t- Windows 8.1\r\n\t- Windows 10 ( 1511 / 1607 / 1703 / 1709 / 1803 / 1809 )\r\n    - Windows 10 ( 1903 / 1909 / 20H1 )\r\n\t- Windows Server 2008\r\n\t- Windows Server 2008 R2\r\n\t- Windows Server 2012\r\n\t- Windows Server 2012 R2\r\n\t- Windows Server 2016\r\n\t- Windows Server 2019\r\n\t- Microsoft Office 2010 ( Volume License )\r\n\t- Microsoft Office 2013 ( Volume License )\r\n\t- Microsoft Office 2016 ( Volume License )\r\n\t- Microsoft Office 2019 ( Volume License )\r\n  - It's written in Python (tested with Python 3.6.9).\r\n  - Supports execution by `Docker`, `systemd`, `Upstart` and many more...\r\n  - Includes a GUI for simple managing.\r\n  - Uses `sqlite` for persistent data storage.\r\n\r\n## Documentation\r\nThe wiki has been completly reworked and is now available on [readthedocs.com](https://py-kms.readthedocs.io/en/latest/). It should you provide all necessary information how to setup and to use _py-kms_ , all without clumping this readme. The documentation also houses more details about activation with _py-kms_ and how to get GVLK keys.\r\n       \r\n## Quick start\r\n- To start the server, execute `python3 pykms_Server.py [IPADDRESS] [PORT]`, the default _IPADDRESS_ is `0.0.0.0` ( all interfaces ) and the default _PORT_ is `1688`. Note that both the address and port are optional. It's allowed to use IPv4 and IPv6 addresses. If you have a IPv6-capable dual-stack OS, a dual-stack socket is created when using a IPv6 address.\r\n- To start the server automatically using Docker, execute `docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms`.\r\n- To show the help pages type: `python3 pykms_Server.py -h` and `python3 pykms_Client.py -h`.\r\n- For launching _py-kms_ GUI make the file `pykms_Server.py` executable with `chmod +x /path/to/folder/py-kms/pykms_Server.py`, then simply run `pykms_Server.py` by double-clicking.\r\n\r\n## License\r\n   - _py-kms_ is [![Unlicense](https://img.shields.io/badge/license-unlicense-lightgray.svg)](https://github.com/SystemRage/py-kms/blob/master/LICENSE)\r\n   - _py-kms GUI_ is [![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/SystemRage/py-kms/blob/master/LICENSE.gui.md) © Matteo ℱan\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemrage%2Fpy-kms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystemrage%2Fpy-kms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystemrage%2Fpy-kms/lists"}