| https://gist.github.com/me7media/37b577036a1303828ee242984d1ffdaa |
| https://gist.github.com/baorv/c45c0188a65f9b3b270964bc99cf634d |
| PhpStorm 2019.1.2 licence server |
| it worked for me so am sharing it with you |
| **NOTE : Please Consider Buying An Official Licence If You Can Afford It |
| Download the following folder from this link (Mega) : |
| Install & Run the IDE and evalutate for free |
| Click IDE menu 'Configure' or 'Help' -> 'Edit Custom VM Options...' |
| Append '-javaagent:/absolute/path/to/jetbrains-agent.jar' to end line. |
| eg: |
| mac: -javaagent:/Users/neo/jetbrains-agent.jar |
| linux: -javaagent:/home/neo/jetbrains-agent.jar |
| windows: -javaagent:C:Usersneojetbrains-agent.jar |
| Restart IDE. |
| Click IDE menu 'Help' -> 'Register...' or 'Configure' -> 'Manage License...' |
| Support 'License server' and 'Activation code': |
| 1). Entry license server address: http://jetbrains-license-server |
| Or click the button: 'Discover Server' to fill automaticly |
| 2). Active offline with the activation code file: Activation Code.txt |
| If the license window always pops up, remove jetbrains domains from hosts file |
| Enjoy your licence |
| I've been using this method successfully with PyCharm 2019.1.2. |
| Updated to PyCharm 2019.1.3 and it doesn't work anymore. |
| Is there a new version of the license serve or something? |

One alternative, if you have access to a SSH server connected to internet (linux server), is to use a remote tunnel: 1.- Start License Server as usual (default host:port are 'localhost:1017'). 2.- Open a SSH remote tunnel to the public server 'ssh -R:localhost: ' (ie: 'ssh -R 1017:localhost:11017 public.server.com') 3.
