JVB Load Balancing Configuration Multiple Video Bridge Configurationįollowing confguration on Jitsi server (Main Server) Make sure that you can successfully create a meeting and that other participants are able to join the session. You should see a web page prompting you to create a new meeting.
Launch a web browser (such as Firefox, Chrome or Safari) and enter the hostname or IP address from the previous step into the address bar. usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh Confirm that your installation is working
Simply run the following command, enter a valid email address and wait until the script finished. In order to have secure communication we need a TLS certificate. Please be sure to enter the correct hostname (in our case ) Generate a certificate (FREE SSL) key FILES ON THIS SERVER AND REMEMBER THE FILE PATH BEFORE MOVE TO NEXT STEP jitsi-meet installationĭuring the installation, you will be asked to enter the FQDN of the Jitsi Meet instance.
#Jitsi meet install ubuntu update#
Sudo ufw status verbose If you're using AWS Instance update the firewall on security groups NOTE: IF YOU HAVE PLAN TO INSTALL YOUR OWN SSL (PAID) CERTIFICATE, FIRST CONFIGURE THE SSL CERTIFICATE UPLOAD THE. Sudo apt update Setup and configure your firewall sudo ufw allow 80/tcp If all worked as expected, you should see: Add the Jitsi package repository curl | sudo sh -c 'gpg -dearmor > /usr/share/keyrings/jitsi-keyring.gpg'Įcho 'deb stable/' | sudo tee /etc/apt//jitsi-stable.list > /dev/null Note: x.x.x.x is your server's public IP address.įinally on the same machine test that you can ping the FQDN with: Then add the same FQDN in the /etc/hosts file: 127.0.0.1 localhost If the machine used to host the Jitsi Meet instance has a FQDN (for example ) already set up in DNS, you can set it with the following command: To do so run the following commands.Īpt update & apt upgrade -y Set up the Fully Qualified Domain Name (FQDN) (optional) JITSI + JVB LOAD BALANCE WITH AWS + METRICS MONITOR Update all package lists and packages.