Browse
Admin backends
Admin backends
The admin family currently has two protocol-specific surfaces:
backend-admin-sshbackend-admin-http
Current state
- SSH admin is implemented and is the main operator surface today
- HTTP admin exists as a backend family, but the browser-facing surface is still incomplete
Pages
Layout
The admin control plane is split by transport:
frontend-sshroutes PTY-style admin sessions intobackend-admin-sshfrontend-httpmountsbackend-admin-httpunder an admin path or vhost
That keeps transport and service responsibilities separate:
- SSH owns authentication, channels, PTY allocation, and session framing
- HTTP owns host/path routing, cookies, browser behavior, and web responses
- the admin backends own the operator-facing commands and views