Deploy User Agent via Jamf
The Kabeen agent can be deployed on macOS workstations using Jamf Pro
The Kabeen agent can be automatically deployed across all macOS workstations using Jamf Pro. This procedure requires administrator rights on your Jamf environment.
Prerequisites
- Administrator rights on Jamf Pro
- macOS workstations enrolled in Jamf
- Organization configured in Kabeen with defined teams
- Kabeen agent PKG package downloaded
Package Download
- Log in to your Kabeen platform
- Navigate to the Agent Tracking menu
- Click Download Package
- Select the PKG format for macOS
Deployment via Jamf Pro
Step 1: Upload the Package
- Log in to your Jamf Pro console
- Navigate to Settings > Computer Management > Packages
- Click + New to add a new package
- Fill in the information:
- Display Name: Kabeen Agent
- Category: Productivity (or appropriate category)
- Upload the downloaded PKG file
- Click Save
Step 2: Create a Deployment Policy
- Navigate to Computers > Policies
- Click + New to create a new policy
- In the General tab:
- Display Name: Deploy Kabeen Agent
- Trigger: Recurring Check-in (or per your preference)
- Execution Frequency: Once per computer
- In the Packages tab:
- Click Configure
- Select the Kabeen Agent package
- Action: Install
- In the Scope tab:
- Define target computer groups
Step 3: Agent Configuration
After installation, the agent must be configured with your organization's parameters. Create a configuration script:
#!/bin/bash
# Kabeen Agent Configuration
defaults write io.kabeen.agent apiKey "YOUR_API_KEY"
defaults write io.kabeen.agent structureUUID "YOUR_STRUCTURE_UUID"
defaults write io.kabeen.agent teamUUID "YOUR_TEAM_UUID"Verify Deployment
A properly deployed agent is visible:
- Menu bar: Kabeen icon in the macOS menu bar
- Applications: Kabeen Agent in the Applications folder
- Browser extensions: Kabeen extension in Safari/Chrome/Firefox