Mac Manual Deployment

Mac Agent Manual Installation

After downloading and running the latest DefensX Mac DMG installer, you need to follow following steps to deploy the agent:

mac%20install%202
Figure 1. 1
mac%20install%203
Figure 2. 2
mac%20install%204
Figure 3. 3
mac%20install%205
Figure 4. 4
mac%20install%206
Figure 5. 5
mac%20install%207
Figure 6. 6
mac%20install%208
Figure 7. 7
mac%20install%209
Figure 8. 8
mac%20install%2010
Figure 9. 9
mac%20install%2010
Figure 10. 10
mac%20install%2012
Figure 11. 11

Apple enforces end-user personal consent on deploying certificates. You have to make sure certificates are installed correctly.

mac%20install%2013
Figure 12. 12
mac%20install%2014
Figure 13. 13
mac%20install%2015
Figure 14. 14
Tip
You may need to restart web browsers to enable the extension.

Installation via Script

Note
This script should not be used for MDM-based installations. It is intended only for computers that do not have an MDM solution in place. After installation, the end user must manually locate and install the required profiles, similar to the GUI-based installation methods described above.

You can download the installer script, "DefensX-installer-standalone.sh," from the right panel of this document. Before running the script, update the DEFENSX_KEY variable with your deployment key:

DEFENSX_KEY="PUT_YOUR_DEPLOYMENT_KEY_HERE"

Once updated, execute the script with administrative privileges to complete the installation.

Uninstallation

DefensX Agent can be uninstalled by using the uninstall GUI application or with a command.

Uninstall by GUI

You need to run DefensX Uninstaller under the Applications and follow uninstall steps.

Screen%20Shot%202022 07 16%20at%206.36.58%20PM

Uninstall using Terminal Command Line

Open a terminal and run following command:

sudo installer -pkg /opt/DefensX/DefensX-uninstaller.pkg -target /

It will ask your sudo password and remove the application later.