CADS-Tunnel docs
How-to

Manage your tunnel from the portal

Everything below is the portal’s own dashboard, not ct-agent — no terminal needed for any of this.

View your tunnels

bunsenbrenner.org/portal/tunnels (after signing in) lists every tunnel you own, plus its hostname and current certificate tier (🔴/🟡/🟢 — see Certificate tiers explained). Standard tier gives you exactly one, auto-provisioned the moment your account exists — see Your first tunnel.

Install on a tunnel’s row takes you back to the same join-token page from onboarding — useful if you need to re-run setup on a second machine or after a full local reset (see Install ct-agent’s “starting over” section).

If your certificate offer lapsed: Erneut anfragen

When a tunnel is queued for its own Grün certificate and the 48-hour claim window closes before ct-agent certificate completes the order (see the admission queue), its row shows a German Erneut anfragen (“request again”) button instead of a queue position. This is the only way back in — a lapsed claim does not automatically re-enter the queue on its own. Clicking it:

Once you click it, get ct-agent certificate running again (or restart it if it’s still running) before the next offer arrives — the button re-enters the queue, it doesn’t retry the ACME order for you.

Revoke a tunnel

The Revoke button on your tunnel’s row is a full, server-side teardown — not just a local reset. One click does all of the following:

There’s no confirmation dialog and no undo — a revoked tunnel needs a brand-new Install/onboard cycle to come back, with a new token. This is also the only way to fully retire a tunnel: killing your local ct-agent process, or clearing CT_AGENT_STATE_DIR, only ever touches your side (see Install ct-agent) — the tunnel keeps existing on the platform, ready to be reconnected to, until you Revoke it here.

Sharing a tunnel — visible, not usable yet

You’ll see a Share button next to Install/Revoke — it’s disabled. The portal shows it so you know the capability exists, but as of this writing it’s a planned paid-tier feature: Standard tier ships one tunnel per account with single-owner access, not shared access. The API surface behind it (GET/POST /portal/tunnels/:id/grants, POST /portal/tunnels/:id/grants/:grantee/delete) is already built and tested server-side — grants are keyed by the other account’s opaque OIDC subject (visible on their own Account page, not their email) — but there’s no tier that currently exposes a clickable path to it. If you’re testing against a self-hosted deployment without the tier gate, the routes work exactly as the UI’s disabled state implies they eventually will; on the hosted platform, treat this as “coming soon,” not “broken.”

Your account

Account in the top nav (/portal/account) shows your OIDC Subject (the opaque ID above), your internal Account ID, and your credit balance — plus a link out to your identity provider’s own Account Console for password changes, session review, or deleting your account entirely (none of that is reimplemented in CADS-Tunnel itself). Buying credits from this page starts the same admin-gated intent/webhook flow described in API endpoints’s billing section — the button just fills in your own account for you.

Found an error, or something that didn't work as documented? Open an issue →