常用V2RAY搭建脚本

一.简单,无需其他要求

1
bash <(curl -s -L https://git.io/v2ray.sh)

二.复杂,添加适当伪装(需自备域名)

个人常用

1.

1
curl -O https://raw.githubusercontent.com/atrandys/v2ray-ws-tls/master/v2ray_ws_tls1.3.sh && chmod +x v2ray_ws_tls1.3.sh

2.打开/root文件夹,修改v2ray_ws_tls1.3.sh配置文件,将wget https://github.com/atrandys/v2ray-ws-tls/raw/master/web.zip >/dev/null 2>&1替换为wget https://github.com/454414308/v2ray-ws-tls/raw/master/web.zip >/dev/null 2>&1

3.

1
./v2ray_ws_tls1.3.sh

并选择数字1,安装V2RAY

Wulabing一键脚本

1
bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh)  tee v2ray_ins.log

V2-UI面板(最近常用,支持多种协议)

1
bash <(curl -Ls https://blog.sprov.xyz/v2-ui.sh)

安装完成后,打开http://你的ip:65432,输入用户名和密码,初始均为admin,进去后自行添加账号,并及时修改用户名和密码。