原理和其他的类似,通过安装支持锐速的 4.9.0-4-amd64内核,然后安装对应版本锐速。
首先,你得是debian9系统
上来先安装证书
apt-get install ca-certificates
然后下载内核
wget https://debian.sipwise.com/debian-security/pool/main/l/linux/linux-image-4.9.0-4-amd64_4.9.65-3+deb9u1_amd64.deb
然后安装这个内核
dpkg -i linux-image-4.9.0-4-amd64*.deb
查看有那些内核
dpkg -l|grep linux-image
删除所有旧内核,留下含amd64_4.9.65的这个内核(替换linux-image-4.9.0-13-amd64),若弹出选项,选择NO
apt-get purge <linux-image-4.9.0-13-amd64>
更新内核
update-grub
重启系统
reboot
然后连接VPS,安装锐速
bash <(wget --no-check-certificate -qO- https://github.com/xidcn/LotServer_Vicer/raw/master/Install.sh) install
可以用过命令执行一些操作
启动锐速 /appex/bin/lotServer.sh start
查看状态 /appex/bin/lotServer.sh status
停止锐速 /appex/bin/lotServer.sh stop
如果许可失效,可以更新许可,00:00:00:00:00:00替换为自己的MAC
wget -qO /appex/etc/apx.lic 'https://api.moeclub.org/lotServer?mac=00:00:00:00:00:00'
卸载锐速
bash <(wget --no-check-certificate -qO- https://github.com/Meilinhost/LotServer_Vicer/raw/master/Install.sh) uninstall