Traefik Dashboard

The Traefik Dashboard is a built-in web UI that provides a real-time visual overview of all configured routers, services, middlewares, and entry points. It is served from the same API handler as the REST API and can be accessed via the Traefik entry point or a custom route.

API entry from apis.yml

apis.yml Raw ↑
aid: traefik:traefik-dashboard
name: Traefik Dashboard
description: The Traefik Dashboard is a built-in web UI that provides a real-time visual overview of all
  configured routers, services, middlewares, and entry points. It is served from the same API handler
  as the REST API and can be accessed via the Traefik entry point or a custom route.
humanURL: https://doc.traefik.io/traefik/operations/dashboard/
tags:
- Dashboard
- Management
- Observability
- UI
properties:
- type: Documentation
  url: https://doc.traefik.io/traefik/operations/dashboard/