Installations

Discover and manage ArmorClaw deployments — run the discovery script, track installations, and monitor status.

Overview

The Installations page at /armorclaw/installations lets you discover ArmorClaw deployments across your infrastructure and track their status.

Installations page overview

Discovery Script

To discover ArmorClaw installations, run the provided shell script on your target hosts:

curl -fsSL https://armoriq.ai/install/armorclaw-discovery.sh | bash -s -- --inventory

Customization

Before running, you can configure:

SettingDefaultDescription
Host Pattern*Pattern to match target hostnames
Install Path/opt/armorclawPath where ArmorClaw is installed

Click Copy to copy the configured command to your clipboard.

Installation Table

Installation table with status badges

Discovered installations appear in a table:

ColumnDescription
LabelA name for this installation
HostThe hostname where ArmorClaw is installed
PathThe installation directory
DistributionArmorClaw distribution type
VersionInstalled version
StatusCurrent status badge
Agent CountNumber of agents detected on this installation

Status Badges

StatusColorDescription
ActiveGreenInstallation is running and reporting
StaleYellowInstallation has not reported recently
OfflineRedInstallation is unreachable or errored

Actions

ActionDescription
Refresh InventoryRe-scan all installations for updated status
RemoveRemove an installation from tracking

On this page