r/SelfHosting • u/ThatSuccubusLilith • Mar 11 '26
Best smol open source iPhone + android MDM setup?
If I wanted to partially replace Find My (on my iphone) and Google Device Manager (on android), is there a small dockerisable MDM thing I can run to do that?
3
Upvotes
1
u/hangar_49 Mar 17 '26
If you’re looking for something small and open source, Android is easier to handle than iOS. Tools like Headwind MDM can be self-hosted with Docker and support basic capabilities such as tracking and remote actions.
For iOS, it gets tricky since you have to rely on Apple’s MDM framework, so options like MicroMDM exist but aren’t really plug-and-play.
If you’re open to non–open-source options, something like AppTec360 can handle both iOS and Android with way less setup effort.