I'm curious do any HN readers manage their personal devices through MDM with their own profiles, and what benefits are you seeing from that?
I don't, but I absolutely would for my children's devices (when I have children). Limiting time using certain apps, etc would be great.
Show HN: MicroMDM – Open Source MDM Server for Apple Devices
41–48 of 48 posts
Re: Show HN: MicroMDM – Open Source MDM Server for Apple Devices
#42Earlier quoted context omitted.
Do you know if a small business can use DEP features? Could per-app VPNs be used without DEP? If so, could they be used with MicroMDM, native iOS IPSEC client and an open-source VPN server, or is a 3rd-party VPN client like Cisco required for per-app VPN?
Anyone can use DEP, just need a DUNS number to enroll into the program, and then to purchase devices from apple direct, or from an approved reseller. Unfortunately you cannot retroactively add devices that were already purchased. DEP is not required for the VPN profile configs, that can be applied with just MDM (or even manually). The VPN payloads are documented here https://developer.apple.com/enterprise/documentati…
Re: Show HN: MicroMDM – Open Source MDM Server for Apple Devices
#43Earlier quoted context omitted.
Do you know if a small business can use DEP features? Could per-app VPNs be used without DEP? If so, could they be used with MicroMDM, native iOS IPSEC client and an open-source VPN server, or is a 3rd-party VPN client like Cisco required for per-app VPN?
Anyone can use DEP, just need a DUNS number to enroll into the program, and then to purchase devices from apple direct, or from an approved reseller. Unfortunately you cannot retroactively add devices that were already purchased. DEP is not required for the VPN profile configs, that can be applied with just MDM (or even manually). The VPN payloads are documented here https://developer.apple.com/enterprise/documentati…
If the device was purchased on or after March 1st 2011 you can do the following:
1. Work with your reseller if they participate in DEP to get the devices enrolled retroactively. Sometimes you have to put the nails on the reseller (they can pretty bad about this. Looking at you Verizon) but it absolutely can be done.
2. If your devices are eligible and were a direct purchase from Apple you should contact Apples enterprise support and they can start the process of double checking eligibility and getting those devices enrolled accordingly. This is pretty straightforward.
3. You can enroll eligible devices via Apple Configurator 2 into DEP using the process described here:
https://help.apple.com/configurator/mac/#/cad99bc2a859
Using Apple Configuratior 2 will allow you to bypass any reseller to enroll into DEP so it’s your best move if you are having issues getting people to do it fast enough. Any eligible device can be enrolled this way
Here’s a relevant help link with phone numbers more On eligibility and enrolling etc
https://support.apple.com/en-us/HT204142#manual
I see this misinformation so much so please help share it if you can
Re: Show HN: MicroMDM – Open Source MDM Server for Apple Devices
#44Earlier quoted context omitted.
The server is only meant for enterprise deployments. It would be pretty hard to do this on a personal level because you need to apply for an enterprise account with Apple, and request a very specific push certificate option.
You can't even sign up for the Enterprise program if your Apple ID is associated with the Apple Developer Program. You'll get the following error when signing up: > Your Apple ID is already associated with a Team Agent enrolled in this program
Re: Show HN: MicroMDM – Open Source MDM Server for Apple Devices
#45Earlier quoted context omitted.
Anyone can use DEP, just need a DUNS number to enroll into the program, and then to purchase devices from apple direct, or from an approved reseller. Unfortunately you cannot retroactively add devices that were already purchased. DEP is not required for the VPN profile configs, that can be applied with just MDM (or even manually). The VPN payloads are documented here https://developer.apple.com/enterprise/documentati…
Are those the same profiles generated by Apple Configurator 2? I was able to get per-site Safari VPNs added by manually editing XML in the profile, but no success with per-application VPNs. Commercial MDM providers only whitelist a handful of VPN client apps for per-app VPN profiles. Why are those needed when there is already a native iOS VPN client for IPSEC?
Re: Show HN: MicroMDM – Open Source MDM Server for Apple Devices
#46Re: Show HN: MicroMDM – Open Source MDM Server for Apple Devices
#47I'm curious do any HN readers manage their personal devices through MDM with their own profiles, and what benefits are you seeing from that?
The nice part is I can use the same profile on a Mac too.
Re: Show HN: MicroMDM – Open Source MDM Server for Apple Devices
#48Earlier quoted context omitted.
Are those the same profiles generated by Apple Configurator 2? I was able to get per-site Safari VPNs added by manually editing XML in the profile, but no success with per-application VPNs. Commercial MDM providers only whitelist a handful of VPN client apps for per-app VPN profiles. Why are those needed when there is already a native iOS VPN client for IPSEC?
Funnily enough I have been trying to do that today - I don't think you can. You create the per app VPN with a UUID, but the only way to associate an app to a Per-App-VPN definition is through MDM - I think.