key phpstorm (ok)

Acc JetBrain: mailEdu: hung.hg151778@sis.hust.edu.vn passMail:Dhbkhn9@ pass: sondepzai1992

Tham khảo các bài viết khác

Hoặc

Activate license for Jetbrains PHP Storm 2019 use Jetbrains license server (Work 100%)


  1. 5s quảng cáo

  2. Mở đầu

  3. Note

  4. How to use

    1. 1. Download Jetbrains agent

    2. 2. Config Custom VM Options

    3. 3. Update License

    4. 4. Notes


# 5s quảng cáo

# Mở đầu

Share License server to activate copyright for products in the ecosystem of Jetbrains. You can activate the products below:

# Note

The guide only uses for study purpose, the article only wishes to share it with the community, not encouraging free use.

If available, purchase products at: https://www.jetbrains.com/idea/buy/

# How to use

# 1. Download Jetbrains agent

Download Jetbrains agent here.

Extract to /home/ntc/jetbrains-agent.jar for Ubuntu, /Users/ntc/jetbrains-agent.jar for Mac, -javaagent:C:Users\ntcjetbrains-agent.jar for Windows.

# 2. Config Custom VM Options

Open your application (PHPStorm, Webstorm, .etc), choose Help -> Edit Custom VM Options

Add new line to this file:

# mac:      
-javaagent:/Users/ntc/jetbrains-agent.jar
#linux:    
-javaagent:/home/ntc/jetbrains-agent.jar
#windows:  
-javaagent:C:Users\ntc\jetbrains-agent.jar

Save and restart IDE.

# 3. Update License

Choose Help -> Register -> License Server, fills Server address with:

http://fls.jetbrains-agent.com

# 4. Notes

If jetbrains-agent.jar not working, you can follow this step:

  • Remove all config concern to Jetbrains like

0.0.0.0 account.jetbrains.com
0.0.0.0 www.jetbrains.com  
...etc

in /etc/hosts.

  • Add new line 0.0.0.0 https://account.jetbrains.com:443 in C:\\Windows\System32\drivers\etc\hosts for Windows users.

Activation code work for:

  • IntelliJ IDEA Ultimate / Activation Code IntelliJ IDEA Ultimate (2019.3.3 and down)

  • Rider / Activation Code Rider (2019.3.2 and down)

  • GoLand / Activation Code GoLand (2019.3.2 and down)

  • AppCode / Activation Code AppCode (2019.3.5 and down)

  • CLion / Activation Code CLion (2019.3.4 and down)

  • PyCharm Professional / Activation Code PyCharm Professional (2019.3.3 and down)

  • WebStorm / Activation Code WebStorm (2019.3.3 and down)

  • RubyMine / Activation Code RubyMine (2019.3.3 and down)

-javaagent:C:Users\ntc\jetbrains-agent.jar

Bản này cài ok

https://soft.l-t.top/%E6%BF%80%E6%B4%BB%E5%B7%A5%E5%85%B7/JETBRAINS_INTELLIJ%E6%89%80%E6%9C%89%E4%BA%A7%E5%93%81%E9%80%9A%E7%94%A8%E6%BF%80%E6%B4%BB/Jetbrains%203.2.2%20%E6%8E%88%E6%9D%83%E6%96%87%E4%BB%B6/

Last updated