♻️Restart Validator Node Guide
This guide is intended for restarting your Validator node following a Hypergraph or metagraph cluster restart.
Cluster restarts may occur for a variety of operational reasons, including:
✅ Network upgrade
✅ Seed list access updates
✅ Cluster-wide error resolution
🔁 Optional: Auto Restart Feature
If you have the auto_restart feature enabled, your node may have already recovered automatically.
SSH Into Your VPS
ssh -i /path/to/ssh/private/key nodeadmin@<vps_ip_address> -p <port>Restart Auto Restart Module (Optional)
If you have auto_restart enabled only:
You should see messages indicating that nodectl is disabling the auto_restart feature at the beginning of the restart process and re-enabling it once the restart is complete.
If you believe the auto_restart feature did not restart for any reason—for example, if you did not see the related messages—you may manually restart it to ensure it is functioning correctly.
Last updated
Was this helpful?