Spaces:
Runtime error
Runtime error
00 — Panel gate
First-touch screen at /exocore/. Until a panel-devs master account exists in devs.json, every other route is locked behind this gate. The form doubles as both the register-master flow (when the file is empty) and the unlock flow (when an account is already provisioned).
Screenshots
What it does
POST
/exocore/api/access/panel/register(first run) → writes the salted master credential intodevs.json.POST
/exocore/api/access/panel/unlock(subsequent runs) → returns a short-lived panel cookie used by every other route.All other client routes redirect here while the cookie is missing.
Source files
-
← Back to the editor index.

