Could we help you? Please click the banners. We are young and desperately need the money
The following operating systems are supported out-of-the-box:
This tutorial is going to show the installation of jitsi meet with Ubuntu.
Before you start with the installation of Jitsi-Meet you need to make sure that all required packages and updates are done. Follow the steps below to get your system ready:
apt update
apt install apt-transport-https gnupg2 nginx-full openjdk-8-jdk
apt update
apt-add-repository universe
apt update
curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg'
echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list > /dev/null
sudo apt update
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw allow 10000/udp
sudo ufw allow 22/tcp
sudo ufw allow 3478/udp
sudo ufw allow 5349/tcp
sudo ufw enable
sudo apt install jitsi-meet