traefik/docs/content/operations/dashboard.md
2019-09-10 14:40:05 +02:00

1.1 KiB

The Dashboard

See What's Going On {: .subtitle }

The dashboard is the central place that shows you the current active routes handled by Traefik.

Dashboard - Providers
The dashboard in action

By default, the dashboard is available on / on port :8080.

!!! tip "Did You Know?" It is possible to customize the dashboard endpoint. To learn how, refer to the API documentation

Enabling the Dashboard

To enable the dashboard, you need to enable Traefik's API.

[api]
  # Dashboard
  #
  # Optional
  # Default: true
  #
  dashboard = true
api:
  # Dashboard
  #
  # Optional
  # Default: true
  #
  dashboard: true
# Dashboard
#
# Optional
# Default: true
#
--api.dashboard=true

{!more-on-command-line.md!}

{!more-on-configuration-file.md!}

!!! tip "Did You Know?" The API provides more features than the Dashboard. To learn more about it, refer to the API documentation