Xray VLESS Generator

Generate Reality and XHTTP (2026) configs for v2rayNG and Hiddify.

Pasarguard / Panel Template ModeGenerating USER CONFIG (with UUID).
{
  "log": {
    "loglevel": "warning"
  },
  "dns": {
    "servers": [
      "8.8.8.8",
      "1.1.1.1"
    ]
  },
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "type": "field",
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "block"
      }
    ]
  },
  "inbounds": [
    {
      "tag": "vless-tcp",
      "port": 443,
      "protocol": "vless",
      "settings": {
        "clients": [
          {
            "id": "",
            "flow": "xtls-rprx-vision",
            "email": "user"
          }
        ],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "show": false,
          "dest": "yahoo.com:443",
          "xver": 0,
          "serverNames": [
            "yahoo.com",
            "www.yahoo.com"
          ],
          "privateKey": "YOUR_PRIVATE_KEY_HERE",
          "shortIds": [
            ""
          ]
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ]
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "direct"
    },
    {
      "protocol": "blackhole",
      "tag": "block"
    }
  ]
}
For v2rayNG, Hiddify, NekoBox

About Xray Config Generator

What is VLESS Reality?

It is a modern anti-censorship standard that allows hiding a VPN server as a popular website (e.g., Microsoft or Apple). It doesn't require a domain, and certificates are spoofed on the fly.

Why XHTTP (SplitHTTP)?

A new 2025/2026 protocol in Xray-core. It splits the data stream into many small HTTP requests, making traffic indistinguishable from CDN image loads. Effective against DPI that analyzes session length.

Supported Clients

  • Android: v2rayNG, Hiddify Next
  • iOS: FoXray, V2Box, Streisand (частично)
  • Windows/Linux: NekoBox, Hiddify Desktop

Как использовать?

  1. Сгенерируйте UUID и ShortId.
  2. Вставьте публичный ключ сервера (x25519).
  3. Скопируйте ссылку vless://.
  4. Импортируйте в клиент из буфера обмена.
Generator tools available: UUID v4 generator, ShortId hex generator, Xray config json builder, VLESS share link decoder.

Magic in details

The site is full of PC-only effects. Visit from desktop!