Favicon of Dashdot

Dashdot

Get a beautiful, lightweight dashboard for your single-node server. Enjoy real-time insights with a privacy-first design that works fully offline.

Get a complete overview of your single-node server with a beautiful and lightweight dashboard. Designed for simplicity and performance, it's the perfect monitoring solution for your Raspberry Pi or small VPS. Installation is as simple as running a single Docker command.

This dashboard is built with a focus on user experience and data privacy.

  • Modern UI: Enjoy a glassmorphic design with dynamic backgrounds and smooth animations that make monitoring visually appealing.
  • High Performance: Built with React and Node.js, it provides real-time insights without lag, even on low-end hardware.
  • Privacy First: All your data stays on your machine. The tool works completely offline and does not send any information to external servers.
  • Lightweight: The Docker image is small and efficient, making it ideal for resource-constrained environments.

It supports x86 and ARM64 architectures and runs on Linux, macOS, and Windows. As an open-source project, it offers full transparency and community support.

Directory Structure

dashdot
host-root
.env
docker-compose.yml

docker-compose.yml

services:
  dashdot:
    image: mauricenino/dashdot:latest
    container_name: dashdot
    restart: unless-stopped
    privileged: true
    ports:
      - "3001:3001"
    volumes:
      - ./host-root:/mnt/host:ro

.env

# Dashdot does not require any sensitive credentials or secrets by default.
# Configuration is primarily handled via non-sensitive environment variables if needed.

Share:

Ad
Favicon

 

  
 

Similar to Dashdot

Favicon

 

  
  
Favicon

 

  
  
Favicon