What you can monitor
CPU usage
Current CPU utilization as a percentage. High sustained usage may indicate a service is under heavy load or stuck.
Memory usage
Current RAM consumption. AI inference is the most memory-intensive workload — large models require 16–32 GB or more.
Storage usage
Disk space used and available. N.O.M.A.D. prefers to display real block devices (e.g.
/dev/sda) rather than temporary filesystems like tmpfs, so the figure reflects your actual usable storage.System uptime
How long the server has been running since its last restart.
Service logs and metrics
For deeper visibility into individual services, N.O.M.A.D. can run Dozzle — a lightweight container log viewer that streams live logs from all running Docker containers. If Dozzle is installed, access it at:nomad_* container. It is useful for diagnosing errors that don’t surface in the Command Center UI.
Health check endpoint
You can programmatically verify that the N.O.M.A.D. Command Center is running by querying the health endpoint:200. Use this in monitoring scripts or uptime checks to confirm the server is responsive.
Example:
Troubleshooting with system health
A feature isn't loading
A feature isn't loading
- Check Settings → System to see if the service shows as running.
- Go to Settings → Apps and try Restart on the affected tool.
- Wait 30 seconds after restarting, then try accessing the feature again.
- If the issue persists, check container logs in Dozzle (port 9999) for error messages.
AI responses are slow
AI responses are slow
High CPU usage during AI inference is normal on CPU-only systems. To improve speed, add an NVIDIA GPU and Force Reinstall the AI Assistant from Settings → Apps. See the AI Assistant page for GPU setup instructions.
Storage is full
Storage is full
Go to Settings → Content Manager to delete ZIM files you no longer need. Go to Settings → Maps Manager to remove map regions. Unused content is the most common cause of full storage.
Related
Apps Manager
Start, stop, restart, and manage installed tools.
Content Manager
Delete ZIM content to free up storage.
Maps Manager
View and delete downloaded map regions.
Helper Scripts
Start or stop all services from the command line.