Running a Validator
import { Steps } from ‘@astrojs/starlight/components’;
Running a Snowside validator with NodeRunr takes under a minute. NodeRunr handles deployment, monitoring, updates, and communication automatically — no manual config file editing, no SSH gymnastics, no babysitting.
Prerequisites
Section titled “Prerequisites”- A server (VPS) with at least 4 CPU cores, 8 GB RAM, and 200 GB SSD
- Ubuntu 22.04 or later (NodeRunr also supports Debian 12+)
- AVAX for the Avalanche Primary Network stake
- SSH access to the server
Step-by-step deployment
Section titled “Step-by-step deployment”Monitoring
Section titled “Monitoring”NodeRunr continuously monitors your validator’s health:
- Block production rate
- Peer connections
- Disk usage, memory, CPU
- Uptime and response time
When an update is available, NodeRunr can apply it automatically with zero downtime. Alerts are sent via encrypted channels (Telegram, Discord, or email) if intervention is required.
Stopping or removing a validator
Section titled “Stopping or removing a validator”To stop your validator temporarily:noderunr stop
To remove your validator and unstake:noderunr undeploy
Your AVAX stake will be returned after the unstaking period (typically 14 days on Avalanche).