
- INSTALL JITSI MEET UBUNTU 20.04 HOW TO
- INSTALL JITSI MEET UBUNTU 20.04 INSTALL
- INSTALL JITSI MEET UBUNTU 20.04 UPDATE
- INSTALL JITSI MEET UBUNTU 20.04 ANDROID
Now we add the stable version of Jitsi to /etc/apt/sources.list: echo "deb stable /" | sudo tee -a /etc/apt//jitsi-stable.list To do this, first of all we download and add the key: wget -qO - | sudo apt-key add.
INSTALL JITSI MEET UBUNTU 20.04 INSTALL
It is time to install Jitsi on Ubuntu 20.04. Now we start the service and enable it at Ubuntu 20.04 startup: sudo systemctl start rvicesudo systemctl enable rvice We enter the letter S to proceed with the download and installation of Nginx: To install it we execute: sudo apt install -y nginx Jitsi performs better working with Nginx and will automatically configure all Nginx configuration processes if it is installed before Jitsi. Next we will set the environment of the JAVA_HOME variable: echo "JAVA_HOME = $ (readlink -f / usr / bin / java | sed" s: bin / java :: ")" | sudo tee -a / etc / profilesource / etc / profile

We check the Java version with the command: java -version When this process ends we will see the following: Jitsi needs a Java Runtime Environment for its operation, if we do not have this we can install OpenJDK JRE 8 with the following command: sudo apt install -y openjdk-8-jre-headless
INSTALL JITSI MEET UBUNTU 20.04 HOW TO
How to install OpenJDK Java Runtime Environment (JRE) 8
INSTALL JITSI MEET UBUNTU 20.04 UPDATE
We check this with the following command: sudo ufw statusĪfter this we will update the system: sudo apt updateĢ. We save the changes with the Ctrl + O keys and exit the editor with the Ctrl + X keys.Īfter this we will add the following protocols and ports to the Ubuntu Firewall: sudo ufw allow httpsudo ufw allow httpssudo ufw allow in 10000: 20000 / udpsudo ufw enable In the hosts file we will add the desired FQDN, in this case it will be "": There we are going to create the FQDN (Fully Qualified Domain Name) which is established by the domain name system (DNS) and will be the key for Jitsi to identify it. Now we access the / etc / hosts file with some editor: sudo nano / etc / hosts TechnoWikis will explain in detail how to install Jitsi on both Ubuntu (20.04) and Windows 10.įirst, we will use the command "hostname" to know the current name of the computer: Certificate-based client authentication.Integration with Microsoft Outlook and Apple's address book.Allows for cross protocol conference calls.Allows drag and drop options for file transfers.You can discover the servers using DHCP and mDNS (Bonjour).Supports Opus, SILK, Speex, G.722, PCMU / PCMA (G.711), iLBC, GSM, G.729 audio protocols.Call encryption with SRTP, SDES and ZRTP for XMPP and SIP.Password protection using a master password.Echo cancellation and noise suppression.



It is a versatile utility since it is compatible with telephony and instant messaging protocols such as IP, Jabber / XMPP, AIM, ICQ, MSN, Yahoo! Messenger and more.
INSTALL JITSI MEET UBUNTU 20.04 ANDROID
Jitsi is a free code utility available for Linux, macOS, Windows, iOS and Android operating systems, Jitsi complies with audio, video and instant messaging functions and is written in Java. In this world that has been impacted by external reasons, it has become essential to have optimal tools that allow the relationship with friends, family, co-workers and others not to be affected and this is achieved thanks to videoconferencing platforms being Jitsi one of those that is gaining strength today.
