低配VPS=蜗牛?别急,Hysteria2让它起飞!
一、更新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 条评论