Secure Dashboard Access

Is it possible to get a secure traefik dashboard working on entrypoints that do not have TLS? I can access the dashboard using insecure mode but the second I turn that off I get nothing but 404 errors.

Hello @gpd,

The Traefik documentation outlines the steps required to enable secure dashboard access: (Dashboard - Traefik)

Notably, you need to enable authentication or whitelisting in combination with a router to expose the API service. This ensures you do not accidentally expose your API to public networks inadvertently.