Debian/Ubuntu - v2rayA安装与配置
2024-2-26
| 2024-3-5
0  |  Read Time 0 min
type
status
date
slug
summary
tags
category
icon
password

Debian / Ubuntu

v2rayA 的功能依赖于 V2Ray 内核,因此需要安装内核。

安装 v2rayA_通过软件源安装

添加公钥

wget -qO - https://apt.v2raya.org/key/public-key.asc | sudo tee /etc/apt/keyrings/v2raya.asc
如果报错:找不到 tee /etc/apt/keyrings/v2raya.asc,则输入如下再试上一步
sudo mkdir -p /etc/apt/keyrings
sudo touch /etc/apt/keyrings/v2raya.asc

添加 V2RayA 软件源

echo "deb [signed-by=/etc/apt/keyrings/v2raya.asc] https://apt.v2raya.org/ v2raya main" | sudo tee /etc/apt/sources.list.d/v2raya.list
sudo apt update

安装 V2RayA

sudo apt install v2raya v2ray

启动 v2rayA / 设置 v2rayA自动启动

从 1.5 版开始将不再默认为用户启动 v2rayA 及设置开机自动。

启动 v2rayA

sudo systemctl start v2raya.service

设置开机自动启动

sudo systemctl enable v2raya.service

本地端口访问并添加订阅

在浏览器输入服务器ip加端口号(2017) 例如:127.0.0.1:2017,出现如下,设置账号密码如admin,123456
notion image
点击导入,将订阅链接输入,测速并选择节点
notion image
点击左上方启动
notion image
点击右上角的设置,将下图 "关闭” 改为 "启用:不进行分流”
notion image
 
最后在终端输入:
systemctl enable v2raya && systemctl enable v2ray
一路确定即可
 
  • Author:TRossarc
  • URL:blog.icily.fun/240226
  • Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
  • 工具
  • 开发
  • 在Ubuntu系统中Lammps并行版及GPU加速版的安装20240222-柯达5219
    Loading...
    Catalog