Marzban Reverse Proxy Generator

This tool helps you generate reverse proxy configurations for the Marzban panel using Xray core. Setting this up was a confusing task for me, so I created this tool to simplify the process.

Loading editor...

{
  "inbounds": [
    {
      "tag": "IRAN_FRANCE_VMESS_TCP_10010",
      "listen": "0.0.0.0",
      "port": 10010,
      "protocol": "vmess",
      "settings": {
        "clients": [],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "tcp",
        "security": "none",
        "tcpSettings": {}
      },
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls", "fakedns", "quic"]
      }
    },
    {
      "tag": "IRAN_FRANCE_VLESS_TCP_NONE_20010",
      "listen": "0.0.0.0",
      "port": 20010,
      "protocol": "vless",
      "settings": {
        "clients": [],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "tcp",
        "security": "none",
        "tcpSettings": {}
      },
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls", "quic", "fakedns"]
      }
    }
  ]
}

Made with ❤️ by Mehdikhody