This guide uses Docker Compose to run Linux Dash monitoring dashboard.
For Docker installation, see Docker.
Linux Dash is a lightweight monitoring dashboard. The project has not been actively maintained since 2017. Consider more modern alternatives like Netdata, Glances, or Beszel.
mkdir -p /opt/linux-dash
cd /opt/linux-dash
Create docker-compose.yml:
services:
linux-dash:
image: afaqurk/linux-dash:latest
container_name: linux-dash
hostname: linux-dash
ports:
- "80:80"
volumes:
- /:/host:ro
environment:
- LD_ROOT_PATH=/host
privileged: true
restart: unless-stopped
docker compose up -d
Check container status:
docker compose ps
View logs:
docker compose logs -f linux-dash
Access web UI at http://SERVER_IP
docker compose restart linux-dash
docker compose down
Deploying Linux-Dash in containers for production? Our consulting covers:
Get expert help: office@linux-server-admin.com | Contact Page