Py Kms

KMS Server Emulator written in Python
Alternatives To Py Kms
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Coredns10,7248141710 hours ago271September 08, 202287apache-2.0Go
CoreDNS is a DNS server that chains plugins
React Redux Realworld Example App5,183
2 years ago88mitJavaScript
Exemplary real world application built with React + Redux
Ssh25,1383,1821,18821 days ago100June 11, 202296mitJavaScript
SSH2 client and server modules written in pure JavaScript for node.js
Organizr4,383
17 days ago26gpl-3.0PHP
HTPC/Homelab Services Organizer - Written in PHP
Vantage3,45847346 years ago51June 02, 201615mitJavaScript
Distributed, realtime CLI for live Node apps.
Web Socket Js2,704
46 years agoApril 03, 201429bsd-3-clauseJavaScript
HTML5 Web Socket implementation powered by Flash
Server2,644
4 months ago75mitJavaScript
server for localtunnel.me
Py Kms1,883
a month ago24unlicensePython
KMS Server Emulator written in Python
Start Server And Test1,3937517263 months ago61September 02, 202172mitJavaScript
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
Hamms1,212
6 years ago10November 24, 2014mitPython
Malformed servers to test your HTTP client
Alternatives To Py Kms
Select To Compare


Alternative Project Comparisons
Readme

Readme

repo-size open-issues last-commit docker-status docker-pulls read-the-docs


History

py-kms is a port of node-kms created by cyrozap, which is a port of either the C#, C++, or .NET implementations of KMS Emulator. The original version was written by CODYQX4 and is derived from the reverse-engineered code of Microsoft's official KMS.

Features

  • Responds to v4, v5, and v6 KMS requests.
  • Supports activating:
    • Windows Vista
    • Windows 7
    • Windows 8
    • Windows 8.1
    • Windows 10 ( 1511 / 1607 / 1703 / 1709 / 1803 / 1809 )
    • Windows 10 ( 1903 / 1909 / 20H1 )
    • Windows Server 2008
    • Windows Server 2008 R2
    • Windows Server 2012
    • Windows Server 2012 R2
    • Windows Server 2016
    • Windows Server 2019
    • Microsoft Office 2010 ( Volume License )
    • Microsoft Office 2013 ( Volume License )
    • Microsoft Office 2016 ( Volume License )
    • Microsoft Office 2019 ( Volume License )
    • It's written in Python (tested with Python 3.6.9).
    • Supports execution by Docker, systemd, Upstart and many more...
    • Includes a GUI for simple managing.
    • Uses sqlite for persistent data storage.

Documentation

The wiki has been completly reworked and is now available on readthedocs.com. 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.

Quick start

  • 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.
  • To start the server automatically using Docker, execute docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms.
  • To show the help pages type: python3 pykms_Server.py -h and python3 pykms_Client.py -h.
  • 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.

License

  • py-kms is Unlicense
  • py-kms GUI is MIT © Matteo ℱan
Popular Server Projects
Popular Port Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Server
Port
Microsoft
Volume