Advanced Troubleshooting
v0.81.2Common issues and how to resolve them.
Common Issues
| Symptom | Likely Cause | Resolution |
|---|---|---|
| Agent fails to connect | Wrong token / network / TLS | Check journalctl + curl /health |
| Audits not starting | Scheduler stopped | Restart server or check job queue |
| Reports empty | No scan completed yet | Trigger manual audit |
| High CPU on agent | Interval too low | Set minimum 4 hours |
| 401 Unauthorized | Token expired | Generate new enrollment token |
Log Locations
- Server (Linux):
journalctl -u vigilprism-server -f - Agent (Linux):
journalctl -u vigilprism-agent -f - Windows: Event Viewer or
C:\ProgramData\VigilPrism\agent.log
Reset Admin Password
python -c "..." # see full command in docs/troubleshooting.mdRelated
Getting Started →