Enabling Kiosk Mode

Follow the steps below to enable the Kiosk mode:

  1. Log in to the Chrome Developer Console.

    screen_shot_2017-12-08at20303pm

  2. Browse to Device Management > Chrome Management > Device Settings.

  3. Scroll down to Kiosk Settings and click Manage Kiosk Applications.

    kiosk

  4. 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.
  5. 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

  1. Log in to the Chrome Developer Console.
  2. Browse to Device Management > Chrome Devices and click the device you want to control.
  3. Click System Activity and troubleshooting.
  4. Check the Reboot Device and Screen Capture properties of the device. You can also check the device status and health information.
NOTE
These settings can be enabled several minutes after the device is enrolled. Each option can become enabled over time.

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:

  1. Log in to the Chrome Management Console.
  2. Click Device Management > Chrome Management > App Management. The AEM Screens Player displays in the list.
  3. Click the application AEM Screens Player.
  4. Click Kiosk settings and click your org (if using a test environment).
  5. Click upload configuration file and upload the configuration policy (JSon file).
  6. Click Save. Reboot the device so you can sync the policy.
NOTE
Reboot the device so you can sync policy changes.

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 NamePurpose
serverThe URL to the Adobe Experience Manager (AEM) server.
registrationKeyUsed for bulk registration of devices using pre-shared key.
resolutionThe resolution of the device.
rebootScheduleThe schedule to reboot the player.
enableAdminUIEnable the Admin UI to configure the device on site. Set to false once it is fully configured and in production.
enableOSDEnable 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.
enableActivityUIEnable 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.
cloudModeSet 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.
cloudTokenRegistration token to register against Screens as a Cloud Service.
NOTE
Policy configurations are strictly enforced and the player’s Admin UI does not override manually. To allow manual player configuration for a particular policy, do not specify the policy in the policy configuration. For example, if you want to allow manual configuration for reboot schedule, do not specify the key rebootSchedule in the policy configuration.

Using the Screens Remote Control

AEM Screens provides Remote Control functionality. Learn more about this feature here: Screens Remote Control

Experience Manager