Changes for page VC-4 Setup

Last modified by Alexander Mott on 2024/10/24 15:00

From version 12.1
edited by Alexander Mott
on 2023/05/15 20:28
Change comment: There is no comment for this version
To version 19.1
edited by Alexander Mott
on 2023/05/15 22:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -44,18 +44,26 @@
44 44  ** Record the serial number and MAC address
45 45  * Create a new room and load the ShowRunner™ License as the User File for the room
46 46  ** ShowRunner™ license requires the Room ID and Room Name, as well as the MAC address
47 +** Room ID is always one word, all caps and is case-sensitive for the license
47 47  
48 -(% class="wikigeneratedid" %)
49 49  = Accessing the ShowRunner™ Console =
50 50  
51 51  To access the ShowRunner™ console, connect to the VC-4 with PuTTY or another text console, log in to Linux, and then run the command ##telnet 127.0.0.1 50001##
52 52  
53 -This command will open a telnet session with the ShowRunner™ program running on the VC-4, enabling the use of typical "sr" commands. To leave the ShowRunner™ console, press the escape character as indicated when the telnet session first starts (by default it is '^]', which corresponds to ctrl+])
53 +This command will open a telnet session with the ShowRunner™ program running on the VC-4, enabling the use of typical "sr" commands. To leave the ShowRunner™ console and close the telnet application, press the escape character '^]' ('ctrl+]'), type "quit", and then press enter.
54 54  
55 +The ShowRunner™ console can be used track normal Crestron console messages to the /var/log/messages log by setting up a VC-4 API token and registering it in ShowRunner™. To do this, navigate to the VC-4 configuration page, navigate to the "Settings" tab and open the "Tokens" section. Click "Add Token" and name it "showrunner". Copy the token to your clipboard and then go into the ShowRunner™ console. Run the command "##sradmin set vc4 api token [paste the api token]##" and then run the command "##sradmin restart##"
56 +
57 +By running the command "##sudo tail -f /var/log/messages##", the Linux console will start tracking messages that you would normally see if you connected to an ordinary processor via Text Console.
58 +
55 55  = Accessing the ShowRunnerHUB™ Web UI =
56 56  
57 -Instead, you must add "/cws/showrunner/app/" after the IP address in order to access the Web UI (e.g. https:~/~/vc-4ip/VirtualControl/Rooms/ROOMID/cws/showrunner/app/) **DO NOT OMIT THE LAST "/"**
61 +The ShowRunner™ configuration should be uploaded to the processor using the ShowRunnerHUB™ web UI. It is not possible to access the ShowRunnerHUB™ web UI by directly navigating to the IP address of the VC-4 server, instead it is necessary to navigate to the following URL: https:~/~/**vc-4ip**/VirtualControl/Rooms/**ROOMID**/cws/showrunner/app/ (Bold portions should be modified with your specific IP and Room ID, **DO NOT OMIT THE LAST "/"**)
58 58  
63 +Prior to logging in to the ShowRunnerHUB™ UI, it is necessary to create a ShowRunner™ user. Open the ShowRunner™ console as described above and run the following command, replacing the "username", "name" and "password" with your desired credentials: ##sradmin add user **username** "**name**" Administrators **password**##
64 +
65 +The username and password should be one word each and will be the credentials used to log in to the ShowRunnerHUB™ UI. The name can be multiple words as long as it is in quotes, and is simply a friendly name used to identify each user.
66 +
59 59  VC-4 Currently does NOT serve the XPANEL:
60 60  The XPanel does not launch from the ShowRunnerHUB webpage. To access the XPanel, extract the VTZ file from the ShowRunnerCLC™ puf file and launch. Select Options>Host Settings and input the Host IP, IPID, Port 41794, check SSL, enter the Room ID, and Open. Type in the username and password (if applicable) and wait for the XPanel to connect.
61 61  )))