Device Registration
The following page describes the device registration process in an AEM Screens project.
Registering a Device
The device registration process is done on 2 separate machines:
- The actual device to be registered, for example your Signage Display
- The AEM server that is used to register your device
- Long-press on the top left corner to open the admin panel.
- Navigate to Configuration from the left action menu and enter the location address of the AEM instance in Server and click Save.
- Click on the Registration link from the left action menu and the steps below to complete the device registration process.
-
On your device, start the AEM Screens Player. The registration UI is shown.
-
In AEM, navigate to the Devices folder of your project.
note note NOTE To get more information on creating a new project for Screens in the AEM dashboard, see Create and Manage Screens Project. -
Tap/click the Device Manager button in the action bar.
-
Tap/click the Device Registration button on the top right.
-
Select the required device (same as step 1) and tap/click Register Device.
-
In AEM, wait for the device to send its registration code.
-
In your device, check the Registration Code.
-
If the Registration Code is the same on both machines, tap/click Validate button in AEM, as shown in the step (6).
-
Set the desired name for the device, and click Register.
-
Tap/click Finish to complete the registration process.
note note NOTE The Register New allows you to register a new device. The Assign Display lets you directly add the device to a display. If you click Finish, you will need to assign the device to a display.
note note NOTE To learn more about creating and managing a display for your Screens project, please refer to Creating and Managing Displays.
Assigning Device to a Display
If you have not assigned the device to a display, follow the steps below to assign your device to a display in your AEM Screens project:
-
Select the device and click Assign Device from the action bar.
-
Select the path of the display in Display/Device Config Path.
-
Click Assign when you select the path.
-
Click Finish once the device is assigned successfully, as shown in the figure below.
Additionally, you can view the display dashboard on clicking Finish.
Searching a Device from the Device Manager
Once you have registered devices to your player, you can view all the devices from the Device Manager UI.
-
Navigate to the Device Manager UI from your AEM Screens project, for instance, DemoScreens --> Devices.
-
Select the Devices folder and click on Device Manager from the action bar.
-
The list of registered devices displays.
-
If you have a long list of registered devices, you can now search using the search icon from the action bar
Or,
Click
/
(forward slash) to invoke the search functionality.
Limitations on Search Functionality
-
User will be able to search any word existing in the Device ID or Device Name.
note note NOTE It is recommended that you create the device names in multiple words such as Boston Store Lobby rather than one single BostonStoreLobby. -
If you create device names such as Boston Store Lobby, it allows to search for any word boston, store or lobby but if the device name is referred to as BostonStoreLobby searching boston will not show the results.
-
Wild card,
*
is supported for search. In case, you want to find all the devices with names starting with boston, you can use boston*. -
If the device name is BostonStoreLobby and searching for boston will not return the result instead using boston* in your search criteria will return the result.
Limitations on Device Registration
System wide user password restrictions might cause failure in the device registration. The device registration uses a random generated password to create the device user.
If the password is restricted by the AuthorizableActionProvider configuration, creating the device user might fail.
25.09.2016 16:54:03.140 *ERROR* [59.100.121.82 [1474844043109] POST /content/screens/svc/registration HTTP/1.1] com.adobe.cq.screens.device.registration.impl.RegistrationServlet Error during device registration
javax.jcr.nodetype.ConstraintViolationException: Password violates password constraint (^(?=.*\d).{7,9}$).
at org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction.validatePassword(PasswordValidationAction.java:105)
at org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction.onPasswordChange(PasswordValidationAction.java:76)
at org.apache.jackrabbit.oak.security.user.UserManagerImpl.onPasswordChange(UserManagerImpl.java:308)
Additional Resources
To learn about AEM Screens Player, see AEM Screens Player.