This article provides the instructions to register your device with Appspace using a network policy file, an advanced device registration method ideal for bulk-registering devices in your local network.

Prerequisites

Register Device

  1. Log in to the Appspace console. 
  2. Launch the device registration page via one of the following methods:
    • Click the Quick Actions menu and select Register a Device.
    • Go to the Device Registration widget on the Dashboard.
    • Click the ☰ Appspace menu, select Devices, and click the Add button in the Devices tab.
  3. In the Register a New Device window, click the advanced device registration link.
  4. In the Configure Advanced Registration window, select Network Policy for the Deployment method drop-down menu.
  5. Proceed to Select a network. If a network has not been created, you may skip this step and assign a network later.
  6. In the Channel selection mode field, select one of these playback options and assign a channel (if already created):
    • Users can browse published channels – this is the interactive mode or channel browsing mode, ideal for TVs or displays with touch-screen, or with a mouse/keyboard attached.
    • Channels will autoplay sequentially – this option is currently available only for playlist channels. Channels with autoplay based on the playlist sequence or any scheduling or dayparting settings configured.
    • Administrators can select a single channel – ideal for signage, you may select either a playlist channel, an advanced channel or a live channel. However to select a channel here, the channel must already be created prior to this registration. If the channel has not been created, you may skip this step and assign a channel later.
  7. Click the Save button.
  8. Back in the Register a New Device window, click Show advanced options and enter:
    • Device description – type a brief description for the device such as its location or its function.
    • Device group – select an exiting device group. Skip this step if there is no device group created. You may assign a device group later.
    • Device tag – select from exiting tags or type in new tags.
  9. Click the DOWNLOAD POLICY FILE button to download the policy.json file to your default download folder.
  10. Copy and paste the policy.json file to the “/discovery/api/v1/” folder in the “wwwroot” directory of your local web server.
    Note
    If the ‘/discovery/api/v1’ folder does not exist, create it in the ‘wwwroot’ folder of the web server.
  11. On your local DNS server, create the hostname entry “appspace-discovery”, which points to the web server hosting the policy.json file in the format below:
    Code
    http://appspace-discovery/discovery/api/v1/policy.json
    Warning
    Network Administrator permission required, to create a hostname on the DNS server
  12. Unregistered devices connected to your local area network will now be automatically registered by the Appspace App when it detects the local policy file on the network.