Examples of links and parameters

Parameters

allowInsecure

Allows connections without TLS certificate verification. Set in the configuration URL:

  • For VMess: "allowInsecure": "1"

  • For other protocols: allowInsecure=1

fragmentation

This enables traffic fragmentation. It can be configured globally (via app settings) or per server:

  • Global setting — applies to all connections.

  • Per-server setting:

    • VMess: "fragment": "1-10,5-20,tlshello"

    • Others: fragment=3,1,tlshello

title

Server name (up to 30 characters). If it exceeds the screen width, it will be truncated with ellipsis (...). Defined at the end of the config after #.

Example: vmess://...#My_Server

serverDescription

Available only for the local server list. For subscriptions, the ProviderID parameter is required. Allows you to set an additional label that is displayed below the server name instead of the default text (e.g., "VMess", "VLESS", "Trojan").

  • Max length: 30 characters

  • Truncated with ... if too long

  • Specified after the title with ?

Example: vmess://...#MyServer?serverDescription=<base64>

Example for JSON:

"meta": { "serverDescription": "Here is the text without base64!" }

Last updated