侧边栏壁纸
  • 累计撰写 33 篇文章
  • 累计创建 7 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

低配VPS=蜗牛?别急,Hysteria2让它起飞!

Administrator
2025-03-27 / 0 评论 / 0 点赞 / 21 阅读 / 0 字 / 正在检测是否收录...

一、更新VPS系统,安装组件

apt update -y
apt install curl sudo -y

二、关闭服务器防火墙

关闭防火墙:

sudo ufw disable

查看防火墙状态:

 sudo ufw status

三、Hysteria 2 一键安装脚本

wget -N --no-check-certificate https://raw.githubusercontent.com/flame1ce/hysteria2-install/main/hysteria2-install-main/hy2/hysteria.sh && bash hysteria.sh

四、成功,出现配置文件Hysteria 2 节点分享链接,查看 hysteria 服务 状态

systemctl status hysteria-server.service 

看到Active: active (running),证明hy2启动

五、设置 hysteria 服务 开机自启

systemctl enable hysteria-server.service 

Hysteria 服务相关命令

systemctl start hysteria-server.service # 启动 hysteria 服务
systemctl enable hysteria-server.service # 设置 hysteria 服务 开机自启
systemctl restart hysteria-server.service # 重启 hysteria 服务
systemctl stop hysteria-server.service # 停止 hysteria 服务
systemctl status hysteria-server.service # 查看 hysteria 服务 状态

六、代理工具下载地址

电脑 V2rayN下载地址:https://github.com/2dust/v2rayN/releases

android手机 v2rayNG下载地址:https://github.com/2dust/v2rayNG/releases

0

评论区