Skip to main content

Uninstall ArcGIS Monitor Server

If you used the software installation wizard to install ArcGIS Monitor Server, it is recommended that you also use the wizard for the uninstall process.

Uninstall Monitor Server using the wizard

You can perform the following processes when you use the wizard:

  • Modify—Repair any errors in a previous installation of Monitor Server.

  • Remove—Remove all files associated with a Monitor Server installation on a single machine.

To uninstall Monitor Server using the wizard, complete the following steps:

  1. Access the Windows Control Panel from the Start menu or search box.

  2. Under Programs, click Uninstall a program.

  3. Choose ArcGIS Monitor Server from the list of programs and features.

  4. Click Uninstall, and follow the prompts in the wizard.

  5. Click Finish when the uninstall process is complete.

Uninstall Monitor Server silently

Run the following command to uninstall Monitor Server silently from the command line:

Release

Command

2026.0

msiexec /x {F5757C5D-A5D4-4CE0-9809-A5C63582D3A8} /qb

To uninstall ArcGIS Monitor Server using the command line interface (CLI), complete the following steps:

  1. Start a terminal session on the Monitor Server machine with a user in the sudoers group.

  2. Run the following command to remove the arcgis-monitor-server service:

    sudo <Monitor Server installation location>/framework/etc/scripts/remove_Monitor_Server_service.sh
    

    The default installation directory is <ArcGIS Monitor user account home directory>/arcgis/monitor/server.

  3. Start a terminal session with the ArcGIS Monitor account and ensure that the user account has full permissions to the installation directory.

  4. Run the following command to uninstall Monitor Server:

    <Monitor Server installation location>/uninstall_Monitor.sh
    

    The default installation directory is <ArcGIS Monitor user account home directory>/arcgis/monitor/server.

  5. Follow the prompts on the screen to uninstall the software.