Skip To Content

Uninstall ArcGIS Monitor Server

ArcGIS Monitor 2025.0 (Linux)   |

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 the root account.
  2. Run the following commands to remove the arcgis-monitor-server systemd service:
    systemctl stop arcgis-monitor-server
    systemctl disable arcgis-monitor-server
    rm -rf /etc/systemd/system/arcgis-monitor-server.service
    rm -rf /etc/systemd/system/multi-user.target.wants/arcgis-monitor-server.service
  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.