System Utilitiesยถ
Tools and guides for managing, securing, and maintaining your Ethereum on ARM node.
๐ Network & VPN
Configure networking, PiVPN, and remote access.
๐พ Backup & Restore
Protect your validator keys and node data.
๐ Security
Harden your node against attacks.
๐ง Troubleshooting
Common issues and solutions.
Maintenance Essentialsยถ
Key Backup Checklist
Before anything goes wrong, ensure you have backed up:
โ Validator keystores (
/home/ethereum/validator_keys/)โ Validator mnemonic (written offline, never digitally)
โ Slashing protection database
โ JWT secret (
/etc/ethereum/jwtsecret)
Security Best Practices
๐ Change default passwords immediately
๐ฅ Configure UFW firewall
๐ Use SSH key authentication
๐ซ Disable root login
๐ก Use VPN for remote access
Quick Commandsยถ
# Check disk usage
df -h
# View system logs
sudo journalctl -u geth -f
# Check memory usage
free -h
# Monitor all Ethereum services
sudo systemctl status geth lighthouse-beacon
See also
Managing Clients - Service management
Download and Install - Initial setup