frps不太熟,没有试过,你网上找找教程,我这有NPS的教程,我自己就用的nps,安装就带自启动。
#创建文件夹并打开
mkdir -p /opt/nps
cd /opt/nps
#下载文件,其他版本可以到https://github.com/ehang-io/nps/releases
wget https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_arm64_server.tar.gz
#解压文件
tar -zxvf linux_arm64_server.tar.gz
2.设置配置文件。
#进入到配置文件目录
cd conf
#打开配置文件
vi nps.conf
可以修改里面的管理网站端口,密码等。一定要修改80和443端口,改为其他。
3.安装nps
复制代码
#返回到nps程序目录
cd ..
#安装nps
./nps install
#启动nps
#其他命令 nps start|stop|restart|uninstall|update or nps-update update
nps start