v2fly.clbug.comv2fly.clbug.com
Quick Start
Config Reference
Config Reference (v5, WIP)
Tools
Developer Guide
New concise guide
  • 简体中文
  • English
GitHub
Quick Start
Config Reference
Config Reference (v5, WIP)
Tools
Developer Guide
New concise guide
  • 简体中文
  • English
GitHub
  • Config Reference

    • Configuration File Format (Draft)
    • Inbounds
    • Outbounds
    • Proxy Protocol
    • Stream
    • Service
    • DNS
    • Router
    • Geo
  • Proxy Protocol

    • Blackhole
    • DNS
    • Dokodemo
    • Freedom
    • HTTP
    • Socks
    • VMess
      • VMess Inbound
      • VMess Outbound
    • VLite
    • Shadowsocks
    • Shadowsocks2022
    • Trojan
    • Hysteria2
    • VLESS
    • Loopback
  • Stream Transport Protocol

    • TCP
    • WebSocket
    • KCP(mKCP)
    • gRPC
    • QUIC
    • Meek
    • HTTPUpgrade
    • Hysteria2
    • mekya
  • Service

    • Stats
    • Policy
    • Browser Forwarder
    • Burst Observatory
    • Background Observatory
    • Tun
    • Subscription Manager
    • File System Storage

VMess

VMess is V2Ray's indigenous proxy protocol. The traffic is obfuscated with encryption to look like random streams. It is required for the client and server to have an accurate clock to function correctly.

VMess Inbound

  • Name: vmess
  • Type: Inbound Protocol
  • ID: inbound.vmess

users : [string]

The users UUIDs for this inbound. This value is used to derive encryption key.

VMess Outbound

  • Name: vmess
  • Type: Outbound Protocol
  • ID: outbound.vmess

address: string

The server address. Both IP and domain name is supported.

port: number

The server port number.

uuid: string

The user UUIDs. This value is used to derive encryption key.

Edit this page on GitHub
Last Updated:
Contributors: Shelikhoo
Prev
Socks
Next
VLite