SystemRage / py-kms

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

GUI #117

Closed rezafathikohi closed 3 years ago

rezafathikohi commented 3 years ago

Is there any GUI in docker? Because i want to see which computers are connecting and getting the license.

simonmicro commented 3 years ago

Nope, no way. Your only chance is to get the database file and open it (it is a sqlite database). Or you program it yourself (with something like flask). Sorry, but Docker is build that way :)

rezafathikohi commented 3 years ago

Where are these sqlite files located?

simonmicro commented 3 years ago

You can specify that (https://py-kms.readthedocs.io/en/latest/Usage.html#docker-environment) - use the Docker container with the python3 tag and mount a folder to get the db files out of the container. For that you are on your own - but @SystemRage will be happy to accept any PR for the docs, when you wish to extend our guides. Sorry, but I am currently too full to write any guide for that.