Dashy - Secure Self-Hosted Dashboard

AWS Developer Tools

Dashy, a highly customizable self hosted dashboard and start page that brings all your homelab apps, services and links onto one page, with sections, icons, themes, search and a built in visual editor.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Dashy is an open source, self hosted dashboard for your homelab, servers and applications. It brings all of your links, apps and bookmarks together on one customizable start page, organised into sections with icons, themes, search, keyboard shortcuts, live status checks and a built in visual editor for changing the layout directly from the browser. Configuration is a single human readable file, so a dashboard is easy to version, back up and reproduce.

It suits anyone who runs more than a handful of self hosted services and wants a single, private front door to everything, kept on infrastructure they control rather than a third party service.

Why the cloudimg image

cloudimg delivers Dashy fully built from source and hardened, so a working dashboard answers the moment the instance boots, with no memory heavy build to run yourself. The image is secure by default: Dashy's own login is a client side gate that is off by default, so instead Dashy binds only to loopback behind an nginx reverse proxy that enforces HTTP basic authentication over TLS on every request. A unique administrator credential is generated on each instance's first boot and only its one way hash is stored, with the plain password written to a root only file, so there is no shared or default login and nothing usable is baked into the image. A starter dashboard is preloaded so the interface is populated the moment you sign in, and everything is backed by a paired deploy guide and 24/7 support.

Common uses

  • Run a single private start page for all your self hosted apps and services
  • Organise links, bookmarks and dashboards for a team inside your own cloud account
  • Monitor your services at a glance with sections, icons, themes and status checks

Key features

  • Prebuilt and ready in minutes: unlike a manual Dashy install that requires a Node.js build, nginx configuration, TLS setup and credential management, this image completes all build and hardening steps at image creation time. Launch an instance and have a fully operational HTTPS dashboard without running a single build command or editing proxy configuration files yourself.
  • Secure by default with unique credentials: every instance generates its own cryptographically random admin password on first boot - no shared or default logins exist across deployments. Dashy is bound exclusively to the loopback interface and unreachable from the network directly; all traffic passes through nginx enforcing HTTP basic authentication over TLS before reaching the application.
  • Customizable dashboard with live monitoring and 24/7 support: organise links, apps and bookmarks into themed sections with icons, search, keyboard shortcuts and live status checks for your services. Edit layouts from the built-in visual editor or a single config file. Backed by 24/7 cloudimg technical support via email and chat for deployment, configuration and troubleshooting.

See it running

Real screenshots taken while testing this image against its deployment guide.

Dashy - Secure Self-Hosted Dashboard screenshot 1 Dashy - Secure Self-Hosted Dashboard screenshot 2 Dashy - Secure Self-Hosted Dashboard screenshot 3

Description

This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

## Overview

Dashy is a popular open source, self-hosted dashboard with over 18,000 GitHub stars and an active community of contributors. It brings all of your links, apps and bookmarks together on one customizable start page, organised into sections with icons, themes, search, keyboard shortcuts, live status checks and a built-in visual editor for changing the layout from the browser. It is an ideal single front door to everything you run, kept privately on infrastructure you control. This image delivers Dashy fully built and secured so a working dashboard is operational within minutes of launch.

## Why This Image vs a Manual Install

Compared to deploying Dashy yourself from source or Docker, this image eliminates the manual Node.js build process, nginx configuration, TLS certificate generation and credential setup. What typically requires multiple steps across package management, reverse-proxy configuration and security hardening is completed for you at image build time. You launch the instance, read your unique credential, and start adding services.

## Application Stack

Dashy is built from source at a pinned stable release and runs as an unprivileged system user under systemd on the Node.js runtime. It is bound to the loopback interface only and fronted by an nginx reverse proxy that terminates TLS and enforces authentication. systemd starts the dashboard and the web server on boot and restarts them on failure, and the memory-heavy build is done for you so there is no toolchain to run yourself.

## Security Hardening

This image follows a defence-in-depth approach with the following hardening measures applied:

  • Network isolation: Dashy binds exclusively to the loopback interface and is unreachable from the network directly
  • Reverse-proxy enforcement: all external traffic passes through nginx, which enforces HTTP basic authentication on every request before proxying to the application
  • Unique credential generation: a cryptographically random administrator password is generated on each instance's first boot; only its one-way bcrypt hash is stored on the server
  • No default or shared credentials: nothing usable is baked into the image, so no two deployments share the same login
  • TLS by default: a self-signed certificate is regenerated per instance on first boot; port 80 redirects to HTTPS
  • Least privilege: the application runs as an unprivileged system user with no elevated permissions
  • Automatic restart: systemd monitors both Dashy and nginx and restarts them on failure

Buyers requiring formal compliance documentation should contact cloudimg to discuss specific requirements.

## Ready to Use

Read your credential from the root-only file, open the dashboard in your browser, and start adding your own services. Organise links into sections, choose a theme, enable live status checks, and edit the layout from the built-in visual editor or by editing a single configuration file.

## AWS Integration

Deploy on any EC2 instance type. Use the unauthenticated health endpoint with an Application Load Balancer for availability monitoring. Pair with AWS Certificate Manager and a custom domain to replace the self-signed certificate with a trusted one. Back up your configuration using EBS snapshots or AWS Backup.

## Use Cases

  • A single self-hosted start page for a homelab or a team's internal applications and links
  • A private, customizable dashboard with live status checks for the services you run in your own account
  • A branded landing page that organises bookmarks, tools and admin consoles into one secured view

## cloudimg Support

24/7 technical support by email and chat. Help with deployment, reverse-proxy and TLS termination with your own domain and certificate, dashboard configuration, adding status checks and widgets, and backup planning.

All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

Related technologies

dashydashboardstart pagehomelabself-hostedhomepagestartpagebookmarksstatus pagereverse proxy