混合双打NPS内网穿透和NPM反向代理一键懒人包

视频发布链接:https://www.youtube.com/watch?v=oCViERAkdLc
手动配置图文教程:https://vt.wooomooo.com/?p=67784

服务器安装命令
curl http://vum.wooomooo.com/vum/NPSNPM/npsnpm -o npsnpm && chmod +x npsnpm && ./npsnpm

一键懒人包安装后nps无法启动,按手动教程手搓解决
项目地址:https://github.com/ehang-io/nps
cd
mkdir nps
cd nps
wget https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_server.tar.gz

解压包
tar -zxvf linux_amd64_server.tar.gz

进入配置文件夹conf
cd conf
编辑配置文件
vi nps.conf
将里面的80和443修改为8088和4443,这里是为了不占用到服务的80和443端口

安装NPS面板
cd ~/nps
sudo ./nps install
启动NSP
sudo nps start

Nginx Proxy Manager:
初始用户名: admin@example.com
初始密码: changeme

none
最后修改于:2024年09月05日 06:51

添加新评论