VMess Link Parser

解码 vmess 链接中的 Base64 JSON 并展示字段,仅本地解析,不做连接。

What Is a VMess Link Parser?

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.

Main Features

  • Automatically finds the vmess:// link in multi-line pasted content
  • Decodes the Base64 JSON and shows fields such as v, ps, add, port, id, aid, net, and tls
  • Handles the # remark in the link and additional extension fields
  • Everything is parsed locally without connecting or uploading, keeping node info private

Use Cases / Notes

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.

How to Use

  1. Paste a vmess:// link (multi-line is fine; the first one is used)
  2. Click "Parse" and review the fields and values in the table
  3. Copy the result in one click or clear and try again