Jump to content
Byte-ul

JetBrains License Server

Recommended Posts

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 )

  1. In the "windows" folder run start_license_server.bat (This will open the JetBrains license server)
  2. In the JetBrains product menu, go to Help -> Register...
  3. Select "License server"
  4. Under "License server address:" enter in "http://localhost:9123"
  5. The product should now be licensed. You can close the license server window by selecting it and using Ctrl + C

Linux / Mac:

  1. Change directory to the "linux-mac" folder
  2. [Optional] Create a virtualenv and enter it
  3. Run "pip install -r requirements.txt" to install required PyPI packages
  4. Run "python ./jetbrains_license_server/manage.py runserver localhost:9123"
  5. In the JetBrains product menu, go to Help -> Register...
  6. Select "License server"
  7. Under "License server address:" enter in "http://localhost:9123"
  8. The product should now be licensed. You can close the license server.
  • Upvote 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...