Skip to content
Paulus1337 edited this page Aug 11, 2026 · 1 revision

Fleet cells

A fleet cell is an isolated OpenPhoenix state directory with its own configuration and assigned port.

phoenix fleet create acme
phoenix fleet list
phoenix fleet env acme
phoenix fleet remove acme --force

Cell names are validated, the number of cells is bounded, and ports are assigned deterministically from the fleet range. Creation starts with closed channel and gateway settings. fleet env prints shell variables that point a process at the selected cell.

Cells isolate local OpenPhoenix state. Credentials inherited from the launching environment and access to a shared host remain outside that boundary. Use separate host identities or secret injection when tenants require stronger isolation. See Nodes-and-Devices, Container-Deployment, and Security.

Clone this wiki locally