伊朗版3x-ui面板,一键搭建xray面板实现科学上网,基本实现一键脚本安装,特别方便!x-ui面板搭建教程|v2ray节点配置,一键安装

1、购买服务器并解析域名

2、一键安装依赖包(适合Ubuntu/Debian系统,不一定需要)

1
apt update -y&&apt install -y curl&&apt install -y socatCopy

3、安装伊朗版xray面板:【点击进入】注意:建议用Debian或者Ubuntu系统

1
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)Copy
  • 放行端口:选择21,然后输入你想放行的端口(端口要先放行,不然下面申请证书会报错)

  • 安装证书:选择15,输入你解析好的域名

  • 启用BBR加速:选择19(如果想单独安装,用下面的命令)

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