环境

ContOS 7

搭建

下载

1
yum install -y wget && wget --no-check-certificate -O nps.tar.gz https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_server.tar.gz

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

手动上传

1
2
3
4
5
6
7
8
9
10
11
12
13
yum install -y wget 
#下载解压软件
mkdir nps
#创建nps文件夹
cd nps
#进入
tar -zxvf 文件名
#解压
sudo ./nps install && sudo nps start
#安装并启动

conf目录下的nps.conf
#更改密码