Fleet logo
Menu An icon indicating that interacting with this button will open the navigation menu.
Fleet logo An 'X' icon indicating that this can be interacted with to close the navigation menu.
Multi platform
Device management   (+ MDM) Orchestration   (+ monitoring) Software management   (+ CVEs) Integrations

Docs
Pricing
More
News Case studies Ask around Meetups Share your story The handbook Get your license Schedule a demo
Schedule a demo
Multi platform
Device management + MDM Orchestration + monitoring Software management + CVEs, usage, software catalog Integrations
Docs Pricing
More
News Case studies Ask around Meetups Share your story
The handbook Get your license Schedule a demo
Try it yourself
{{categoryFriendlyName}}/
{{thisPage.meta.articleTitle}}
search

Configuring an Alternative Apple MDM URL

{{articleSubtitle}}

| The author's GitHub profile picture

Tim Lee

Share this article on Hacker News Share this article on LinkedIn Share this article on Twitter

On this page

{{topic.title}}
Docs Docs REST API REST API Guides Guides Talk to an engineer Talk to an engineer
Suggest an editSuggest an edit

Try it out

See what Fleet can do

Start now
macOS Windows Linux

Configuring an Alternative Apple MDM URL

{{articleSubtitle}}

| The author's GitHub profile picture

Tim Lee

Configuring an alternative Apple MDM URL

Fleet v4.59.0 allows setting an alternative MDM URL helps organizations differentiate MDM traffic from other Fleet traffic, allowing the application of network rules specific to MDM communications. The mdm.apple_server_url configuration specifies the URL that Apple devices use to communicate with your Fleet instance for MDM purposes. This configuration is optional; if not set, MDM will default to using the Fleet Server URL.

However, be aware that changing this URL after devices have been enrolled in MDM requires those devices to be re-enrolled into MDM.

Prerequisites

  • Fleet v4.59.0

Step-by-step instructions

  1. Prepare your DNS

    Create a DNS record Fleet can use for Apple MDM traffic

    Example:

    • Fleet Server URL: https://fleet.example.com 104.21.82.73
    • Apple Server URL: https://fleet-mdm.example.com 104.21.82.73

    Both URLs should point to the same IP address to ensure seamless handling of both MDM and non-MDM traffic.

  2. Configure the Apple server URL in Fleet

    Via the Fleet UI:

    • Access Fleet UI: Navigate to Settings > Organization settings > Advanced options > Apple server URL.
    • Set the URL: Enter your MDM Apple Server URL.
    • Apply changes: Run the following command to apply your changes:

    Via GitOps:

    org_settings:
      mdm:
        apple_server_url: "https://mdm.example.com"

    See the GitOps reference documentation for an example.

Conclusion

The Apple Server URL is an optional configuration that allows you to route MDM traffic through a separate URL, which can be beneficial for monitoring and controlling MDM traffic separately from other Fleet communications.

Important: Be sure to set the Apple Server URL before enrolling devices to avoid the need for device MDM re-enrollment.

```
Fleet logo
Multi platform Device management Orchestration Software management Integrations Pricing
Documentation Support Docs API Release notes Get your license
Company About News Jobs Logos/artwork Why open source?
ISO 27001 coming soon a small checkmarkSOC2 Type 2 Creative Commons Licence CC BY-SA 4.0
© 2025 Fleet Inc. Privacy
Slack logo GitHub logo LinkedIn logo X (Twitter) logo Youtube logo Mastadon logo
Tried Fleet yet?

Get started with Fleet

Start
continue
×