一、linux 安装 nps
nps-releases:https://github.com/ehang-io/nps/releases
1.1、在 ubuntu下安装对应版本(非docker)
可以看到如下指令
wget https://ghproxy.com/https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_server.tar.gz
其中细心地朋友会发现,有一个地址 github代理加速:https://ghproxy.com
就是在我们clone任何github代码时,加上这个proxy都会加速下载
1.2、下载后解压缩
注意这里容易造成文件的平铺,简易先创建一个文件夹
mkdir nps-server
cd nps-server
mv linux_amd64_server.tar.gz nps-server/
tar -zxvf linux_amd64_server.tar.gz
1.3、安装、启动 nps
./nps install
nps start
nps start
二、配置 nps
2.1、修改conf配置
vim /etc/nps/conf/nps.conf
配置文档说明如下
web管理界面如下修改
重启服务
nps restart
查看登录界面