Step 8: Download and Update Monitoring Agents
Download and install Nodinite 7 Monitoring Agents. Old Windows Service-based agents will be replaced with IIS-hosted agents.
Prerequisites
- Step 7 completed – Monitoring Agents imported to Portal
- PowerShell 7 with administrator privileges
Option A: Use Default Ports
Steps
- In Portal environment modal, verify default ports
- Click Download Monitoring Agents
- Wait for ZIP generation

Example of the preparing your download progress screen shown while the ZIP package is being generated.
Extract ZIP to folder on Application Server (e.g.,
C:\Temp\Nodinite7-Agents)Open PowerShell 7 as Administrator
Navigate to extracted folder:
cd C:\Temp\Nodinite7-AgentsUnblock and run script:
dir -r | unblock-file .\Core-Services-and-Agents.ps1If your service account password contains special characters, pass it as a
SecureStringto avoid parsing errors:$pwd = ConvertTo-SecureString 'P@ssw0rd!' -AsPlainText -Force .\Core-Services-and-Agents.ps1 -ServiceAccountPassword $pwdVerify agents in Web Client
In Portal, click Next to exit update process
Option B: Use Custom Ports or Service Accounts
Steps
- In Portal, click Next to continue
- Click Agents tab
- Change ports and service accounts as needed
- Click Save
- Close Environment modal
- Click Actions → Download

Example of the preparing your download progress screen shown while the ZIP package is being generated.
Extract ZIP to Application Server
Open PowerShell 7 as Administrator
Navigate to extracted folder
Unblock and run script:
dir -r | unblock-file .\Core-Services-and-Agents.ps1If your service account password contains special characters, pass it as a
SecureStringto avoid parsing errors:$pwd = ConvertTo-SecureString 'P@ssw0rd!' -AsPlainText -Force .\Core-Services-and-Agents.ps1 -ServiceAccountPassword $pwdVerify agents in Web Client
Completion Checklist
- Monitoring Agents ZIP downloaded
- PowerShell script completed successfully
- All agents visible in Web Client with correct status
- Agent ports configured correctly
- IIS application pools running
Next Step
Troubleshooting
Script Fails with Permission Error
Problem: PowerShell script fails with access denied.
Solution:
- Run PowerShell as Administrator
- Verify service account has permissions
- Check IIS application pool identity
Agents Not Visible in Web Client
Problem: After installation, agents don't appear in Web Client.
Solution:
- Refresh Web Client browser
- Check IIS application pools are started
- Verify agent ports are not blocked by firewall
- Check Event Viewer for errors