VMESS link format Structural description and sample content
This page explains the common structure, key fields and basic examples of VMESS sharing links, and can be used as supporting content for the VMESS link format description page and tool page.
VMESS link format
This page explains the common structure, key fields and basic examples of VMESS sharing links, and can be used as supporting content for the VMESS link format description page and tool page.
The common form of VMESS is vmess:// plus an encoded JSON content.
Common fields include add, port, id, net, host, path, tls, ps, etc.
It is suitable for use when parsing existing links, checking parameters or comparing generated results.
vmess://eyJhZGQiOiJleGFtcGxlLmNvbSIsInBvcnQiOiI0NDMiLCJpZCI6IlVVSUQiLCJuZXQiOiJ3cyIsInBhdGgiOiIvd3MiLCJ0bHMiOiJ0bHMiLCJwcyI6Ik5vZGVOYW1lIn0=
Frequently asked questions and usage suggestions
The examples on this page focus on common usage scenarios. Different clients may have slightly different representations of field display, sorting, or individual parameters, but the core structure and the meaning of key fields are basically the same.
If you need to continue processing existing links, view Base64 subscription content, or organize YAML configuration, you can continue to use it in conjunction with the corresponding modules in the tool page.
Because it often appears in the form of encoded JSON.
Yes, the parsing module in the tool page is suitable for use with this page.
Not necessarily, the key lies in whether the field meaning and content are complete.