#玩玩Ubuntu# 安装V2Ray客户端软件
-
客户端推荐:https://v2raya.org/
第一步:V2Ray 内核 / Xray 内核
curl -Ls https://mirrors.v2raya.org/go.sh | sudo bash
安装后可以关掉服务,因为 v2rayA 不依赖于该 systemd 服务。
sudo systemctl disable v2ray --now ### Xray 需要替换服务为 xray
第二步:V2RayA安装
下载 deb 包 后可以使用 Gdebi、QApt 等图形化工具来安装,也可以使用命令行:
sudo apt install /path/download/installer_debian_xxx_vxxx.deb ### 自行替换 deb 包所在的实际路径
启动 v2rayA
sudo systemctl start v2raya.service
设置开机自动启动
sudo systemctl enable v2raya.service
第三步:浏览器访问:http://127.0.0.1:2017/ 即可