Web status page for full nodes

Litecoin Node Interface

Link to the GitHub repo: xblau/node-interface
Demo page: ltc.xblau.com

This is a basic web status page for Litecoin (and related) full nodes. It displays info about the daemon and the network, useful for quickly checking the status of your node. Everything is fetched from the node daemon at the moment, so its always up to date and doesn’t require a database.

You can find basic install instructions on the README file. I only tried it on Linux with Apache, but it should work with any webserver that supports a recent version of PHP. I’m working on a Windows guide.

If you have any problem or suggestion, please open an issue on the repo. Pull request are also very welcome :slight_smile:

2 Likes