Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Before you begin, Armor recommends that you pre-installation information, including firewall rules. To learn more, see Armor Anywhere Agent 3.0 Pre-Installation.

...

  1. In the Armor Management Portal (AMP), in the left-side navigation, click Infrastructure
  2. Click Virtual Machines
  3. Hover over the plus ( + ) icon, and then click the Anywhere Agent  icon.
    • If you don't have any agents listed, then click Add an Armor Agent. 
  4. Copy your license key. You will need this information in a later step.
  5. Select your operating system (Linux or Windows).  

...

Expand
Note

For Linux users:


Install Logging:

Code Block
themeMidnight
/opt/armor/armor logging install


Install Vulnerability Scanning:

Code Block
themeMidnight
/opt/armor/armor vuln install


Install Trend Sub-Agent:

Code Block
themeMidnight
/opt/armor/armor trend install


Turn On Malware Protection:

Code Block
themeMidnight
/opt/armor/armor av on


Turn On File Integrity Monitoring:

Code Block
themeMidnight
/opt/armor/armor fim on


Turn On Intrusion Prevention Service:

Code Block
themeMidnight
Prevent Mode: /opt/armor/armor ips prevent
Detect Mode: /opt/armor/armor ips detect


For more information on these additional Armor Security services, please see the comprehensive list of services and commands here


...


Step 3: Review the status of the Armor Anywhere agent 

...