Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micromdm/micromdm
Mobile Device Management server
https://github.com/micromdm/micromdm
apple macadmin macadmins mdm micromdm
Last synced: 2 days ago
JSON representation
Mobile Device Management server
- Host: GitHub
- URL: https://github.com/micromdm/micromdm
- Owner: micromdm
- License: mit
- Created: 2016-03-18T00:17:44.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T06:49:37.000Z (2 months ago)
- Last Synced: 2024-10-29T15:34:44.828Z (about 1 month ago)
- Topics: apple, macadmin, macadmins, mdm, micromdm
- Language: Go
- Homepage: https://micromdm.io
- Size: 11.7 MB
- Stars: 2,225
- Watchers: 81
- Forks: 351
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-mdm-dev - MicroMDM - An open source Mobile Device Management server for Apple Devices (Tools :hammer_and_wrench:)
README
# MicroMDM - a devops friendly MDM server
[![CI](https://github.com/micromdm/micromdm/workflows/CI/badge.svg)](https://github.com/micromdm/micromdm/actions)
MicroMDM is a Mobile Device Management server for Apple Devices, focused on giving you all the power through an API.
# User Guide
- [Introduction](docs/user-guide/introduction.md)
Requirements and other information you should know before using MicroMDM.- [Quickstart](docs/user-guide/quickstart.md)
A quick guide to get MicroMDM up and running.- [Enrolling Devices](docs/user-guide/enrolling-devices.md)
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](docs/user-guide/api-and-webhooks.md)
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](./CONTRIBUTING.md) document, which has relevant resources.
For a local development environment, or a demo setup, the [ngrok guide](./tools/ngrok/README.md), is the best resource to get something working.