# jrebel-license-active-server **Repository Path**: hitsrc_fork/jrebel-license-active-server ## Basic Information - **Project Name**: jrebel-license-active-server - **Description**: JRebel and XRebel active server(Jrebel 激活服务器). github 代码备份Repo. - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/yu-xiaoyao/jrebel-license-active-server - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2025-05-27 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jrebel Active Server ## Download 下载 (Win,Linux,Mac) - [https://github.com/yu-xiaoyao/jrebel-license-active-server/releases](https://github.com/yu-xiaoyao/jrebel-license-active-server/releases) ## Test Server - http://117.50.194.13:12345 Example: ```shell http://117.50.194.13:12345/524f1d03-d1d8-5e94-a099-042736d40bd9 ``` ## Win编译 ```shell SET CGO_ENABLED=0 SET GOOS=linux SET GOARCH=amd64 go build ./ ``` - GOOS - linux - windows - darwin : 苹果系统 - GOARCH: - amd64 : 64位 - 386: : 32位 ## Mac编译 ```shell CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build ./ ``` ## docker ### Build Image ```shell docker build -t jrebel-license-active-server . ``` ### Test Run ```shell docker run --rm -p 12345:12345 jrebel-license-active-server:latest ``` ## 运行 默认端口: 12345 ```shell # 自定义端口 ./license-active-server --port=5555 # index page show as https ./license-active-server --port=5555 --schema=https ```