Category filter
visionOS Device Enrollment in Hexnode UEM
This comprehensive guide details the necessary steps and prerequisites for IT Administrators looking to enroll visionOS devices into Hexnode Unified Endpoint Management (UEM). By following these instructions, organizations can achieve centralized device management, enforce security policies, deploy configurations, and utilize key features like Account Driven Enrollment and Automated Device Enrollment (ADE) to effectively oversee their Apple spatial computing devices.
Account Driven Enrollment Method
Account Driven Enrollment is a highly flexible method for enrolling visionOS devices, offering support for both corporate-owned and personally-owned devices (BYOD). This process relies on the user signing into their device using a Managed Apple ID for authentication.
JSON Configuration Requirement
For the user’s Managed Apple ID to successfully connect the device to your organization’s Hexnode portal, you must host a specific JSON file on your company’s domain.
| Component | Detail |
|---|---|
| File Location | https://yourcompany.com/.well-known/com.apple.remotemanagement |
| Server Requirement | Must support HTTPS GET requests. |
Replace yourcompany.com with your organization’s actual domain.
Sample JSON Structures (Replace PortalName with your Hexnode portal name):
| Enrollment Type | JSON Snippet (Key Difference) | Purpose |
|---|---|---|
| User Enrollment (BYOD) | “Version”:”mdm-byod” | For managing personal devices. |
| Device Enrollment (Corporate) | “Version”:”mdm-adde” | For managing company-owned devices. |
Example JSON for User Enrollment (mdm-byod):
|
1 2 3 4 5 6 7 8 |
{ "Servers": [ { "Version":"mdm-byod", "BaseURL":"https://PortalName.hexnodemdm.com/enroll" } ] } |
Example JSON for Device Enrollment (mdm-adde):
|
1 2 3 4 5 6 7 8 |
{ "Servers": [ { "Version":"mdm-adde", "BaseURL":"https://PortalName.hexnodemdm.com/enroll" } ] } |
There are two available methods based on whether the device should authenticate during the process:
- Open Enrollment (Without Secondary Authentication)
This method allows users to enroll their visionOS device simply by signing in with their Managed Apple ID, bypassing a secondary Hexnode login prompt.
Steps in Hexnode UEM Portal:
- Navigate to Enroll > Platform Specific > visionOS > Account Driven Enrollment.
- Select Switch to Open Enrollment > Open Enrollment.
- Choose the user Domain and a Default User.
- Set the Ownership (Personal or Corporate).
- Click Next.
Steps on the visionOS Device (User Action):
- Open the Settings app.
- Go to General > VPN & Device Management.
- Sign in to the Work or School Account using the Managed Apple ID.
- Review and Agree to the Hexnode EULA.
- Enter the Managed Apple ID password to sign into iCloud.
- Authenticated Enrollment (With Secondary Authentication)
This method requires users to authenticate using local or directory credentials (in addition to the Managed Apple ID) after being redirected to the Hexnode portal.
Steps in Hexnode UEM Portal:
- Navigate to Enroll > Platform Specific > visionOS > Account Driven Enrollment.
- Select Switch to Authenticated Enrollment > Authenticated Enrollment.
- Select the User Types and set Ownership.
- Click Next.
- Select Email or SMS to send the enrollment request link.
- Select the correct Domain and User(s), then click Send.
Steps on the visionOS Device (User Action):
- Follow steps 1-5 from the Open Enrollment process (Settings > VPN & Device Management > Sign in).
- After agreeing to the EULA, the Hexnode authentication screen will appear. The user must enter their Hexnode/directory credentials.
- Continue the sign-in with the Managed Apple ID password for iCloud.
- Tap Allow Remote Management to complete the enrollment.
Automated Device Enrollment (ADE)
Automated Device Enrollment (ADE), formerly known as DEP (Device Enrollment Program), is a highly efficient method for large-scale, corporate-owned deployments.
Key Benefits of ADE:
- Zero-Touch Deployment: Devices automatically enroll upon first power-on/activation.
- Mandatory Enrollment: Users cannot remove the MDM profile without organizational intervention.
- Supervision: Devices are placed into Supervision mode, granting Hexnode UEM the highest level of administrative control and management capabilities.
Prerequisites:
- The organization must be registered with Apple Business Manager (ABM).
- The visionOS device must be running visionOS 2.0 or higher.
- The Hexnode UEM portal must be linked to your ABM account.
This method eliminates manual configuration on the device and is often the preferred approach for true enterprise deployment. For detailed, step-by-step instructions on setting up and enrolling your Apple devices via ADE, please refer to the dedicated Hexnode help documentation: Enrollment of Apple Devices Through ADE.


