Skip to content
Server & Web Software

Traefik Labs Traefik Reverse Proxy & Load Balancer — Default Password

Default username and password for the Traefik Labs Traefik Reverse Proxy & Load Balancer: (blank) / (blank). Learn how to log in and how to change the default credentials.

Traefik's dashboard and management API have no authentication enabled by default. The official documentation states: 'The dashboard doesn't have user authentication by default.' When api.insecure=true is set (common in quick-start and Docker deployments), the dashboard is accessible at http://<host>:8080/dashboard/ with no credentials. Authentication middleware (BasicAuth, DigestAuth, or ForwardAuth) must be manually added. Applies to Traefik v2.x and v3.x. Widely deployed in Kubernetes and Docker environments.

UsernamePasswordAccessVersion / firmwareNotes
(blank / none)
(blank / none)
Web UIv2.x, v3.xDashboard at :8080/dashboard/ when api.insecure=true; no auth is added without explicit middleware configuration.

Responsible use

This database lists publicly documented default credentials so administrators can find and change them. Only use these on systems you own or are authorized to test.

Related devices