XrayR后端对接sspanel机场面板与V2board面板的节点教程

对接好的节点,机场面板前台的节点列表就会显示绿灯,表示已连通

图片[1]-XrayR对接sspanel机场节点与V2board面板节点

一、sspanel机场面板前端添加节点

节点名称自己定义就可以,节点地址格式以下参考自己修改

图片[2]-XrayR对接sspanel机场节点与V2board面板节点
图片[3]-XrayR对接sspanel机场节点与V2board面板节点

添加完节点后记住节点对应的ID序号

图片[4]-XrayR对接sspanel机场节点与V2board面板节点

二、节点所在服务器搭建XrayR程序来对接配置

接下来到SSH终端连接你的节点所在服务器,输入sudo -i 获取root权限

以vmess节点为例:先搭建节点 教程直达

运行代码中注意截图保存证书的路径,后面配置对接需要用到,绿色字母段就是域名证书路径

图片[5]-XrayR对接sspanel机场节点与V2board面板节点

搭建好节点后再来安装XrayR程序

输入指令安装XrayR程序

bash <(curl -Ls https://raw.githubusercontent.com/a736240087/XrayR-release/main/install.sh)

安装完XrayR程序之后,在SSH终端输入xrayr会显示菜单

xrayr
图片[6]-XrayR对接sspanel机场节点与V2board面板节点

选择0进入配置,修改中文提示部分即可,其他默认

Log:
  Level: warning # Log level: none, error, warning, info, debug 
  AccessPath: # /etc/XrayR/access.Log
  ErrorPath: # /etc/XrayR/error.log
DnsConfigPath: # /etc/XrayR/dns.json # Path to dns config, check https://xtls.github.io/config/dns.html for help
RouteConfigPath: # /etc/XrayR/route.json # Path to route config, check https://xtls.github.io/config/routing.html for help
InboundConfigPath: # /etc/XrayR/custom_inbound.json # Path to custom inbound config, check https://xtls.github.io/config/inbound.html for help
OutboundConfigPath: # /etc/XrayR/custom_outbound.json # Path to custom outbound config, check https://xtls.github.io/config/outbound.html for help
ConnectionConfig:
  Handshake: 4 # Handshake time limit, Second
  ConnIdle: 30 # Connection idle time limit, Second
  UplinkOnly: 2 # Time limit when the connection downstream is closed, Second
  DownlinkOnly: 4 # Time limit when the connection is closed after the uplink is closed, Second
  BufferSize: 64 # The internal cache size of each connection, kB
Nodes:
  - PanelType: "SSpanel" #机场面板类型 Panel type: SSpanel, NewV2board, PMpanel, Proxypanel, V2RaySocks, GoV2Panel
    ApiConfig:
      ApiHost: "https://abc.com"  #机场域名
      ApiKey: "ce_my_key"   #机场面板后台的密钥
      NodeID: 6   #节点对应的id序号
      NodeType: V2ray # 节点类型 Node type: V2ray, Shadowsocks, Trojan, Shadowsocks-Plugin
      Timeout: 30 # Timeout for the api request
      EnableVless: false # Enable Vless for V2ray Type
      VlessFlow: "xtls-rprx-vision" # Only support vless
      SpeedLimit: 0 # Mbps, Local settings will replace remote settings, 0 means disable
      DeviceLimit: 0 # Local settings will replace remote settings, 0 means disable
      RuleListPath: # /etc/XrayR/rulelist Path to local rulelist file
      DisableCustomConfig: true # 修改为true disable custom config for sspanel
    ControllerConfig:
      ListenIP: 0.0.0.0 # IP address you want to listen
      SendIP: 0.0.0.0 # IP address you want to send pacakage
      UpdatePeriodic: 60 # Time to update the nodeinfo, how many sec.
      EnableDNS: false # Use custom DNS config, Please ensure that you set the dns.json well
      DNSType: AsIs # AsIs, UseIP, UseIPv4, UseIPv6, DNS strategy
      EnableProxyProtocol: false # Only works for WebSocket and TCP
      AutoSpeedLimitConfig:
        Limit: 0 # Warned speed. Set to 0 to disable AutoSpeedLimit (mbps)
        WarnTimes: 0 # After (WarnTimes) consecutive warnings, the user will be limited. Set to 0 to punish overspeed user immediately.
        LimitSpeed: 0 # The speedlimit of a limited user (unit: mbps)
        LimitDuration: 0 # How many minutes will the limiting last (unit: minute)
      GlobalDeviceLimitConfig:
        Enable: false # Enable the global device limit of a user
        RedisAddr: 127.0.0.1:6379 # The redis server address
        RedisPassword: YOUR PASSWORD # Redis password
        RedisDB: 0 # Redis DB
        Timeout: 5 # Timeout for redis request
        Expiry: 60 # Expiry time (second)
      EnableFallback: false # Only support for Trojan and Vless
      FallBackConfigs:  # Support multiple fallbacks
        - SNI: # TLS SNI(Server Name Indication), Empty for any
          Alpn: # Alpn, Empty for any
          Path: # HTTP PATH, Empty for any
          Dest: 80 # Required, Destination of fallback, check https://xtls.github.io/config/features/fallback.html for details.
          ProxyProtocolVer: 0 # Send PROXY protocol version, 0 for disable
      DisableLocalREALITYConfig: true  # 修改为true disable local reality config
      EnableREALITY: true # 修改为true Enable REALITY
      REALITYConfigs:
        Show: false # 修改为false Show REALITY debug
        Dest: www.smzdm.com:443 # Required, Same as fallback
        ProxyProtocolVer: 0 # Send PROXY protocol version, 0 for disable
        ServerNames: # Required, list of available serverNames for the client, * wildcard is not supported at the moment.
          - www.smzdm.com
        PrivateKey: YOUR_PRIVATE_KEY # Required, execute './xray x25519' to generate.
        MinClientVer: # Optional, minimum version of Xray client, format is x.y.z.
        MaxClientVer: # Optional, maximum version of Xray client, format is x.y.z.
        MaxTimeDiff: 0 # Optional, maximum allowed time difference, unit is in milliseconds.
        ShortIds: # Required, list of available shortIds for the client, can be used to differentiate between different clients.
          - ""
          - 0123456789abcdef
      CertConfig:
        CertMode: file # 证书类型 Option about how to get certificate: none, file, http, tls, dns. Choose "none" will forcedly disable the tls config.
        CertDomain: "abc.com" # 你的节点域名 Domain to cert
        CertFile: /etc/XrayR/cert/node1.test.com.cert # 证书路径 Provided if the CertMode is file
        KeyFile: /etc/XrayR/cert/node1.test.com.key  #证书密钥路径
        Provider: cloudflare # DNS cert provider, Get the full support list here: https://go-acme.github.io/lego/dns/
        Email: xxx@gmail.com
        DNSEnv: # DNS ENV option used by DNS provider
          CLOUDFLARE_EMAIL: xxx@gmail.com
          CLOUDFLARE_API_KEY: xxxx-xxxx-xxxx-xxxx
        email: xxx@gmail.com
        dns: cloudflare
        domains: abc.com
图片[7]-XrayR对接sspanel机场节点与V2board面板节点
图片[8]-XrayR对接sspanel机场节点与V2board面板节点
图片[9]-XrayR对接sspanel机场节点与V2board面板节点
图片[10]-XrayR对接sspanel机场节点与V2board面板节点

填好配置后输入英文输入法的冒号加wq就是保存退出命令

:wq

停止之后返回到SSH终端根目录输入xrayr回车就会显示菜单,显示为XrayR已运行,机场面板的节点就会亮绿灯可以使用了

xrayr
图片[11]-XrayR对接sspanel机场节点与V2board面板节点

三、关于机场面板商店配置

服务支持处填写如下,可自行修改

true-全球节点分布;true-1Gbps带宽保证;true-全平台客户端;true-国际IPLC专线;true-解锁ChatGPT Tiktok Netflix
图片[12]-XrayR对接sspanel机场节点与V2board面板节点
图片[13]-XrayR对接sspanel机场节点与V2board面板节点
XrayR后端对接sspanel机场面板与V2board面板的节点教程-CVK科技
节点对接
此内容为付费阅读,请付费后查看
59.9
限时特惠
699
付费阅读
已售 68326
© 版权声明
THE END
喜欢就支持一下吧
点赞7W+ 分享