Configure SureMDM Agent in Zero Touch Enrollment Portal
Purchase devices from carrier partners and resellers who support Android Zero‑Touch enrollment. After the purchase, carrier partners and resellers will create a customer account for you on Zero Touch Enrollment Portal, upload the purchased device details like IMEI/Serial number and share the login credentials.
To get started, follow these steps:
1. Login to Zero Touch Enrollment Portal.
2. On Zero Touch Home, click Configurations to create a new configuration.
3. Give a name to the configuration.
4. From EMM DPC drop down menu, select MDM App by 42Gears-SureMDM.
5. In DPC extras, add the following content which has details about account id, server path and initial setup permissions.
With Password
{
"android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED":true,
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE": {
"AccountId":"<SureMDM Account ID>",
"ServerPath":"<SureMDM Server URL>",
"HttpHeader":"https://",
"EnrollmentType":"1",
"EnrollmentMode":"0",
"GroupPath":"Home",
"DeviceNameType":"UseSystemGenerated",
"ShowCheckListScreen":"True/False",
"Password": "ABcd@123#"
}
}
Without Password
{
"android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED":true,
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE": {
"AccountId":"<SureMDM Account ID>",
"ServerPath":"<SureMDM Server URL>",
"HttpHeader":"https://",
"EnrollmentType":"1",
"EnrollmentMode":"0",
"GroupPath":"Home",
"DeviceNameType":"UseSystemGenerated",
"ShowCheckListScreen":"True/False"
}
}
- AccountID - Specifies the SureMDM Account ID. Account ID can be found in the SureMDM settings.
- ServerPath - Specifies the SureMDM server URL.
- HttpHeader - Specifies the HTTP header type.
- EnrollmentType - Specifies the type of enrollment.
- GroupPath - Specifies the group where the devices are enrolled.
- DeviceNameType - Specifies the device name type.
- ShowCheckListScreen - Show/hide the SureMDM Agent Permission Checklist.
- Password - Password for the enrollment process.
- Enrollment Mode - The value defines the type of device enrollment:
- 0 - Device Owner
- 1 - COPE/WPCO (Work Profile for Company Owned)
6. Enter the name of the company, email address and click on Apply.
7. Next, go to Devices tab to view the devices assigned to your account by the carrier partners and resellers.
8. Under Devices section, identify the devices and click on corresponding Configuration.
9. Select the Configuration that was created in Step 3 to 6.
10. Once done, when the user unboxes the new device and connects it to the internet, the users will be prompted to accept the enrollment agreement and start the enrollment process with SureMDM.
11. Once enrolled, the device will appear on the SureMDM home screen.