🔧Extra tools

Manage your node like a PRO

External tools

  • To manage your nodes, use Termius, the coolest SSH client and terminal around :)

  • To track your server uptime and resources usage use Hetrixtools.com, you can track up to 15 servers for free and the setup is very easy

Internal tools

vnstat - monitor bandwidth and data flow
sudo apt update && sudo apt install vnstat

To check the current bandwidth usage use vnstat. To check hourly stats e use vnstat -h. Daily: vnstat -d. Monthly: vnstat -m. Top 10 traffic days: vnstat -t.

speedtest - monitor bandwidth speed
sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest
htop - monitor all processes and resources' consumption
sudo apt update && sudo apt install htop

To use it just type htop


Last updated