Simple monitoring solution for Docker containers. Deploy as a container and monitor host and containers in real time.
Monitor CPU, memory and host/container metrics in real time.
Fully open source under the MIT license. Audit and adapt for your needs.
Built with Node.js for minimal resource usage and high performance monitoring.
Dmon runs as a Docker container. Mount the Docker socket and start monitoring with zero configuration.
Powered by Node.js inside the container. Start instantly without complex setup.
This tool is entirely free. If you'd like to support development, consider leaving a tip. Thank you!
# 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.)