License & Deployment Mix: 15 tools – 10 OSS, 5 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a vendor-hosted edition.)
What Are Dashboard Tools?
Dashboard tools are platforms focused on creating operational dashboards, status pages, service portals, and data visualization panels. They provide at-a-glance views of system health, service availability, infrastructure status, and key performance indicators (KPIs) through configurable widgets, panels, and layouts.
This category is distinct from Business Intelligence (Business Intelligence) which focuses on deep business data analysis, SQL-driven exploration, semantic layers, and enterprise reporting. Dashboards here emphasize:
- Operational monitoring – real-time system and service health visualization
- Home lab / startpage dashboards – unified portals for accessing self-hosted services
- Infrastructure overview – aggregating metrics from multiple sources into a single pane of glass
- Status displays – public or internal status pages showing service availability
- KPI boards – lightweight panels displaying key metrics without full BI query capabilities
The tools in this category range from enterprise observability platforms (Grafana, Datadog) that connect to time-series databases and log stores, to lightweight startpage dashboards (Dashy, Homepage, Flame) that organize links and widgets for quick access to self-hosted services.
The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.
Comparison
SSO / OIDC Comparison
OIDC is the preferred SSO protocol; the notes column below assumes Authentik as the identity provider.
| Tool | OIDC | SAML | LDAP | Proxy Auth | Authentik Notes |
|---|---|---|---|---|---|
| Grafana | Yes | Yes | Yes | Yes | Excellent native OIDC; well-documented Authentik provider |
| Superset | Yes* | No | Yes | No | OIDC via Flask-OIDC/Authlib; works with Authentik |
| Metabase | No (OSS) | Yes (Pro) | Yes | No | No native OIDC in OSS; SAML/JWT in Pro; LDAP available |
| Redash | No | Yes | Yes | No | SAML + LDAP + Google OAuth; limited OIDC support |
| Dashy | No | No | No | Yes | No native SSO; proxy auth via reverse proxy only |
| Homepage | No | No | No | Yes | No built-in auth; proxy auth via reverse proxy |
| Homarr | No | No | No | Planned | No native SSO; proxy auth support planned |
| Organizr | No | No | No | No | Built-in user system only; no SSO federation |
| Flame | No | No | No | No | No authentication system |
| Heimdall | No | No | No | No | Built-in basic auth only; no SSO support |
| Datadog | OIDC* | Yes | No | No | SAML IdP; OIDC via Google/MS SSO providers |
| New Relic | No | Yes | No | No | SAML + SCIM provisioning (Pro/Enterprise) |
| Tableau | Yes* | Yes | No | No | OIDC on Tableau Server; SAML for site-level SSO |
| Power BI | Yes* | Yes* | No | No | Entra ID (native); SAML for embedded scenarios |
| Looker | Yes | Yes | Yes | No | Full OIDC + SAML + LDAP; works with Authentik |
* = requires specific edition, configuration, or external IdP bridging
Best SSO support: Grafana (native OIDC, SAML, LDAP, proxy auth), Looker (OIDC + SAML + LDAP), Superset (OIDC via Flask-OIDC)
No SSO: Flame, Heimdall, Organizr (home lab tools with minimal or no auth)
API Comparison
| Tool | API Type | Auth | Rate Limits |
|---|---|---|---|
| Grafana | REST + Provisioning | API key / SA token | None (self-hosted) |
| Superset | REST v1 | JWT / session | Configurable |
| Metabase | REST | Session token | None |
| Redash | REST | API key | None |
| Dashy | None | N/A | N/A |
| Homepage | None (config-driven) | N/A | N/A |
| Homarr | REST (limited) | Session | None |
| Organizr | REST (limited) | API key | None |
| Flame | REST (limited) | None | None |
| Heimdall | None | N/A | N/A |
| Datadog | REST v1/v2 | API + App key | Per-endpoint |
| New Relic | GraphQL (NerdGraph) | API key | 25 concurrent |
| Tableau | REST + Hyper | PAT / JWT | Configurable |
| Power BI | REST | OAuth 2.0 (Entra) | 200/hr per user |
| Looker | REST + LookML | OAuth 2.0 / API key | Per-endpoint |
Dashboard Features
| Tool | Data Sources | Chart Types | Alerting | Embedding | Real-time | Mobile |
|---|---|---|---|---|---|---|
| Grafana | 100+ plugins | Extensive | Yes (built-in) | Yes (iframe/panel) | Yes (streaming) | Yes (responsive) |
| Superset | 30+ SQL DBs | 50+ viz types | No (external) | Yes (iframe) | Limited | Yes (responsive) |
| Metabase | 20+ SQL DBs | 15+ chart types | Yes (Pro) | Yes (iframe/SDK) | No | Yes (app) |
| Redash | 35+ sources | 15+ chart types | Yes (basic) | Yes (iframe) | Auto-refresh | Yes (responsive) |
| Dashy | N/A (links) | N/A | N/A | N/A | Status checks | Yes (responsive) |
| Homepage | Service APIs | Status widgets | N/A | N/A | Widget refresh | Yes (responsive) |
| Homarr | Service APIs | Status widgets | N/A | N/A | Widget refresh | Yes (responsive) |
| Organizr | N/A (tabs/iframes) | N/A | N/A | N/A | No | Yes (responsive) |
| Flame | N/A (links) | N/A | N/A | N/A | No | Yes (responsive) |
| Heimdall | N/A (links) | Enhanced tiles | N/A | N/A | No | Yes (responsive) |
| Datadog | 750+ integrations | Extensive | Yes (advanced) | Yes (iframe/API) | Yes (streaming) | Yes (app) |
| New Relic | 500+ integrations | Extensive | Yes (NRQL-based) | Yes (iframe) | Yes (streaming) | Yes (app) |
| Tableau | 80+ connectors | Extensive | Yes (data-driven) | Yes (JS API) | Yes (extract refresh) | Yes (app) |
| Power BI | 200+ connectors | Extensive | Yes (data-driven) | Yes (JS SDK) | Yes (streaming tiles) | Yes (app) |
| Looker | SQL DBs (LookML) | Extensive | Yes (conditions) | Yes (iframe/SDK) | Limited | Yes (responsive) |
Deployment and Licensing
| Tool | License | Self-Hosted | Cloud/SaaS | Pricing Model |
|---|---|---|---|---|
| Grafana | AGPL-3.0 | Yes (Docker, K8s) | Yes (Grafana Cloud) | Free OSS; Cloud per-metric/log |
| Superset | Apache-2.0 | Yes (Docker, K8s) | Yes (Preset.io) | Free OSS; Preset per-user |
| Metabase | AGPL-3.0 | Yes (Docker, JAR) | Yes (Metabase Cloud) | Free OSS; Pro ~$85/user/yr |
| Redash | BSD-2-Clause | Yes (Docker) | No (sunset) | Free OSS |
| Dashy | MIT | Yes (Docker) | No | Free |
| Homepage | GPL-3.0 | Yes (Docker) | No | Free |
| Homarr | MIT | Yes (Docker) | No | Free |
| Organizr | GPL-3.0 | Yes (Docker, PHP) | No | Free |
| Flame | MIT | Yes (Docker) | No | Free |
| Heimdall | MIT | Yes (Docker) | No | Free |
| Datadog | Proprietary SaaS | No | Yes | Per-host + per-feature |
| New Relic | Proprietary SaaS | No | Yes | Per-GB + per-user |
| Tableau | Proprietary | Yes (Server) | Yes (Tableau Cloud) | Per-user (Creator/Explorer/Viewer) |
| Power BI | Proprietary | Yes (Report Server) | Yes (Power BI Service) | Per-user ($10-$20/mo) or Premium |
| Looker | Proprietary SaaS | No | Yes (Google Cloud) | Per-user (custom pricing) |
Tools
15 tools.
Apache Superset
Apache Superset is a modern, enterprise-ready data exploration and visualization platform originally created at Airbnb and now a top-level Apache Software Foundation project.
License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker, k8s · SSO: OIDC
Dashy
Dashy is a configurable, self-hosted dashboard application designed for home labs and personal infrastructure.
License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none
Datadog Dashboards
Datadog is a leading cloud-scale observability and security platform that provides unified monitoring across infrastructure, applications, logs, and network performance.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
Flame
Flame is a minimalist, self-hosted startpage and bookmark dashboard designed for simplicity and speed.
License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none
Grafana
Grafana is a market-leading open-source observability and data-visualization platform, connecting to 150+ data sources to build unified monitoring dashboards; available self-hosted or as Grafana Cloud.
License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC
Heimdall
Heimdall is an open-source application dashboard that organizes web applications and services into a tile-based interface with optional live status information.
License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none
Homarr
Homarr is a modern, open-source home lab dashboard designed to provide a clean, organized interface for managing and accessing self-hosted services.
License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none
Homepage
Homepage is a modern, fast, and highly extensible self-hosted dashboard application with over 100 native service integrations.
License: GPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none
Looker
Looker is Google Cloud’s enterprise analytics and dashboarding platform, acquired by Google in 2020 for $2.6B.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC
Metabase
Metabase is a self-service analytics platform designed to make data exploration accessible to non-technical users.
License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none
Microsoft Power BI
Microsoft Power BI is a business intelligence and dashboarding platform tightly integrated with the Microsoft 365 and Azure ecosystem.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
New Relic Dashboards
New Relic is a full-stack observability platform that unifies metrics, events, logs, and traces (MELT) into a single platform with a consumption- based pricing model.
License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none
Organizr
Organizr is an open-source HTPC and media server dashboard that provides a unified interface for accessing multiple web applications through a tab-based layout with iframe embedding.
License: GPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none
Redash
Redash is an open-source, SQL-first dashboard and data visualization tool that connects to 35+ data sources, letting users write queries, build charts, and assemble shareable dashboards.
License: BSD-2-Clause (OSS) · Kind: web · Deploy: native, docker · SSO: none
Tableau
Tableau is the enterprise data visualization market leader, acquired by Salesforce in 2019 for $15.7B.
License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: none