nps安装

服务端安装

docker run -d --restart=unless-stopped -p 7024:8024 -p 8081:8080 --name np.server -v /root/nps/conf:/conf ffdfgdfg/nps

客户端安装

1.下载文件

wget https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_client.tar.gz

2.解压

tar -xvf linux_amd64_client.tar.gz

3.安装指令

./npc install -server=82.156.2.12:7024 -vkey=1234.com -type=tcp

4.启动

npc start
posted @ 2022-10-28 09:17  lichacc  阅读(148)  评论(0)    收藏  举报