Resolving Custom Logo Not Loading on Touchscreens with Authentication on Processor Enabled

Last modified by Scott Kohlmann on 2023/04/21 15:09

Crestron 3-series processors with authentication enabled* or 4-series processors with User Page Authentication enabled will require a username and password to obtain the custom logo hosted by the processor's internal web server.  ShowRunnerCLC™ version 3.010 introduces the ability to pass the credentials to the touchpanel as part of the URL.  This article shows the steps necessary to enable this feature.

  • Connect to the processor's console via SSH with a user with admin rights on the processor.
  • Enter "sradmin create sradmin user (Username) (Password)" where Username and Password are the credentials for a user with admin rights on the processor.
    Example: sradmin create sradmin user admin MySuper$3cr!P@sS
  • Create the CWS User that will be used to access the web server: "sradmin create cws user"
    Note: ShowRunner creates a user with a random suffix for the username and a highly secure randomly generated password.  Make sure SSL is enabled between your touchpanel and the control system.  This user has limited rights and inherits "Users" level permissions on the control system.
  • The touchpanel should now show the custom logo.

If you'd like to see the users created type "listusers":
MC4>listusers
        TableStart: [ User List ]
        User                 | Access Level         | Groups              
        ---------------------+----------------------+---------------------
        ...
        SrAdmin-CwvWnRf91S4  | Administrator        | Administrators      
        SrCws-7VKKMhqvJwE    | User                 | Users      

If the custom logo still does not show on the touchscreen, it may be due to certificate issues. To resolve certificate errors, see here.

* As of 3/1/2022, Crestron firmware version 1.8001.0133 now enables User Page Authentication to be disabled on 3-Series processors using the command "userpageauth off", allowing Touchscreens to access custom logo files without creating these users.

Tags:
Created by Mark Kohlmann on 2021/10/05 17:23