Link: https://github.com/CrackAttackz/JetBrainsLicenseServer
Readme:
A license server for JetBrains products which will allow for registration of IDEs
NOTE: This is provided for educational purposes only. I, CrackAttackz am not responsible for what you do with this software. Please support the software developers that create these products.
Windows instructions ( Windows binaries created withhttps://github.com/pyinstaller/pyinstaller )
In the "windows" folder run start_license_server.bat (This will open the JetBrains license server)
In the JetBrains product menu, go to Help -> Register...
Select "License server"
Under "License server address:" enter in "http://localhost:9123"
The product should now be licensed. You can close the license server window by selecting it and using Ctrl + C
Linux / Mac:
Change directory to the "linux-mac" folder
[Optional] Create a virtualenv and enter it
Run "pip install -r requirements.txt" to install required PyPI packages
Run "python ./jetbrains_license_server/manage.py runserver localhost:9123"
In the JetBrains product menu, go to Help -> Register...
Select "License server"
Under "License server address:" enter in "http://localhost:9123"
The product should now be licensed. You can close the license server.