Maintenance & Recovery
General Troubleshooting
Diagnose one layer at a time instead of rebuilding a working server because one application is unavailable.
Guide difficulty⭐⭐⭐⭐⭐ Beginner Friendly
Estimated time⏱️ Around 20–40 minutesEstimated for a first-time user.
Use this order
- Power: are the Pi, HAT and drives powered?
- Network: does the server answer on its local IP?
- Storage: is the expected mount present?
- Docker: is the container running?
- Application: what does its own log say?
- Proxy: does it work locally but fail remotely?
uptime
ip addr
findmnt
df -h
docker ps -aIMAGE PLACEHOLDERTroubleshooting decision tree covering power, network, storage, Docker, application and remote access.