Mass Deployment
Deploy 24zero agents across your entire fleet
MDM Integration
Deploy via your MDM solution (Jamf, Intune, etc.) using our pre-built packages.
Ansible Playbook
- name: Install 24zero agent
hosts: all
become: yes
tasks:
- name: Download and install agent
shell: curl -fsSL https://get.24zero.cloud/install.sh | bash -s -- --api-key {{ api_key }}