Parameters
allowinsecure
allowinsecure
Allows connections without TLS certificate verification. Set in the configuration URL:
- For VMess:
"allowInsecure": "1" - For other protocols:
allowInsecure=1
fragmantation
fragmantation
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
- VMess:
title
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_ServerServerDescription
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
?
vmess://...#MyServer?serverDescription=<base64>Example for JSON:"meta": { "serverDescription": "Here is the text without base64!" }
