# Opening the control panel

The control panel for VideoSDK/Room can be accessed in several ways.

# Opening via the system tray

To open the management page, right-click on the VideoSDK/Room icon in the system tray and select Manage from the context menu. This will open the management page with an authorized administrator connection, regardless of the security types set for all account types for management.

# Opening with a QR code

If the corresponding widget display is enabled, a QR code with all the necessary connection information will be shown on the main screen. By scanning it and following the link, you will open the control page. Depending on the current account security settings for management, the state of the opened page will vary:

  • If the security type No Protection is set for all types of control, then the management page will be authorized with an administrator connection.

  • If the administrator's security type is not No protection, but the user has No protection, then the management page will be authorized with a user connection.

  • if the administrator's security type is not No protection, and the user's is By password, then the management page will open, where you will need to enter the user's password or other data for authorization by the administrator

  • If the administrator's security type is not No protection, and for the user it is By PIN, then the management page will be authorized through user connection automatically.

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

 

Port

Twin

Format

Example

Default

Specified

Token

+

-

-

http://ip#token=tokenValue

http://192.168.0.100#token=1*Cwk7m2fznHFi

Token

+

-

+

http://ip#token=tokenValue&cfg=twinName

http://192.168.0.100#token=1*Cwk7m2fznHFi&cfg=user2

Token

-

+

-

http://ip:port#token=tokenValue

http://192.168.0.100:7777#token=1*Cwk7m2fznHFi

Token

-

+

+

http://ip:port#token=tokenValue&cfg=twinName

http://192.168.0.100:7777#token=1*Cwk7m2fznHFi&cfg=user2

 

PIN

+

-

-

http://ip/pin

http://192.168.0.100/7E2

PIN

+

-

+

http://ip/pin#cfg=twinName

http://192.168.0.100/7E2#cfg=user2

PIN

-

+

-

http://ip:port/pin

http://192.168.0.100:7777/7E2

PIN

-

+

+

http://ip:port/pin#cfg=twinName

http://192.168.0.100:7777/7E2#cfg=user2

 

Unsecured

+

-

-

http://ip

http://192.168.0.100

Unsecured

+

-

+

http://ip#cfg=twinName

http://192.168.0.100#cfg=user2

Unsecured

-

+

-

http://ip:port

http://192.168.0.100:7777

Unsecured

-

+

+

http://ip:port#cfg=twinName

http://192.168.0.100:7777#cfg=user2