Skip to content

关于v2ray搭建和x-ui面板搭建两种教程

Notifications You must be signed in to change notification settings

dawang432/xui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

V2ray--X-ui--教程合集

关于v2ray搭建和x-ui面板搭建两种教程

💻网上的教程很多 教程只是我个人总结

希望可以帮助到你🌏

🔈本教程只提供最简单的搭建方法 难点的可以看看我其他教程

教程脚本来源于:

V2ray:https://github.com/233boy/v2ray/wiki/V2Ray

X-ui:https://github.com/vaxilu/x-ui

BBR加速:https://www.v2rayssr.com/bbr.html

需要用到的工具

一台VPS(主流系统最好Ubuntu CentOS)

推荐vmshell家的香港VPS速度起飞解锁奈菲:https://vmshell.com/aff.php?aff=331

SSH连接工具(连接vps的 例如Termius Finalshell等)

搭建V2ray教程

首先连接好VPS看到开头root就行了没有的话输入: sudo -i

连接好后第 1 步bash <(curl -s -L https://git.io/v2ray.sh)

image

如果没有出现这个页面可能是你没有安装curl

ubuntu/debian安装方法: apt-get update -y && apt-get install curl -y

centos安装方法: yum update -y && yum install curl -y

然后再执行一次第 1 步

选择 1 安装然后基本上就可以一路回车键啦 等待安装完成就好了

image

搭建好后输入: v2ray qr获取二维码链接 然后复制链接

image

然后用v2ray客户端扫码导入就好了

image

导入后节点名字可以自定义一个自己喜欢的❤

**以后如果想调出v2ray面板直接连接ssh输入: v2ray

至此整个V2ray搭建就完成了

搭建X-ui面板教程

连接ssh

image

第 1 步直接输入bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

image

搭建好后用你VPS IP地址: 默认端口54321游览器访问

使用默认登陆账号密码登陆admin

image

登录后点击面板设置修改你默认面板监听端口&面板url根路径和登录账号

image

image

然后重启一下面板用你VPS IP地址: 你修改的端口加/根路径游览器访问

然后点击面板入站列表添加节点 选择+

image

备注就是你的节点名字

协议就选择vmess

监听IP不用填

端口你也可以自己设个 也可以默认无所谓

总流量可以自己规定多少(合租适合)无所谓的话可以不填

到期时间可以不填 合租可以试试

然后添加就好了

image

使用方法点击操作 选择二维码 然后v2ray客户端扫码就好了

image

X-ui面板的好处就是可以添加多个节点管理流量

至此整个X-ui就搭建好了

BBR加速安装

输入wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

image

选择你需要的内核然后等待安装好后使用你安装的内核就好了

推荐安装

内核管理 1 安装 BBR/BBR魔改版内核

加速管理 4 使用BBR加速

加速就ok啦,快去看看你的网速有没有提升吧

至此两种教程结束

##BBR2加速##

wget --no-check-certificate -q -O bbr2.sh "https://github.com/yeyingorg/bbr2.sh/raw/master/bbr2.sh" && chmod +x bbr2.sh && bash bbr2.sh auto

About

关于v2ray搭建和x-ui面板搭建两种教程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published