First connection
1. Install Cloudflare WARP
Install warp-cli from Cloudflare and ensure the service runs:
bash
warp-cli --version
warp-cli registration showIf unregistered:
bash
warp-cli registration new2. Install ThirdFlare One
bash
./thirdflare-one install
thirdflare --version3. Start the client
bash
thirdflareOr API-only:
bash
thirdflare --no-open4. Connect
From CLI:
bash
thirdflare --connectFrom API:
bash
curl -X POST http://127.0.0.1:4173/api/action/connectFrom UI: use the connect toggle in the native panel or Web UI.
5. Confirm
bash
thirdflare --warp-status
curl -s http://127.0.0.1:4173/api/snapshot | jq '.status'Operating mode
Expert mode exposes MASQUE vs WireGuard and split tunnel controls. Mode is normalized server-side — invalid values fall back safely.
See Configuration for layered config (system, user, env, session).