Dmon

Simple monitoring solution for Docker containers. Deploy as a container and monitor host and containers in real time.

Real-time Monitoring Open Source Light & Fast Container native Node.js Free

Key Features

📊

Real-time Metrics

Monitor CPU, memory and host/container metrics in real time.

🔓

Open Source

Fully open source under the MIT license. Audit and adapt for your needs.

Light & Fast

Built with Node.js for minimal resource usage and high performance monitoring.

🐳

Container-Native

Dmon runs as a Docker container. Mount the Docker socket and start monitoring with zero configuration.

💻

Node.JS

Powered by Node.js inside the container. Start instantly without complex setup.

🆓

Free

This tool is entirely free. If you'd like to support development, consider leaving a tip. Thank you!

Quick Start


# Retrieve and extract the container.
wget -qO- https://dmon.fr/download/Dmon_latest.tar | tar -xvf -
# Deploy the container with Docker Compose
cd Dmon && docker compose up --build -d
# Access the web interface
https://localhost:10443 (replace localhost with your server’s IP address.)