Installation guide

Configuring the MMP
Acano solution: Single combined Acano server Deployment Guide R1.6 76-1054-01-H
Page 20
3.6 Configuring the Web Bridge
The Web Bridge is used by the Acano WebRTC client. If you are testing the WebRTC Client you
need to set the network interface for the Web Bridge and then enable it. Otherwise, skip this
section.
1. SSH into the MMP.
2. Configure the Web Bridge to listen on the interface(s) of your choice with the following
command:
webbridge listen <interface[:port] whitelist>
The Web Bridge can listen on multiple interfaces, e.g. one on public IP and one on the
internal network. (However, it cannot listen on more than one port on the same interface.)
The following is an example where interfaces are set to interface A and B, both using port
443.
webbridge listen a:443 b:443
3. Create DNS A record for the Web Bridge and set it to resolve to the IP Address of the
Ethernet interface you want to use.
4. Create a certificate and private key for the Web Bridge as described in the Certificates
guidelines document. Upload the certificate file to the MMP via SFTP.
5. Add the Call Bridge certificate to the Web Bridge trust store as described in the Certificates
guidelines document.
6. The Web Bridge supports HTTPS. It will forward HTTP to HTTPS if configured to use “http-
redirect”. To do so:
a. Enable HTTP redirect with the following command:
webbridge http-redirect enable
b. If required (see the note), set the ClickOnce location and the Windows MSI, Mac OSX
DMG and iOS installers that are presented to WebRTC users:
webbridge clickonce <url>
webbridge msi <url>
webbridge dmg <url>
webbridge ios <url>
Note: If you only use browsers that support WebRTC (e.g. Chrome) you do not need to set
these download locations because browser functionality will be used for guest access to
coSpaces. However, if you use browsers that do not (e.g. IE, Safari) then configure these
locations so that when the Acano solution detects the device being used (iOS device, Mac,
or PC), can redirect you to the configured client download link for that device and prompt
you to install the correct Acano client so that you can join the meeting. After installation, you
are connected to the coSpace as a Guest. (Firefox support is currently in beta.)
7. Enable the Web Bridge with the following command:
webbridge enable
3.7 Configuring the TURN Server
1. SSH into the MMP.