日常维护

升级

bash <(curl -sL "https://scripts.zeroteam.top/PortForwardGo/update_rproxy.sh")

日常维护

英文版

bash <(curl -sSL "https://scripts.zeroteam.top/PortForwardGo/manage_rproxy.sh")

简体中文版

需要终端和系统支持, 否则可能乱码, 如果出现乱码请使用英文版

bash <(curl -sSL "https://scripts.zeroteam.top/PortForwardGo/manage_rproxy_zhcn.sh")

常用命令

后端状态

systemctl status RProxy # RProxy 为默认服务名

启动后端

systemctl start RProxy # RProxy 为默认服务名

关闭后端

systemctl stop RProxy # RProxy 为默认服务名

重启后端

systemctl restart RProxy # RProxy 为默认服务名

日志

journalctl -f -u RProxy # RProxy 为默认服务名

卸载

bash <(curl -sSL "https://scripts.zeroteam.top/PortForwardGo/uninstall_rproxy.sh")

TCP 调优

英文版

bash <(curl -sL "https://scripts.zeroteam.top/PortForwardGo/tcp.sh")

简体中文版

需要终端和系统支持, 否则可能乱码, 如果出现乱码请使用英文版

bash <(curl -sL "https://scripts.zeroteam.top/PortForwardGo/tcp_zhcn.sh")

如果出现 curl: command not found 的错误

  • CentOS / Alma Linux / Rocky Linux / Oracle Linux / Fedora / 其他 RHEL 系
yum update -y
yum install curl wget unzip tar gz sudo -y
  • Ubuntu / Debian / Armbian
apt-get update -y
apt-get install curl wget unzip tar gz sudo -y

然后再重新执行命令即可