解码 vmess 链接中的 Base64 JSON 并展示字段,仅本地解析,不做连接。
解析结果
| 字段 | 值 |
|---|
A VMess link parser decodes vmess:// share links by converting the Base64-encoded JSON back into structured fields, so you can inspect the node address, port, UUID, transport type, and TLS settings. Parsing runs entirely in your local browser: it only decodes, never opens a connection, and never uploads your data to the server.
Useful for organizing node details from subscriptions or shared VMess links and for double-checking node configuration. Note that this tool only decodes locally and does not test node availability; the input must start with vmess:// or it cannot be parsed.