Install(安装)
Aliyun
wget https://code.aliyun.com/MvsCode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
Github
wget https://raw.githubusercontent.com/MvsCode/frps-onekey/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
Uninstall(卸载)
./install-frps.sh uninstall
Update(更新)
./install-frps.sh update
Server management(服务管理器)
Usage: /etc/init.d/frps {start|stop|restart|status|config|version}
如出现FRPS启动不成功,可能为一键脚本下载的版本不对
通过 uname -a取得服务器信息后,下载对应版本替换即可。
源代码下载地址:https://github.com/fatedier/frp/releases
原创文章,作者:admin,如若转载,请注明出处:https://alay.cc/45.html