Mac Agent Setup
Ashwani
Last Update 2 months ago
Setting up a Mac agent is straightforward. Follow the below steps to install and validate the agent on Mac Systems.
Ensure you have administrative privileges (sudo) on your Mac.
Script execution must be enabled in the /opt directory.
Network requirements
- Enable outbound HTTP on port 58080 for SecOps Central Server (https://<SecOps Central Server IP>:58080)
- Enable outbound HTTPS on port 58443 for SecOps Central Server (https://<SecOps Central Server IP>:58443)
1. Navigate to the Asset Module
- In the top navigation panel of the SecOps platform, click on the Asset module to access the asset management functionality.

2. Initiate the Onboarding Process
Click on Add Asset to open the asset onboarding form.x
- Select the Agent-based option to proceed.

Agent Name: Enter a name for the agent that aligns with your naming conventions for easy identification.
Operating System: Choose the asset's operating system and its architecture from the drop-down
Asset Groups: Optionally, assign the asset to one or more asset groups to help categorize and manage it effectively.
Criticality Level: Set the asset’s criticality level to determine its importance and impact in your operations.

- After completing the form, click on Download Agent to generate the agent details.
Navigate to the Notifications section to retrieve the following:
Agent Download URL: The link to download the agent installation package.
License Key: A unique key to activate the agent during installation.

- You will receive an agent download link and a license key on the dashboard.
- Download the installer file on the Linux host:
wget <agent_download_url> - Extract the installer file
tar -xvf secops_mac_agent_arm64.tar.gz - Install the agent
sudo bash install.sh /silent <license_key> <Central Host IP> - Accept the license terms and enter the provided license key.
Check the agent status in the assets section of the product

