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.

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 -- --inventoryCustomization
Before running, you can configure:
| Setting | Default | Description |
|---|---|---|
| Host Pattern | * | Pattern to match target hostnames |
| Install Path | /opt/armorclaw | Path where ArmorClaw is installed |
Click Copy to copy the configured command to your clipboard.
Installation Table

Discovered installations appear in a table:
| Column | Description |
|---|---|
| Label | A name for this installation |
| Host | The hostname where ArmorClaw is installed |
| Path | The installation directory |
| Distribution | ArmorClaw distribution type |
| Version | Installed version |
| Status | Current status badge |
| Agent Count | Number of agents detected on this installation |
Status Badges
| Status | Color | Description |
|---|---|---|
| Active | Green | Installation is running and reporting |
| Stale | Yellow | Installation has not reported recently |
| Offline | Red | Installation is unreachable or errored |
Actions
| Action | Description |
|---|---|
| Refresh Inventory | Re-scan all installations for updated status |
| Remove | Remove an installation from tracking |