Skip to content

Snell (recommended)

Snell is the Surge team's proxy protocol, built into Surge, with no domain or certificate needed. PSM offers Snell three ways:

WayVersionsNotes
Standalone snell-serverofficial releasesrecommended; main menu 5 (Snell) runs the official installer; on Alpine it runs in Docker
sing-box nodev5, v6needs sing-box 1.14 or later, which PSM installs by default
mihomo nodev4, v5can add a ShadowTLS layer

Standalone snell-server

Choose 5 (Snell) in the main menu:

Snell menu

  • 1 (Install / reinstall): downloads and runs the official snell-server installer, which asks for the version, port and so on.
  • 2 (Show config / Surge URI): shows the Surge config, to paste into the [Proxy] section of your Surge profile.
  • 6 (Update) and 8 (Diagnose crashes): update the program, or find out why it fails to start.

Multiple users

1 (Install / reinstall) opens the official snell.sh's full menu, where 7 (Multi-user management) gives each person their own port and PSK, each an independent service, so removing one leaves the others alone; 8 (Version management) even lets different users run different Snell versions.

Note: PSM's traffic accounting currently counts only the main user's port; ports added under multi-user management are not counted.

The official snell-server does not run on musl, so on Alpine PSM runs it in Docker (asking first whether to install Docker).

On sing-box or mihomo

Menu: sing-box main menu 24 (Nodes)5 (Snell); mihomo main menu 345.

sing-box Snell node menu

Command line:

bash
psm node add sing-box snell --tag my-snell --port 6160 --version 5
OptionMeaning
--version5 or 6 on sing-box; 4 or 5 on mihomo
--pskpre-shared key; generated when left out
--shadow-tls-snimihomo only: wrap it in ShadowTLS v3 with a real TLS 1.3 website as the target (not together with obfs)

Snell has no standard share link; the export is one line of Surge config, to paste into the [Proxy] section of your Surge profile:

bash
psm node export sing-box snell my-snell

Surge line exported for the Snell node

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