峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接
Deepin 安装配置 V2RayA 客户端
2023-07-20 |Nonni | Net

LucyWu1689515397939.jpg

Linux 安装 V2RayA 客户端

官方文档参考
https://v2raya.org/docs/prologue/introduction/


在线安装

  1. 在线安装 V2ray-core 核心需要科学上网,然后执行

    curl -O https://cdn.jsdelivr.net/gh/v2rayA/v2rayA@master/install/go.sh
    sudo bash go.sh

  2. 添加公钥和软件源,并安装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

  3. 设置服务开机启动

    systemctl enable --now v2raya.service

  4. 重启服务

    systemctl restart v2raya.service

  5. 浏览器登录后台,配置节点信息,代理协议与端口,勾选服务器,左上角点击启动。

    http://127.0.0.1:2017


下载安装

  1. 下载对应平台的 deb 安装包

    https://github.com/v2rayA/v2rayA/releases

  2. 安装对应 deb

    sudo apt install /path/download/installer_debian_xxx_vxxx.deb

  3. 启动服务

    sudo systemctl start v2raya.service

  4. 设置服务开机自动启动

    sudo systemctl enable v2raya.service

  5. 重启服务

    systemctl restart v2raya.service

  6. 浏览器登录后台,配置节点信息,代理协议与端口,勾选服务器,左上角点击启动。

    http://127.0.0.1:2017


其他

忘记面板密码重置

v2raya --reset-password
respond-post-788

添加新评论

请填写称呼
请填写合法的电子邮箱地址
请填写合法的网站地址
请填写内容