Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Coredns | 10,724 | 81 | 417 | 10 hours ago | 271 | September 08, 2022 | 87 | apache-2.0 | Go | |
CoreDNS is a DNS server that chains plugins | ||||||||||
React Redux Realworld Example App | 5,183 | 2 years ago | 88 | mit | JavaScript | |||||
Exemplary real world application built with React + Redux | ||||||||||
Ssh2 | 5,138 | 3,182 | 1,188 | 21 days ago | 100 | June 11, 2022 | 96 | mit | JavaScript | |
SSH2 client and server modules written in pure JavaScript for node.js | ||||||||||
Organizr | 4,383 | 17 days ago | 26 | gpl-3.0 | PHP | |||||
HTPC/Homelab Services Organizer - Written in PHP | ||||||||||
Vantage | 3,458 | 47 | 34 | 6 years ago | 51 | June 02, 2016 | 15 | mit | JavaScript | |
Distributed, realtime CLI for live Node apps. | ||||||||||
Web Socket Js | 2,704 | 4 | 6 years ago | April 03, 2014 | 29 | bsd-3-clause | JavaScript | |||
HTML5 Web Socket implementation powered by Flash | ||||||||||
Server | 2,644 | 4 months ago | 75 | mit | JavaScript | |||||
server for localtunnel.me | ||||||||||
Py Kms | 1,883 | a month ago | 24 | unlicense | Python | |||||
KMS Server Emulator written in Python | ||||||||||
Start Server And Test | 1,393 | 751 | 726 | 3 months ago | 61 | September 02, 2021 | 72 | mit | JavaScript | |
Starts server, waits for URL, then runs test command; when the tests end, shuts down server | ||||||||||
Hamms | 1,212 | 6 years ago | 10 | November 24, 2014 | mit | Python | ||||
Malformed servers to test your HTTP client |
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.
v4
, v5
, and v6
KMS requests.Docker
, systemd
, Upstart
and many more...sqlite
for persistent data storage.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.
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.docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms
.python3 pykms_Server.py -h
and python3 pykms_Client.py -h
.pykms_Server.py
executable with chmod +x /path/to/folder/py-kms/pykms_Server.py
, then simply run pykms_Server.py
by double-clicking.