APM Insight .NET agent bulk installation using ManageEngine Endpoint Central
- Download the APM Insight .NET agent from the Site24x7 account.
- Log in to the ManageEngine Endpoint Central portal and click the Software Deployment tab.
- Click Add Packages (Windows).

- Provide the package details as given below.
Package Name: APMInsightDotnetAgent
Package Type: EXE/APPX/MSIEXEC/MSU
License Type: Commercial
Locate installable: Select Local Computer and upload the downloaded MSI file.

- Navigate to the Installation tab and enter the following command in the Installation Command with Switches/Arguments box.
Note: The command can be customized as per your requirement by modifying the parameters.
msiexec -i apminsight-dotnetagent.msi license.key=<YOUR_LICENSE_KEY> editconfig=false /log apm_install.log /quiet

- Click Add Packages.
- Now, navigate to the Configurations tab and click +Create Configuration (Windows).

- Provide the necessary information as given below.
Name: Provide the configuration name as per your convenience.
Operation Type: Install
Package Name: Select the created package from the drop-down menu.

- In the Deployment Settings, enter the following details as given below.
Apply Deployment Policy: Deploy any time at the earliest.
Remote Office/Domain: As per your configuration in the infrastructure
Filter Computers based on: Computer as <hostname>.
Note: Please remember to uncheck the Retry this configuration on failed targets box.

- Click Deploy Immediately.
Related Articles
How to identify and resolve conflicts between other APM products and the APM Insight .NET agent
Problem statement: You are experiencing either of the below issues and suspect that another APM product is interfering with the Site24x7 .NET agent. 1. The .NET monitor is not created under APM > APM Insight > Applications, even after the .NET agent ...
Bundled .NET and .NET Core agents in a single MSI
In APM Insight .NET agent version 6.8.0, the .NET and .NET Core agents have been bundled into a single MSI, enabling unified monitoring of both application types. Upgrade requirements for .NET Core agent 6.7 and below If you're using .NET Core agent ...
APM Insight integration for Next.js in Kubernetes
To integrate the Site24x7 APM Insight Next.js agent into your Kubernetes application using initContainers with the prebuilt agent image, follow the steps below: Prerequisites A Next.js application container image The Site24x7 APM Insight license key ...
Unable to add SQL insight monitor
If the SQL Insight monitor is not getting added even after entering your credentials, try these troubleshooting steps: Ensure that the Auto-discover applications feature is enabled. If not, you will need to trigger discovery using the Discover ...
Steps to partially update monitor settings in bulk using API
Monitor details like notification profiles, threshold and availability can be changed/updated in bulk using API without affecting the existing configuration settings. Use Case: A user wants to change only the notification profile of a monitor without ...