新版V2RAY/v2fly官方一键安装脚本简明教程

官方的安装脚本命令为

apt-get install -y curl
curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh | bash
curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh | bash
systemctl enable v2ray

参考配置文件

wget https://git.io/autov2  -O -> /usr/local/etc/v2ray/config.json

安装完成后,请执行: service v2ray restart ,以确保v2ray启动成功。

控制 V2Ray 的运行的常用命令:

service v2ray restart | force-reload |start|stop|status|reload

测试V2Ray配置文件:

/usr/local/bin/v2ray -test -config /usr/local/etc/v2ray/config.json

备份地址https://paste.ubuntu.com/p/S7pWGk5Nkv/