dashdot alternatives and similar tools
Based on the "Monitoring" category.
Alternatively, view dashdot alternatives based on common mentions on social networks and blogs.
-
glances
Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems. -
Linux Dash
DISCONTINUED. A beautiful web dashboard for Linux [Moved to: https://github.com/tariqbuilds/linux-dash] -
openITCOCKPIT Community Edition
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of dashdot or a related project?
README
<!-- markdownlint-disable -->
Feel free to join the Discord and star the repo if you like the project!
dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. It is intended to be used for smaller VPS and private servers. Live Demo | Docker Image
<!-- markdownlint-enable -->
dash. is a open-source project, so any contribution is highly appreciated. If you are interested in further developing this project, have a look at the [Contributing.md](./.github/CONTRIBUTING.md).
In case you want to financially support this project, you can visit my GitHub Sponsors, or my Ko-Fi.
Preview
<!-- markdownlint-disable -->
Dark-Mode | Light-Mode |
---|---|
<!-- markdownlint-enable -->
Documentation
- Installation Options
- Configuration Options
- [Contributing](./.github/CONTRIBUTING.md)
- [Changelog](./.github/CHANGELOG.md)
Quick Install (Docker)
Images are hosted on DockerHub, and are available for both AMD64 and ARM devices.
docker container run -it \
-p 80:3001 \
-v /:/mnt/host:ro \
--privileged \
mauricenino/dashdot
To get more information on why which flag is needed, or if you want to use other
install options instead (docker-compose
, or from source), have a look at the
installation options.
To read more about configuration options, you can visit the configuration options.