6.3.1. Mac-OS Agent Installation Guide

Describes Installation Steps for Motadata MacOS Agent-3.0.0

6.3.1.1. System Requirement :

Target Machine OS:

  • macOS High Sierra 14 above

Installation Links

Mac OS (64bit): Click Here

6.3.1.2. Installation in Mac OS

  1. Download the latest Mac agent file from the given link.

  2. Open terminal and change directory to where the agent file is downloaded.

  3. Check the permissions of the Mac Agent file whether it is executable. If not run the following command.

sudo chmod 777 agent

figure 9
  1. Now run the Mac agent file using the following command:

sudo ./agent

figure 10
  1. The installation process will begin, and it will ask for the URL of the main server.

    Note

    You can get the activation code from Motadata ITSM tool in Admin >> Account (under Organization).

figure 11
  1. The installation process will complete after providing the URL.

6.3.1.2.1. Uninstall Mac Agent

Open Terminal and follow the below mentioned commands:

  • Stop Agent Service:

    sudo launchctl unload /Library/LaunchDaemons/com.flotomate.agent.plist

  • Remove Agent Service:

    Sudo rm /Library/LaunchDaemons/com.flotomate.agent.plist

  • Delete Agent dir:

    Sudo rm -rf /opt/it-service-desk