A、不多说,上脚本
[cc lang=”php”]
bash <(curl -L -s https://raw.githubusercontent.com/NS-Sp4ce/V2Ray-With-SSpanel/master/install-release.sh) –panelurl http://前端地址 –panelkey 这里 Mukey –nodeid 节点 ID
[/cc]
注意:此脚本需安装完成后重启才能生效
B、输入 reboot 回车即可重启
C、前端增加节点填写
[cc lang=”php”]
后端 IP;端口;4;ws;;path=/v2ray|host=download.windowsupdate.com
[/cc]
另外一种对接办法:
[cc lang=”php”]
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
[/cc]