Skip Navigation

Change the UI configuration file for development

Make the following changes to the UI configuration file to avoid UI authentication issues during the development and testing process.
  1. Run a text editor as an administrator and open the 
    UI-config
     XML file found in 
    <drive>
    :\Program Files\BlackBerry\UEM\ui.
  2. Locate the following lines:
    bind protocol="${gcs:ui.protocol.ssp}" port="${gcs:ui.port.ssp}" bind protocol="${gcs:ui.protocol.admin}" port="${gcs.ui.port.admin}"
  3. Replace 
    "${gcs:ui.protocol.ssp}"
     with 
    "http"
    , and 
    "${gcs:ui.protocol.admin}"
     with 
    "http"
    . After the changes, these lines should be:
    bind protocol="http" port="${gcs:ui.port.ssp}" bind protocol="http" port="${gcs:ui.port.admin}"
  4. Save and close the file.
After you make these changes, when you open the management console in a browser you must add 
:
<console_port>
 after the host value in the URL (for example, http://example.domain:443/admin/). The default management console port is 443. If 443 is not available, the setup application tries to use 8008. For more information about default 
BlackBerry UEM
 listening ports, see "BlackBerry UEM listening ports" in the UEM Installation and Upgrade Guide.