Outlaw Panel documentation
Troubleshooting
Use evidence from health checks, systemd, PM2, Nginx, Prisma, and application logs.
Purpose
Restore service without guesswork or destructive shortcuts.
Step-by-step
- Identify the failing layer.
- Capture status and recent logs.
- Verify dependencies and configuration metadata without exposing secrets.
- Apply the smallest correction.
- Repeat the complete validation.
- Record the incident.
Example
Start with `systemctl --failed`, PM2 status, API health, and `nginx -t`.
Best practices
- Preserve logs and rollback artifacts.
- Use provider-console recovery when networking fails.
Troubleshooting
- Do not delete data or regenerate keys to mask an error.
- Escalate architecture and security decisions.