Linux 安装 V2RayA 客户端
官方文档参考
https://v2raya.org/docs/prologue/introduction/
在线安装
- 在线安装 V2ray-core 核心需要科学上网,然后执行
curl -O https://cdn.jsdelivr.net/gh/v2rayA/v2rayA@master/install/go.sh
sudo bash go.sh - 添加公钥和软件源,并安装v2raya客户端
wget -qO - https://apt.v2raya.mzz.pub/key/public-key.asc | sudo apt-key add -
echo "deb http://apt.v2raya.mzz.pub/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update
sudo apt install v2raya - 设置服务开机启动
systemctl enable --now v2raya.service
- 重启服务
systemctl restart v2raya.service
- 浏览器登录后台,配置节点信息,代理协议与端口,勾选服务器,左上角点击启动。
http://127.0.0.1:2017
下载安装
- 下载对应平台的 deb 安装包
- 安装对应 deb
sudo apt install /path/download/installer_debian_xxx_vxxx.deb
- 启动服务
sudo systemctl start v2raya.service
- 设置服务开机自动启动
sudo systemctl enable v2raya.service
- 重启服务
systemctl restart v2raya.service
- 浏览器登录后台,配置节点信息,代理协议与端口,勾选服务器,左上角点击启动。
http://127.0.0.1:2017
其他
忘记面板密码重置
v2raya --reset-password