Dashy
Dashy is a self-hosted dashboard to organize and monitor your apps and services from one place.
Smart Download
Visit Project Homepage
No installer available yet — head to the source repository
A one-stop self-hosted dashboard with real-time monitoring and extensive customization.
Core Features
- Real-time health checks for all services
- Multiple page, workspace, and minimal views
- 100+ icon sets + custom CSS theming
- Built-in authentication and SSO support
- Optional encrypted cloud backup & restore
What It Can't Do
- •Requires a manual conf.yml to start; cloud deployments may lack server-side features (e.g., status checks); theme editor changes may need a refresh.
Use Cases
- Homelab enthusiasts managing a fleet of apps
- Team dashboard for internal services
- Personal browser startpage replacement
Detailed Introduction
Dashy is a highly customizable, self-hosted dashboard that lets you centralize access to all your self-hosted services. It features real-time status monitoring, multiple page support, over 100 icon options, flexible theming with custom CSS, user authentication, cloud backup and restore, and a workspace view for multitasking. Deploy via Docker, source code, or one-click cloud platforms. Ideal for homelab enthusiasts and self-hosters wanting a unified launchpad.
Troubleshooting & FAQ (1)
TroubleshootingHow to prevent Keycloak users without an admin role from editing Dashy dashboard configuration?
Enable disableConfigurationForNonAdmin and set adminRole in the Keycloak auth config. Example:
appConfig:
disableConfigurationForNonAdmin: true
auth:
enableKeycloak: true
keycloak:
serverUrl: 'http://localhost:9100'
realm: 'dashy'
clientId: 'dashy'
adminRole: 'dashy-admin'Only users with the specified Keycloak role can save or edit the configuration.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Run: docker run -p 8080:8080 lissy93/dashy
Mount a config directory with your conf.yml
Open http://localhost:8080
- Run: docker run -p 8080:8080 lissy93/dashy
- Mount a config directory with your conf.yml
- Open http://localhost:8080
Checksum not available
This project has not published a SHA-256 checksum on its GitHub Release page
SHA256 Checksum
No checksum available
Download directly from GitHub Releases and verify file integrity yourself
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Stop & remove container: docker stop dashy && docker rm dashy, remove image: docker rmi lissy93/dashy, delete persistent data volume.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Having issues? Check the FAQ below
1 FAQ
Similar Projects
PowerToys
A set of utilities for power users to tune and streamline their Windows experience for greater productivity.
Huginn
Huginn lets you build agents that automate online tasks. Events propagate through a directed graph. Monitor web, Twitter, email, and more.
RSSHub
RSSHub is the world's largest open-source RSS network. It generates RSS feeds from virtually any website, with over 5,000 instances and a thriving community. Perfect for aggregating social media, news, blogs, and more.