Deploy Aikido Device Protection with Omnissa Workspace ONE

Use Omnissa Workspace ONE UEM to deploy Aikido Device Protection across your managed macOS fleet with the required permissions in place.

All devices must be enrolled in Workspace ONE UEM before you begin.

Installation

1

What you'll need

Before starting, make sure you have the following from the Aikido Device Protection dashboard:

  • Your Device Protection Token (copied from the user group selector)

  • The Shared Root CA Certificate (.pem file — downloaded in the dashboard)

  • The Aikido Device Protection installer (.pkg file — downloaded in the dashboard)

If you're missing any of these, go back to the Aikido Device Protection dashboard, click Connect Device, and complete the pre-flight steps.

2

Add the Aikido Device Protection configuration profile

  1. In the Workspace ONE UEM console, go to ResourcesProfiles and Baselines.

  2. Click Add, then Upload Profile.

  3. Select macOS and upload the downloaded .mobileconfig file.

  4. Click Save and Continue.

  5. Assign the profile to the target smart group.

  6. Click Save & Publish.

This profile allows the Aikido Device Protection system extension to load silently, enables the network content filter, and stops users from disabling background services in System Settings → Login Items.

3

Deploy the Aikido Device Protection CA certificate

  1. In the Workspace ONE UEM console, go to ResourcesProfiles and Baselines.

  2. Click AddAdd ProfilemacOS.

  3. Add a Credentials payload, set the credential source to Upload, and upload the Shared Root CA Certificate (.pem file).

  4. Assign it to the same smart group and click Save & Publish.

4

Create the pre-install script

  1. In the Workspace ONE UEM console, go to ResourcesScripts.

  2. Click Add and select macOS.

  3. On the General tab, give the script a name (e.g. "Aikido Device Protection Token").

  4. On the Details tab, set Script Type to Zsh and enter the script below. Replace AIK_SAFE_CHAIN_TOKEN with your real token.

#!/bin/zsh
# Write the token so the agent registers with the correct user group
echo "AIK_SAFE_CHAIN_TOKEN" > /tmp/aikido_endpoint_token.txt
# Signals the installer to run completely silently, with no user prompts
touch /tmp/aikido_endpoint_mdm_install.txt
  1. On the Assignment tab, assign the script to the same smart group.

  2. Click Save.

  3. Run the script using Run Now and confirm it completes on your test device before you deploy the package.

Scripts require Intelligent Hub 20.10 or later on the device.

5

Upload the Aikido Device Protection installer

  1. Generate a .plist metadata file for the package using the Omnissa Admin Assistant Tool — drag and drop the .pkg onto the tool.

  2. In the Workspace ONE UEM console, go to ResourcesAppsNativeInternal.

  3. From the Add dropdown, select Application File.

  4. Upload the Aikido Device Protection .pkg and click Save, then Continue.

  5. Upload the generated .plist metadata file and click Save, then Continue.

  6. Assign the app to the same smart group and publish.

6

Deploy in the right order

Deploy the configuration profile and CA certificate before the installer for a smoother rollout.

  1. Save and publish the Aikido Device Protection configuration profile.

  2. Save and publish the Aikido Device Protection CA certificate profile.

  3. Verify both are installed on a test device — Workspace ONE doesn't guarantee delivery order within a smart group.

  4. Run the pre-install script to write the token and confirm it completes.

  5. Publish the Aikido Device Protection app.

7

Reboot devices after installation

  1. In the Workspace ONE UEM console, go to DevicesList View.

  2. Filter to the target smart group, select all devices, and click More ActionsRestart.

The agent fully activates on the next boot.

8

Verify the deployment

On a test device, confirm:

  1. The system extension is activated:

    systemextensionsctl list | grep aikido

    Expect to see the extension marked [activated enabled].

  2. Open System SettingsGeneralLogin Items & Extensions and confirm the Aikido Device Protection entries cannot be toggled off.

Troubleshooting

Problem
Fix

Users still see the popup

Make sure the configuration profile is scoped correctly and installed before the package policy runs

Extension is waiting for user approval

Check the System Extensions payload and confirm the team ID and bundle ID match exactly

The package installs but the device does not connect

Confirm the token script ran before the package install and that the token was copied correctly

Duplicate extension entries appear

Reboot the device

The content filter is not approved silently

Re-upload the .mobileconfig profile and verify it is installed on the device

Last updated

Was this helpful?