Opening the Control Panel

TrueConfAbout 3 min

Opening the Control Panel

There are several ways to open the TrueConf Room API control panel.

Opening via tray

To open the management page, right-click the TrueConf Room API icon located in the system tray, and then select Manage from the menu that appears. This will open the management page with an administrator connection, regardless of the security settings for all types of management accounts.

Opening with a QR code

If the corresponding widget is enabled, the main screen will display a QR code containing all the necessary connection information. Scanning it and following its link will open the management page. Depending on the current account protection types for management, the state of the opened page will differ:

  • If the protection type is set to No protection for all types of management, then the management page will be authorized through an administrator connection.

  • If the administrator protection type is not Unprotected, but the user protection type is Unprotected, then the management page will be authorized using the user connection.

  • If the administrator protection type is not No protection and the user has Password protection, a management page will open where you will need to enter the user password or other credentials for administrator authorization.

  • If the administrator protection type is not None, and the user protection type is PIN-based, then the management page will be automatically authorized using the user connection.

You can open the management page yourself by entering the appropriate link.

Protection TypePort (default)Port (specified)Twin (another app instance)FormatExample
Token+--http://ip#token=tokenValuehttp://192.168.0.100#token=1*Cwk7m2fznHFi
Token+-+http://ip#token=tokenValue&cfg=twinNamehttp://192.168.0.100#token=1*Cwk7m2fznHFi&cfg=user2
Token-+-http://ip:port#token=tokenValuehttp://192.168.0.100:7777#token=1*Cwk7m2fznHFi
Token-++http://ip:port#token=tokenValue&cfg=twinNamehttp://192.168.0.100:7777#token=1*Cwk7m2fznHFi&cfg=user2
PIN code+--http://ip/pinhttp://192.168.0.100/7E2
PIN code+-+http://ip/pin#cfg=twinNamehttp://192.168.0.100/7E2#cfg=user2
PIN code-+-http://ip:port/pinhttp://192.168.0.100:7777/7E2
PIN code-++http://ip:port/pin#cfg=twinNamehttp://192.168.0.100:7777/7E2#cfg=user2
Without specifying a security type+--http://iphttp://192.168.0.100
Without specifying a security type+-+http://ip#cfg=twinNamehttp://192.168.0.100#cfg=user2
Without specifying a security type-+-http://ip:porthttp://192.168.0.100:7777
Without specifying a security type-++http://ip:port#cfg=twinNamehttp://192.168.0.100:7777#cfg=user2