View source: docs/11-troubleshooting.md on GitHub
This file exists so panic does not.
Common Issues
SSH Access Lost
- Check firewall rules
- Use DigitalOcean console
- Restore SSH keys
- Revert recent changes to
/etc/ssh/sshd_configif needed
Discord Messages Not Posting
- Validate webhook URL
- Test with curl
- Check network access
Operator Not Running
- Check tmux session
- Check python venv
- Inspect logs
Web Stack Not Loading
- Verify nginx running
- Check PHP-FPM status
- Confirm ports open
Permission Denied Errors
- Ensure you are operating as the
bonsaiuser, notroot(usewhoami) - Check that
/bonsaiosis owned bybonsai:bonsai - Run
sudo chown -R bonsai:bonsai /home/bonsai/bonsaiosif unsure
Nuclear Option
If things are too broken:
- Destroy the droplet
- Re-run the wizard
- Apply what you learned
Rebuilds are cheaper than debugging at scale.