Agents
The Agents page displays the Agents that are registered with Tripwire.io. An Agent is installed on each asset to be monitored and regularly checks the status of that asset.
- An Agent scans the asset where it is installed once a day, using an appropriate CIS policy for its operating system.
- Tripwire Anyware SCM automatically pushes updates to Agents whenever CIS updates a policy.
- Whenever a policy is updated, the Agent immediately scans the asset with the new policy.
Click an Agent on this page to see details (hostname, IP address, OS, etc) about the Agent and the asset where it is installed.
Note: |
For an overview of how Tripwire Anyware SCM works, see Getting Started. |
---|
The Agent Health column shows each Agent's current state:
- Good: The Agent is scanning with the latest policy.
- Warning: The Agent is scanning, but the Agent’s policy is not the latest version.
- Bad: Something is wrong. Check the Agent’s Details for more information.
- Unknown: The Agent has not communicated with Tripwire.io recently. Check the Agent’s Details for the Last Communicated time.

- Navigate to Environment > Agents.
- Click Download Agent.
- Click the download link for the type of Agent you want to install.
Note:
It may take up to a minute to generate the Agent installer.
-
Install the Agent on the system you want to monitor.
For Windows systems:
-
Log in with Administrator privileges.
-
Extract the zip file.
-
Double-click the installer file axon-agent.msi.
-
To verify that the installation succeeded, check the Services list (Control Panel > Administrative Tools > View local services) to verify that the Tripwire Axon service is running.
Note:
To install the Agent on other Windows systems, copy the entire zip file (not just the .msi file) to the new system, unzip and install.
For Linux systems:
-
Log in to the system as root (or use sudo to obtain root privileges).
-
At a command prompt, expand the zip file:
unzip scm-linux-install-bundle.zip
-
Run the following command to install the Agent:
./axon-agent/axon-agent.bin
Note that the script above will also start the Axon Agent service.
-
Run the following command to confirm that the installation succeeded:
service tripwire-axon status
Note:
The how-to-install.txt file in the zip has other installation options and related information.
-
After the installation is complete:
- the asset will appear on both the Environment > Assets and Environment > Agents pages.
- the Agent will automatically scan the asset where it is installed. You can view the scan results on the Configuration Management dashboard (Servers > Configuration Management).

For Windows systems:
- Log in with Administrator privileges.
- Open the Windows Control Panel.
- In the Control Panel, open Programs and Features.
- Select Axon Agent and click Uninstall.
-
Delete the following directories:
<Program Files>\Tripwire\Axon
%PROGRAMDATA%\Tripwire\axon
For Linux systems:
- Log in to the system as root (or use sudo to obtain root privileges).
-
At a command prompt, enter one of the following commands:
RHEL or CentOS: rpm -e tripwire-axon
Debian or Ubuntu: dpkg -r tripwire-axon
-
Delete the following directories:
/etc/tripwire-axon
/opt/tripwire/axon
/var/cache/tripwire-axon
/var/lock/tripwire-axon
/var/log/tripwire-axon
/var/spool/tripwire-axon

- Amazon Linux 2
- CentOS 7
- CentOS 8.0 - 8.4
- Debian 10
- MS Windows 8.1
- MS Windows 10
- MS Windows Server 2012 and 2012 R2
- MS Windows Server 2016
- MS Windows Server 2019
- RHEL 7
- RHEL 8
- Ubuntu 18.04
- Ubuntu 20.04