Uninstall Site24x7's Windows Server Monitoring Agent

How to uninstall the Site24x7 Windows Server Monitoring Agent

Method 1:

  1. To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip

  2. Unzip and execute the Uninstall.bat file in the Command Prompt as an administrator.

  3. Open Command Prompt as Administrator, then execute the following commands one by one:

    sc delete "Site24x7 Plugin Agent"

    sc delete "Site24x7 Applog Agent"

    Notes
    Ensure the Services window (services.msc) is closed before proceeding.

  4. You can ignore any error messages that appear when running these commands.

  5. Wait a few minutes to allow the services to be fully deleted.

 

Method 2:

You can also execute the following script in the Command Prompt as an administrator:

 MsiExec.exe /X{0C16B7BE-0473-4345-B182-E61A209699D4} /quiet 

By doing so, you can uninstall your Site24x7 Windows Server Monitoring Agent.


    • Related Articles

    • How to view perfmon counters in Windows?

      To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. Follow the steps below to get the names of the ...
    • Prerequisites for Node.js agent installation

      For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...
    • Executables and scripts to allow for Windows server monitoring

      One of the reasons you could not enable Site24x7 server monitoring could be your organization's group policy denying access to the executables, scripts, and batch files associated with Site24x7 server monitoring. Mark the following executables, ...
    • Troubleshooting false positive alerts in monitoring

      Problem False positive alerts are being generated. Possible cause The monitoring system is down in some locations. The Website monitor might be configured for one location, such as Seattle, but may appear down when accessed from another location, ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...