Step 6: Export Monitoring Agents
Export information about locally installed Monitoring Agents to JSON from the Nodinite Overview page.
Prerequisites
Steps
- Open the Web Client
- Navigate to Administration → Tools → Nodinite Overview in the sidebar

Example of the Administration → Tools → Nodinite Overview page showing the Export Monitor Agents button in the top-right corner.
Click Export Monitor Agents in the top-right corner of the page
The Export Monitor Agents modal opens showing the JSON output

Example of the Export Monitor Agents modal showing the JSON array with MonitorAgentId, UniqueId, ConnectionType, and ServiceURL fields. Click the text area to copy all content to clipboard.
- Verify the UniqueId field is present and populated (set during the database migration in Step 4)
- Click the text area to copy the JSON to clipboard
- Review the JSON and exclude remote agents — only include agents installed on the same server as Nodinite Core Services
- Edit the JSON if needed to remove entries for agents on other servers
- Keep the clipboard content ready for the next step
- Return to Portal
Completion Checklist
- Monitoring Agents exported to JSON
- UniqueId field verified in JSON output
- JSON copied to clipboard
- Remote agents excluded (if any)
Next Step
Troubleshooting
Export Button Missing
Problem: Cannot find Export Monitor Agents button.
Solution:
- Verify you are logged in as administrator
- Navigate to Administration → Tools → Nodinite Overview
- Clear browser cache and reload
JSON Missing UniqueId
Problem: Exported JSON does not contain a UniqueId field.
Solution:
- Verify the Step 4 PowerShell script completed successfully
- Check that the database migration ran without errors
- Re-run the Core Services migration script