A、不多说,上脚本
1 | bash <(curl -L -s https://raw.githubusercontent.com/NS-Sp4ce/V2Ray-With-SSpanel/master/install-release.sh) --panelurl http://前端地址 --panelkey 这里Mukey --nodeid 节点ID |
注意:此脚本需安装完成后重启才能生效
B、输入 reboot 回车即可重启
C、前端增加节点填写
1 | 后端IP;端口;4;ws;;path=/v2ray|host=download.windowsupdate.com |
另外一种对接办法:
1 2 3 4 5 6 | apt-get update apt-get install curl bash <(curl -L -s https://raw.githubusercontent.com/dongfangmu/v2ray-sspanel-v3-mod_Uim-plugin/master/install-release.sh) \ --panelurl https://doocoo.xyz --panelkey NBEm3BPGjMhrKB5t --nodeid 4 \ --downwithpanel 1 --speedtestrate 6 --paneltype 0 --usemysql 0 systemctl start v2ray.service |