IntelliJ IDEA授权服务器地址:http://101.132.235.155:1017/
使用方法,下载成功IDEA首次打开出现以下页面,选择License server,输入以上地址点击Activate,即可**。

IntelliJ IDEA授权服务器使用搭建
想自己搭建在服务器的朋友继续往下阅读:
搭建包下载地址:链接:https://pan.baidu.com/s/15Dlx4LoLGbvUbkhSPnrmOQ
提取码:zhtm
复制这段内容后打开百度网盘手机App,操作更方便哦
包含windows和linux。解压后可自行选择。

我用linux 64位搭建的
1.新建文件夹

mkdir ideaServer

2.上传文件到指定文件夹,IntelliJIDEALicenseServer.html,IntelliJIDEALicenseServer_linux_amd64两个文件。

IntelliJ IDEA授权服务器使用搭建
3.授权文件权限

cd ideaServer/
chmod +x  ./IntelliJIDEALicenseServer_linux_amd64

4.启动命令

nohup ./IntelliJIDEALicenseServer_linux_amd64 -p 1017 -u yearns &

大功告成了!!!

相关文章:

  • 2021-06-25
  • 2021-04-29
  • 2021-12-24
  • 2021-07-21
  • 2022-12-23
  • 2022-03-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-08-25
  • 2021-11-05
  • 2021-06-03
  • 2022-12-23
相关资源
相似解决方案