A lightweight, self-hosted dashboard that displays information from your Bitcoin, Litecoin, or Monero node.
- Clean display of essential node and network statistics
- Filesystem-based caching to reduce RPC I/O
- Minimal and easy setup
- Fully responsive for desktop and mobile devices
- Light/dark mode
- Custom themes
- Tooltip explanations for stats
- Place
index.php
in a PHP-enabled web directory. - Ensure the web server has read/write access to the directory for the cache files.
- Configure your nodes with the correct RPC credentials and IP allowlist.
- Update the confguration section at the top of
index.php
to match your node's configuration. - Navigate to
index.php
in a web browser of your choice.
- Make sure to protect the dashboard if you’re displaying sensitive node info.
- Use firewall rules or other methods to restrict access, especially for public deployments.
This project is released under the MIT License. See the LICENSE file for more details.