This is a terminal-based dashboard to monitor Satori neuron endpoints in real time.
- Asynchronous fetching of neuron data from
/system_metricsand/fetch/wallet/stats/daily - Live updating terminal display with color-coded CPU, memory, and placement metrics
- Menu for per-node actions: open in browser or reboot
Make sure Python 3.7+ and pip are installed on your system.
You can check by running:
python --version
pip --versionInstall required packages with pip:
pip install aiohttpCreate a file named ip.txt in the root of the project directory.
Each line should contain an IP and port pair in this format:
127.0.0.1:24601
192.168.0.102:24601
...
The Neuron has to be running without headless: true and neuron lock hash: xyz, if you do run with the lock the daily stats wont show.
python neuron-monitor.pyIf you’re using this tool and want to support future development, you can register through my Satori referral link:
👉 Join Satori via my referral link
Thanks for your support!