3x-ui3x-ui

Multi-node & Managed Hosts

Manage multiple 3x-ui panels from one master, with API-token or mTLS trust, heartbeats, and per-inbound host overrides for subscriptions.

3x-ui can manage multiple servers from a single master panel, and override how each inbound is advertised in subscriptions with managed hosts.

Nodes

A node is another 3x-ui panel that your master panel manages over the node's API. The master polls each node and shows its status, versions, CPU/memory, uptime, and traffic in one place.

Add a node

Provide the node's connection details:

FieldNotes
NameUnique label (e.g. de-fra-1).
Schemehttps (default) or http.
Address / PortThe node panel's host and port.
Base pathThe node's web base path.
API tokenA Bearer token created on the node (not needed in mTLS mode).
TLS verifyverify (default), skip, pin (pin a cert SHA-256), or mtls.
Inbound syncall inbounds, or selected by tag.
Outbound tagOptionally reach the node through a named outbound (egress bridge).

The master verifies reachability when you add or test a node. It then sends a heartbeat every few seconds, updating the node's status (online / offline) and emitting node.up / node.down events (see the Telegram bot).

Nodes are identified by a stable per-panel GUID, so a node keeps its identity across restarts. A node can itself manage further nodes — the master surfaces those as read-only transitive sub-nodes (Node 1 → Node 2 → Node 3).

Mutual TLS (mTLS) between master and node

For the strongest trust, use tlsVerifyMode = mtls (requires https):

Get the master's CA

On the master, fetch its node-auth CA certificate (the CA private key never leaves the panel).

Trust it on the node

Paste that CA into the node's "trusted CA" setting. It takes effect on the node's next restart.

Switch the node to mTLS

Set the node's TLS verify mode to mtls. The master now presents a client certificate instead of an API token.

Managed hosts

A managed host is an override endpoint attached to an inbound. At subscription time, each enabled host renders an additional share link / proxy with its own address, port, TLS, SNI, host header, path, and more — superseding the older "external proxy" list. Use them to:

  • front an inbound through a CDN (Cloudflare) with a different address/SNI,
  • advertise multiple domains or per-region endpoints for one inbound,
  • tweak ALPN, fingerprint, ECH, or mux per endpoint.

Each host has a remark (which supports the same template variables), an enable toggle, a sort order, and can be excluded from specific subscription formats or scoped to specific nodes.

Hosts whose address/port point at a CDN let you keep the real server address private while clients connect through the CDN edge.

On this page