SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

I'm afraid I don't get it #14

Closed Nickduino closed 5 years ago

Nickduino commented 5 years ago

I'm supposed to use a serial key on my Office/Windows install and tell it to go check the licence on the Raspberry Pi running on my local network, right?

Could the documentation be a bit more exhaustive?

SystemRage commented 5 years ago

Add a firewall rule, then run the server: user@user ~/path/to/folder/py-kms $ python server.py Finally (client-side) use this steps: https://github.com/SystemRage/py-kms/wiki/Manual#activation-procedure

Nickduino commented 5 years ago

Thanks!