Jetbrain License Server ubuntu搭建

适用于所有 JetBrains 系列产品

下载地址:

百度网盘下载

选择所需平台的许可证服务器:

./darwin - MacOSX ( x86, x64 )
./freebsd - FreeBSD ( x86, x64, arm )
./linux - Linux ( x86, x64, arm, arm64 )
./windows - Windows ( x86, x64 )

Ubuntu64位使用 dvt-jb_licsrv.linux.amd64 命令

设置service后台命令

1
# vi /etc/init/dvtjb.conf

添加以下内容

1
2
3
4
5
6
7
8
9
10
11
12
13
description "DVT Jetbrain Server Lic"
author "Misael"

start on runlevel [3]
stop on shutdown

expect fork

script
cd /root/
./dvt-jb_licsrv.linux.amd64 -port=1121 -username=Misael
emit dvtjetlic_running
end script

启动

1
# service dvtjb start

停止

1
2
# lsof -i :1121
# kill -9 PID

激活

在idea注册界面选择授权服务器,填写http://IP:1121,然后点击"OK