OpenSource-Hub
D

Dashy

25.0k stars·System Optimization·SHA-256 checksum verified

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)

Troubleshooting
How 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.

GitHub Issue #1627

Tags

dashboardself-hostedhomelabmonitoringproductivitypwa

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Run: docker run -p 8080:8080 lissy93/dashy

4

Mount a config directory with your conf.yml

5

Open http://localhost:8080

Install Guide
  1. Run: docker run -p 8080:8080 lissy93/dashy
  2. Mount a config directory with your conf.yml
  3. Open http://localhost:8080
File Integrity

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 Source
Environment Guide

Uninstall 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.

Project Info
LicenseMIT
Last Updated2026-06-26 21:00:23
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects