Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

这是一个用 Java 编写的,为 Jrebel & JetBrains 全家桶产品提供授权服务的非官方许可证服务器。同时它也支持 JRebel for Android 和 XRebel。

Notifications You must be signed in to change notification settings

LuChangQiu/jrebel-license

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read this in other languages: Chinese

Jrebel & Jet Brains License Server for Java

A license server for Jrebel & JetBrains products, it also support JRebel for Android and XRebel.


Thank ilanyu

NOTE: This is provided for educational purposes only. Please support genuine.


Comprehensive Guide

For a comprehensive deployment guide, including Docker, Nginx reverse proxy, SSL configuration, and troubleshooting, please refer to the detailed Chinese documentation. A huge thanks to its author for this great contribution.

➡️ View Detailed Chinese Guide

Setup

Run:

cd /path/to/project
mvn compile 
mvn exec:java -Dexec.mainClass="com.vvvtimes.server.MainServer" -Dexec.args="-p 8081"

Packing a runnable jar:

mvn package

then

java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar -p 8081

default port is 8081.

Or use gradle

gradle shadowJar

java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-all.jar -p 8081

Docker

Build image

mvn package 
docker build -t jrebel-ls .

start container

docker run -d --name jrebel-ls --restart always -e PORT=9001 -p 9001:9001 jrebel-ls

default port is 8081,you can modify it

Support

Jrebel

JRebel for Android

XRebel

JetBrains Products

Feedback

About

这是一个用 Java 编写的,为 Jrebel & JetBrains 全家桶产品提供授权服务的非官方许可证服务器。同时它也支持 JRebel for Android 和 XRebel。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published