# 创建目录
mkdir -p /opt/nps_server
# nps安装文件解压到/opt/nps_server
tar zxf linux_amd64_server.tar.gz -C /opt/nps_server
# 安装nps
./nps install
# 安装成功之后的提示
install ok!
Static files and configuration files in the current directory will be useless
The new configuration file is located in /etc/nps you can edit them
You can start with:
nps start|stop|restart|uninstall|update or nps-update update
anywhere!
配置文件修改
# 安装成功之后,再修改配置文件(注意配置文件位置)
vim /etc/nps/conf/nps.conf