macOS Obkio Agent Installation Guide

    What you are going to learn:

  • How to install the Obkio Monitoring Agent on macOS

The macOS Software Agents are agents installed on Mac Computers (MacBook, iMac, Mac, Mac Studio). It is widely used for remote network monitoring on home workers' computers to help the helpdesk support and troubleshoot with remote users.

Installation Instructions
Installation Instructions

Download macOS Obkio Agent Installation Wizard

  1. Inside the App, create a new Software Agent. In the Installation Instructions window, select macOS and write down the Agent ID.
  2. Download and execute the Installation Wizard (link above).
  3. Open a Terminal and execute the command (replace AGENT_ID with the ID found in step #1):
sudo /Library/ObkioAgent/ObkioAgentService -setagentid AGENT_ID

That's it. Once installed, the agent will start and will update itself automatically when needed.

Minimum Requirements
Minimum Requirements

The minimum requirements for the macOS Software Agent are:

  • CPU: 2 CPU cores
  • Memory: 4 GB
  • Disk: 20 GB

The macOS Software Agent is supported on the following macOS versions:

  • macOS Ventura (13)
  • macOS Monterey (12)
  • macOS Big Sur (11)

The supported CPU architecture for the Linux Monitoring Agent are:

  • Apple Silicon through Rosetta 2
  • Intel 64-bits

For Apple Silicon Macs (M1 & M2), if Rosetta 2 is not activated, you can activate it with the command:

sudo /usr/sbin/softwareupdate --install-rosetta

Start / Stop the Obkio Agent
Start / Stop the Obkio Agent

Once installed, the Obkio Agent will start automatically when the computer starts. If needed, it can be stopped and started using the following commands:

sudo /Library/ObkioAgent/ObkioAgentService -service start

sudo /Library/ObkioAgent/ObkioAgentService -service stop

Firewall Settings
Firewall Settings

As for all other agent types, some firewall configurations might be required if outbound connections are filtered. Refer to the article Firewall Configurations for more details.

Uninstallation Instructions
Uninstallation Instructions

The macOS Agent is installed with an auto-uninstaller. When the agent is deleted in the App, it is automatically uninstalled from the host in the next hour or when the host computer is back online.

You can also manually uninstall the agent by opening a terminal and execute the following command:

sudo /Library/ObkioAgent/uninstall

macOS Agent Limitations
macOS Agent Limitations

The macOS Obkio Agent does not support:

  • TOS and DSCP Settings
  • APM Web Features

Silent Installation and Mass Deployment
Silent Installation and Mass Deployment

To silently install the agent on one computer with an Agent ID, you can execute the following command. Don't forget to replace the .pkg filename.

sudo installer -package ObkioAgentInstall.pkg -target /

sudo /Library/ObkioAgent/ObkioAgentService -setagentid AGENT_ID

To silently install the agent on many computers, you can use a Deployment Profile. Once you have your Deployment Key, you can execute the installer:

sudo installer -package ObkioAgentInstall.pkg -target /

sudo /Library/ObkioAgent/ObkioAgentService -setdeploymentkey DEPLOYMENT_KEY

Once installed, all the agent settings can be changed. Changing a setting in the Deployment Profile will not change it on the agent previously installed with the profile.