From 182846a686b708596f8fd59470a6f37c52e9f261 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 8 Mar 2023 08:06:49 -0600 Subject: [PATCH] Add disclaimer about setting FLEET_DEV_MDM_ENABLED (#10315) - Required feature flag for MDM beta --- docs/Using-Fleet/Mobile-device-management.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Using-Fleet/Mobile-device-management.md b/docs/Using-Fleet/Mobile-device-management.md index 4357aa7127..c7c04ac89b 100644 --- a/docs/Using-Fleet/Mobile-device-management.md +++ b/docs/Using-Fleet/Mobile-device-management.md @@ -140,6 +140,8 @@ In Fleet, you can add configuration profiles using the Fleet UI or fleetctl comm The Fleet UI method is a good start if you're just getting familiar with Fleet. +> During our MDM beta, you must set the environment variable `FLEET_DEV_MDM_ENABLED=1` and restart your Fleet server to reveal the MDM features in the UI. + The fleetctl CLI method enables managing configuration profiles in a git repository. This way you can enforce code review and benefit from git's change history. Fleet UI: