锐速 / ServerSpeeder / LotServer TCP 加速一键安装

锐速(ServerSpeeder/LotServer)是一款老牌的 TCP 单边加速软件,在高丢包线路上效果显著,尤其适合跨国服务器。

环境要求

  • 系统:CentOS 6/7/8、RHEL、Ubuntu 14/16、Debian 8 等旧版本 Linux
  • 虚拟化:KVM / Xen(不支持 OpenVZ)
  • 需要匹配内核(不支持太新的内核)

一键安装命令

wget --no-check-certificate -qO- http://103.151.229.41:8080/lotServer/lotServerInstall.sh | bash -s install

脚本会自动检测系统内核,匹配对应的 acce 模块,生成 License,全程无需手动干预。

常用管理命令

# 查看状态
/appex/bin/lotServer.sh status

# 启动/停止/重启
/appex/bin/lotServer.sh start
/appex/bin/lotServer.sh stop
/appex/bin/lotServer.sh restart

配置文件

/appex/etc/config,可修改上下行带宽等参数。默认 G 口(1000000Kbps)。

卸载

wget --no-check-certificate -qO- http://103.151.229.41:8080/lotServer/lotServerInstall.sh | bash -s uninstall

说明

此安装脚本已全部自托管至国内服务器(103.151.229.41:8080),包含 1333 个内核模块文件(约 1.2GB),即使 GitHub 源站关闭也可正常安装。仅在 License 生成时需要连接 bbs.itzmx.com。

如果你的 Linux 内核较新(5.x+),建议直接使用 BBR:

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p