Enabling Kiosk Mode
Follow the steps below to enable the Kiosk mode:
-
Log in to the Chrome Developer Console.
-
Browse to Device Management > Chrome Management > Device Settings.
-
Scroll down to Kiosk Settings and click Manage Kiosk Applications.
-
Click the AEM Screens Player from the Chrome Web Store.
NOTE
A recently published app may take about 15 minutes to appear in this list. -
Click AEM Screens Player from the Auto Launch Kiosk App dropdown.
It may take a few minutes depending on the network for the changes to take effect. A reboot is recommended.
Checking Remote Device Status
- Log in to the Chrome Developer Console.
- Browse to Device Management > Chrome Devices and click the device you want to control.
- Click System Activity and troubleshooting.
- Check the Reboot Device and Screen Capture properties of the device. You can also check the device status and health information.
Configuring Remote Configuration of Chrome OS Players
The AEM Screens Player is a Kiosk enabled application that also enables Remote Policy Configuration for Chrome OS Players.
Follow the steps below to configure the various options of the player:
- Log in to the Chrome Management Console.
- Click Device Management > Chrome Management > App Management. The AEM Screens Player displays in the list.
- Click the application AEM Screens Player.
- Click Kiosk settings and click your org (if using a test environment).
- Click upload configuration file and upload the configuration policy (JSon file).
- Click Save. Reboot the device so you can sync the policy.
Example Policy JSON file
{
"server": {
"Value": "https://aemscreensdemo.adobeitc.com"
},
"resolution": {
"Value": "auto"
},
"rebootSchedule": {
"Value": "at 4:00am"
},
"enableAdminUI": {
"Value": true
},
"enableOSD": {
"Value": true
},
"enableActivityUI": {
"Value": true
}
}
Policy attributes and purpose
The following table summarizes the policies with their functions.
Policy Name | Purpose |
---|---|
server | The URL to the Adobe Experience Manager (AEM) server. |
registrationKey | Used for bulk registration of devices using pre-shared key. |
resolution | The resolution of the device. |
rebootSchedule | The schedule to reboot the player. |
enableAdminUI | Enable the Admin UI to configure the device on site. Set to false once it is fully configured and in production. |
enableOSD | Enable the channel switcher UI for users to switch channels on the device. Consider setting it to false once it is fully configured and in production. |
enableActivityUI | Enable so you can show the progress of activities, such as download and sync. Enable for troubleshooting and disable once it is fully configured and in production. |
cloudMode | Set to true if you want the Chrome Player to connect to Screens as a Cloud Service. Set to false to connect to AMS or on-prem AEM. |
cloudToken | Registration token to register against Screens as a Cloud Service. |
Using the Screens Remote Control
AEM Screens provides Remote Control functionality. Learn more about this feature here: Screens Remote Control