# jet_licence **Repository Path**: asPointer/jet_licence ## Basic Information - **Project Name**: jet_licence - **Description**: Golang实现的JetBrains激活服务端程序,可激活Idea,Goland,WebStorm,DataGrip,PyCharm等等一系列产品。 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2019-03-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一、功能 Golang实现的JetBrains激活服务器,参考代码来源于网络,做了少量更改。 ## 二、适用版本 WebStorm, Goland, PyCharm, DataGrip 2017.3+版本测试有效。 理论上支持各IDE的2017.3以上版本,2017.3以下版本没有测试。 **2018.2及以后版本的全系列产品失效,JetBrains修改了激活服务器,所有产品都已无法激活!如需激活可使用激活码激活,自行百度。** 参考链接:[Outdated license server no longer supported in JetBrains products](https://www.jetbrains.com/license-server/outdated-ls/) # 三、激活方法 先编译代码,得到服务端。 默认监听8011端口,如需修改可携带`-port`参数,如`./server -port=8080`可使服务监听8080端口。 开启成功后会打印日志信息提示: ``` 2018/01/11 22:20:35 Jetbrain licence server start and listen port 8011 ``` 然后打开软件,在弹出的激活页面选择激活方式`Licence server`,输入对应的`IP+PORT`,注意不可省略`http://`部分。 ![](http://ww1.sinaimg.cn/large/005wtJ8cgy1fnd19qyi8hj30ce0c0t8y.jpg) 点击`Activate`即可完成激活: ![](http://ww1.sinaimg.cn/large/005wtJ8cgy1fnd19qwyl3j309g031glh.jpg) ![](http://ww1.sinaimg.cn/large/005wtJ8cgy1fnd19rihz9j30hs0b4gpr.jpg)