Wiki source code of Resolving Custom Logo Not Loading on Touchscreens with Authentication on Processor Enabled
Version 1.1 by Mark Kohlmann on 2021/10/05 17:23
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | 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. ShowRunner™ 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. |
2 | |||
3 | * Connect to the processor's console via SSH with a user with admin rights on the processor. | ||
4 | * Enter "##sradmin create sradmin user (Username) (Password)##" where Username and Password are the credentials for a user with admin rights on the processor. | ||
5 | Example: ##sradmin create sradmin user admin MySuper$3cr!P@sS## | ||
6 | * Create the CWS User that will be used to access the web server: "##sradmin create cws user##" | ||
7 | //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.// | ||
8 | * Save the config: "sr save" | ||
9 | * Restart ShowRunner: "progreset" | ||
10 | |||
11 | If you'd like to see the users created type "listusers": | ||
12 | ##MC4>listusers | ||
13 | TableStart: [ User List ] | ||
14 | User | Access Level | Groups | ||
15 | ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-+~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-- | ||
16 | ... | ||
17 | SrAdmin-CwvWnRf91S4 | Administrator | Administrators | ||
18 | SrCws-7VKKMhqvJwE | User | Users ## |