Troubleshooting Gensyn Node Issues
Having trouble with your Gensyn node? Don't worry! This guide covers the most common issues and their solutions.
Quick Diagnosis
First, let's check the basics:
# Check if Docker is running
docker --version
systemctl status docker # Linux only
# Check if your container is running
docker ps | grep swarm
# Quick look at recent logs
docker logs --tail 20 $(docker ps -q --filter ancestor=swarm)