Caddy: Auth & Access Control
Docs-backedThe Admin API is local-only by default (127.0.0.1:2019) — no auth required for local access. Remote access requires explicit configuration with TLS and optional auth. For agent use in containerized deployments, binding the Admin API to a private network interface with TLS client certificate auth is recommended. Caddy's file serving and proxy features have separate auth mechanisms (basic auth, forward auth). The local-default approach minimizes attack surface but requires network-level controls for remote access.