Useful Commands
Full Node
# Restart
sudo systemctl restart availd
# Check logs
journalctl -u availd -f -o cat
Light Node
# Restart
sudo systemctl restart avail_light
# Check logs
journalctl -u avail_light -f -o cat
# Check health
curl -I "localhost:7000/health"
Last updated
Was this helpful?