# Opening control panel

There are several ways to open the VideoSDK/Room control panel.

# Opening with a tray

To open the management page, you need to click on the VideoSDK/Room icon in the system tray with the right mouse button and select Manage from the menu that appears. As a result, the management page with an authorized administrator connection will open regardless of the protection types set for all account types for management.

# Opening with QR code

If the corresponding widget display is enabled, a QR code with all the necessary information for connection will be displayed on the main screen. By scanning it and following its link, the management page will be opened. Depending on the current types of security for account management, the state of the open page will be different.

  • If the protection type No protection is set for all control types, then the control page will be authorized by an administrator connection.

  • If the administrator protection type is not None, but the user's protection type is None, then the management page will be authorized by the user connection.

  • If the protection type for the administrator is not None, and for the user it is Password, then the management page will open where the user will need to enter their password or other credentials for the administrator authentication.

  • if the Administrator protection is not None, and the User has PIN Protection, then the management page will be authorized by the User connection automatically.

The management page can be opened by oneself by entering the corresponding 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