锐速破解版授权lic文件在线生成程序

此程序用于提供在线锐速授权文件lic生成

根据提供的机器MAC自动生成lic授权文件

 

安装nodejs 4.x.x


curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs

 

下载程序


apt-get install unzip
wget http://ftp.al/i/1746/ServerSpeederCreckServer.zip
unzip ServerSpeederCreckServer.zip
cd ServerSpeederCreckServer
npm install
node app.js

 

此时服务器会监听4000端口,用于lic文件生成。可通过http://ip:4000 测试是否可以访问。

 

设置pm2 守护进程并添加开机启动


npm install -g pm2
pm2 start app.js
pm2 save
pm2 startup

 

使用方法

http://IP:4000/regenspeeder/lic?bandWidth=1G&mac=00.00.00.00.00.00&expires=2022-11-11

红色字体分别代表:带宽、MAC地址、有效期。

可根据实际情况应用于锐速一键脚本

评论已关闭。