Skip to content

Trojan and VMess

The two long-established protocols with the widest client support: Trojan dresses proxy traffic as ordinary HTTPS; VMess in PSM is WebSocket + TLS. They resist censorship less well than REALITY, so use them for older clients or as a spare.

TrojanVMess
TransportTCP + TLSWebSocket + TLS
CoresXray, sing-box, mihomoXray, sing-box, mihomo
CertificateXray uses the domain's certificate; sing-box / mihomo accept a self-signed onesame
Shared port 443yes (--mount-443)yes (--mount-443)
Common clientsnearly every clientnearly every client

From the menu

CoreTrojanVMess
Xraymain menu 445main menu 446
sing-boxmain menu 246main menu 247
mihomomain menu 346main menu 347

Xray Trojan node menu

From the command line

Xray: as for Vision, point the domain at the VPS and issue its certificate in main menu 10 (SSL certificates), then:

bash
psm node add xray trojan --tag my-trojan --port 2096 --domain hk.example.com
psm node add xray vmess  --tag my-vmess  --port 2053 --domain hk.example.com

sing-box / mihomo: name the certificate files directly, adding --insecure 1 for a self-signed one:

bash
psm node add sing-box trojan --tag my-trojan --port 2096 \
  --sni hk.example.com \
  --cert-path /etc/psm/certs/hk.crt --key-path /etc/psm/certs/hk.key
OptionMeaning
--passwordTrojan password; generated when left out
--uuid, --pathVMess UUID and WebSocket path; generated when left out
--mount-443put the node on shared port 443
--ech trueECH for sing-box / mihomo Trojan

Export for clients

bash
psm node export xray trojan my-trojan    # trojan:// link
psm node export xray vmess  my-vmess     # vmess:// link

Trojan share link

VMess share link

Released under the AGPL-3.0 license · For lawful use only; follow the laws where you live