1.

//复制客户端
cp frps.ini /etc/frp
cp frp /usr/bin
//复制客户端后台,开启自启文件
cp systemd/frp.service /usr/lib/systemd/system/

systemctl enable frp
systemctl start frp

查看是否运行 : sudo systemctl status frp
开始运行 : sudo systemctl start frp
停止运行 : sudo systemctl stop frp