跳转到内容

V2rayserver

来自FC
FC留言 | 贡献2024年3月18日 (一) 11:06的版本 (FC移动页面V2rayV2rayserver,不留重定向)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

一键脚本

linux下输入然后看着来:bash <(curl -s -L https://git.io/v2ray.sh)

手动安装

ubuntu下

服务器与客户机时间相差不超过5分钟,差太多要修改时区

下载链接:https://github.com/v2fly/fhs-install-v2ray

安装命令:# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)

修改配置文件:# nano /usr/local/etc/v2ray/config.json看着改,改好保存

启动v2ray服务:# systemctl start v2ray.service

卸载命令:# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove