Skip to content

Troubleshooting

SymptomCheck
Compose won’t start, complains about a variableA required .env secret is unset. Re-run the installer or fill it in — see Configuration.
UI loads but the API errorsdocker compose logs server — DB, secret, and license issues log here.
Need to start overdocker compose -f docker-compose.selfhosted.yml down -v wipes volumes (destructive).
SymptomCheck
License stuck at UNLICENSEDWrong/typo’d GRIDNMS_LICENSE_KEY, or no outbound 443 to platform.gridnms.io. Run docker compose logs server | grep cloud-connector.
SymptomCheck
Passkey enrollment failsThe access URL must match what’s in the browser. Fix APP_URL in .env and re-run. Password login works regardless.
SymptomCheck
Updater not updatingR2_* unset (updates disabled) or no outbound to images.gridnms.io. Run docker compose logs updater. See Updates.

Syslog / SNMP traps show the wrong source IP

Section titled “Syslog / SNMP traps show the wrong source IP”

This is almost always a Docker NAT issue, not a GridNMS bug. On Docker bridge networking — and always on Docker Desktop for Mac/Windows — the packet source is rewritten to the docker gateway. Run the collector with host networking on Linux, use the native desktop app, or rely on GridNMS’s Sender Host attribution (extracted from the log payload). Full details in Collectors & source IPs.

When contacting support, attach install.log (written next to the installer) and the output of docker compose logs server.

Support: support@gridnms.io or your customer portal.