Skip to content

SixK/micromdm

 
 

Repository files navigation

MicroMDM - a devops friendly MDM server

CircleCI

MicroMDM is a Mobile Device Management server for Apple Devices, focused on giving you all the power through an API.

User Guide

  • Introduction
    Requirements and other information you should know before using MicroMDM.

  • Quickstart
    A quick guide to get MicroMDM up and running.

  • Enrolling Devices
    Describes customizing the enrollment profile and the options available to get the profile installed on a device. Covers DEP provisioning as well as manual profile installs.

  • API and Webhooks
    High level overview of the API used for scheduling device actions and processing the responses.

Developer Guide

To help with development, start by reading the CONTRIBUTING document, which has relevant resources.

For a local development environment, or a demo setup, the ngrok guide, is the best resource to get something working.

MySQL support

This version of MicroMDM can be run with Mysql support in place of default BoltDB database

Test MicroMDM with Mysql

As root, Add your IP to your hosts file (MySQL don"t accept localhost connexions for users)

echo $(hostname -I | cut -d" " -f1)" me.home.local" >>/etc/hosts

Get official MySQL docker image

docker-compose -f docker-compose-dev.yaml pull db

Build micromdm with MySQL support (golang and alpine official docker images will be pulled)

docker-compose -f docker-compose-dev.yaml build

Start MySQL and MicroMDM containers

docker-compose -f docker-compose-dev.yaml up

Enrollement interface should now be available at this address (skip self signed certifcate warnings):

https://me.home.local:3478/

About

Mobile Device Management server

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.6%
  • Shell 1.6%
  • Other 0.8%