2023年自用稳定v2ray

2023年自用稳定 v2ray vless+ws+tls+nginx+website

前言

今天给大家介绍下一直自用的节点搭建方法,从2020年下半年一直使用至今,很稳定。搭建方法可以脚本,也可以手动纯净安装。

个人用途

  • 安全上网

  • 矿池代理

脚本推荐

一直用的脚本有2个,都是github上的开源项目。

这次使用八合一脚本。

准备工作

  1. VPS(羊毛即可 AWS免费一年、GCP免费3个月等等都可以)

    大同小异,两点注意事项:系统选Debian比较省事,设好安全组的入站规则

  2. 域名跟IP,域名解析好

    jp.heybro.bid 35.75.108.99

    dns

部署教程

脚本 v2ray-agent 八合一一键脚本

连接VPS

puttyfinalshell

1
2
3
4
# 准备工作
sudo -i
apt-get update -y
apt install wget vim curl -y

下载脚本进行安装

1
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

备用脚本

1
wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh

一图安装教程

这里使用Xray-core

install

个性化安装

custom_install-fysj

管理界面

1
2
3
4
管理页面命令
vasma
# 或重新执行安装脚本
/root/install.sh