NodePass & NPSH面板搭建实操指南—–中转面板搭建
准备工作
- 准备两台VPS,一台用来做中转机、一台用来做落地机
- 提前在落地机部署对应的节点,本次演示提前在落地机中部署了3X-UI面板
- 提前做好中转机和落地架的域名解析
1、一键申请SSL证书:【点击进入】
bash <(curl -fsSL https://raw.githubusercontent.com/slobys/SSL-Renewal/main/acme.sh)
2、开源项目Nodepass:【点击进入】
- Nodepass面板项目:【点击进入】
- 主程序安装
bash <(wget -qO- https://run.nodepass.eu/np.sh)
部署Nodepass面板
bash <(wget -qO- https://run.nodepass.eu/dash.sh)
3、一键安装脚本
开发工具
- 3X-UI一键脚本
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
Sing-Box一键脚本
bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/sing-box/main/sing-box.sh)