

Run the letsencrypt script provided by jitsi meet. Jitsi meet provides an automatic script for SSL Letsencrypt installation and configuration. Step 4 – Generate Letsencrypt SSL Certificate All packages including jitsi videobridge, jicofo, and nginx virtual host have been automatically installed and setup. Now we’re done for the jitsi meet installation. SSL certificate for jitsi meet instance – Chose the ‘generate a new self-signed certificate’.jitsi videobridge domain name – type the domain name for jitsi installation ‘’.Through the jitsi meet installation, you will be asked about two things:
#Jitsi meet nginx install#
Now update the repository and install jitsi meet packages. Sudo echo ‘deb stable/’ > /etc/apt//jitsi-stable.list

We will be using a domain named ‘’ for our installation.Īdd jitsi key and repository to the system using the command below. In this step, we will install jitsi meet packages from the official jitsi repository. The Nginx web server installation has been completed – it’s running on default HTTP port 80. Now start the nginx service and enable it to launch every time on system boot. Install Nginx web server using the apt command below. In this tutorial, the Nginx web server will be used as a reverse proxy for the jitsi meet application. Now check the Java OpenJDK version when all installation is complete.Īnd you will get the java OpenJDK 1.8 installed on the Ubuntu 18.04 server. Sudo apt install openjdk-8-jre-headless -y Sudo add-apt-repository ppa:openjdk-r/ppa At least, we need to get the java version 1.8 for jitsi applications installation, and we will install the Java OpenJDK packages from the PPA repository.Īdd the OpenJDK PPA repository and install the Java OpenJDK using the apt command below. The first step we need to do before deploying jitsi meet to our server is by installing java OpenJDK to the system. We will install jitsi meet from the official jitsi repository and make the Nginx web server as a reverse proxy for jitsi services and then secure our jitsi installation using SSL HTTPS. In this tutorial, I will show you how to install your own video conference server using Jitsi meet on Ubuntu 18.04 LTS. It has featured video conference, such as desktop and presentation sharing, invite a new member to join a video conference with just a link, and enable collaboration editing using the Etherpad. Its build on top of some jitsi projects, including jitsi videobridge, jifoco, and jigasi. Jitsi Meet is the heart of the Jitsi family, its an open source JavaScript WebRTC application that allows you to build and deploy scalable video conference.
#Jitsi meet nginx free#
There are free and premium services that based on Jitsi projects, such as HipChat, Stride, Highfive, Comcast. The core components of the Jitsi project are Jitsi VideoBridge and Jitsi Meet. Jitsi is a set of open source projects that allow you to build a secure video conference system for your team.
