{"id":18688,"date":"2021-10-25T17:43:26","date_gmt":"2021-10-25T14:43:26","guid":{"rendered":"https:\/\/trueconf.com/blog\/?p=18688"},"modified":"2022-06-06T23:25:35","modified_gmt":"2022-06-06T20:25:35","slug":"how-to-install-jitsi-meet-video-conferencing-server","status":"publish","type":"post","link":"https:\/\/trueconf.com/blog\/knowledge-base\/how-to-install-jitsi-meet-video-conferencing-server","title":{"rendered":"How to install Jitsi Meet video conferencing server"},"content":{"rendered":"<p style=\"text-align: justify;\">Jitsi Meet is free and open source software that allows you to create and deploy video conferencing solutions. Jitsi Meet is based on WebRTC open standard technology for browser-based conferences. Additionally, with Jitsi you can use client applications for Linux, macOS, Windows, iOS, and Android to run video meetings.<\/p>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_110209.png\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18703\" style=\"border: 1px solid #D1CCCC;\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_110209.png\" alt=\"\" width=\"630\" height=\"487\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_110209.png 1080w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_110209-608x470.png 608w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_110209-1024x792.png 1024w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_110209-768x594.png 768w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_110209-235x182.png 235w\" sizes=\"auto, (max-width: 630px) 100vw, 630px\" \/><\/a><!--more--><\/p>\n<div class=\"marked_note marked_note--danger\" style=\"text-align: justify;\">\n<p class=\"marked_note__title marked_note__title--danger\">Warning!<\/p>\n<p>Please note that Jitsi Meet cannot be used as a full-fledged video conferencing platform. It is a free solution designed to demonstrate capabilities of 8&#215;8&#8217;s cloud-based service. Jitsi developers do not plan to add enterprise-grade capabilities into their product, while the implementation of such essential business features as Active Directory\/LDAP integration, NAT traversal, SIP support, conference recording, etc. requires installation and setup of additional plugins and software packages. Additionally, Jitsi does not provide a number of basic features, such as meeting scheduling (all Jitsi meetings are in fact virtual rooms).<\/p>\n<p>Finally, Jitsi Meet installation and maintenance requires advanced programming and Linux admin skills.<\/p>\n<\/div>\n<p style=\"text-align: center;\"><a class=\"standard_button standard_button_cyan\" style=\"height: auto; white-space: inherit;\" href=\"https:\/\/trueconf.com\/trueconf-vs-jitsi.html\" target=\"_blank\" rel=\"noopener noreferrer\">Compare Jitsi with TrueConf Server on-premises video collaboration platform<\/a><\/p>\n<p style=\"text-align: justify;\">Do you want to deploy Jitsi Meet? You&#8217;ve come to the right place! Read this guide to learn how to install and set it up.<\/p>\n<h2 style=\"text-align: justify;\">System requirements<\/h2>\n<p style=\"text-align: justify;\">The following packages are required for Jitsi Meet installation:<\/p>\n<ul style=\"text-align: justify;\">\n<li aria-level=\"1\">\u00a0gnupg2<\/li>\n<li aria-level=\"1\">nginx-full<\/li>\n<li aria-level=\"1\">sudo<\/li>\n<li aria-level=\"1\">OpenJDK 8\/OpenJDK 11<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Below you can find the list of ports that you will need to open in your operating system or forward to an external network:<\/p>\n<ul style=\"text-align: justify;\">\n<li aria-level=\"1\">80\/tcp &#8211; to verify\/renew SSL certificate with Let&#8217;s Encrypt<\/li>\n<li aria-level=\"1\">443\/tcp &#8211; for general access to Jitsi Meet<\/li>\n<li aria-level=\"1\">10000\/udp &#8211; for audio and video communication within your network<\/li>\n<li aria-level=\"1\">22\/tcp &#8211; if you use SSH to connect to the server (it is a default value, if you use a different port, specify it instead of 22).<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Jitsi Meet can be deployed on Debian\/Ubuntu and openSUSE. For example, in this article we will install Jitsi Meet on <b>Debian 10<\/b>.<\/p>\n<div class=\"marked_note marked_note\" style=\"text-align: justify;\"><strong>OpenJDK<\/strong> is a Java Runtime Environment. As Jitsi Meet is written in Java, OpenJDK is a dependency that will be installed automatically along with Jitsi Meet itself (<a href=\"#Step_5_Installing_Jitsi_Meet\">see step 5<\/a>).<\/div>\n<div style=\"text-align: justify;\"><\/div>\n<div class=\"marked_note marked_note--warning\" style=\"text-align: justify;\">You can use <b>sudo<\/b> to execute the commands listed below. Please note that <b>sudo<\/b> may be unavailable in Debian by default. You can check its availability using the <code>sudo -V<\/code> command and install it using <code>apt install sudo<\/code> as a <b>root<\/b> user. If you would like to add a user with the username \u00a0<code>user<\/code> to the <code>sudo<\/code> group, use <code>sudo usermod -a -G sudo user<\/code>.<\/div>\n<h2 style=\"text-align: justify;\">Jitsi Meet basic modules<\/h2>\n<p style=\"text-align: justify;\"><b>Jicofo<\/b> is an XMPP component. It&#8217;s a process responsible for connecting client apps to video meetings. During conferences, it can send invitations, perform load balancing when using multiple XMPP servers, etc. Jicofo has its own HTTP API <code>\/about\/health<\/code> that allows checking Jicofo&#8217;s status.<\/p>\n<p style=\"text-align: justify;\"><b>Jitsi Videobridge<\/b> is a key component of the system. When transmitting video and audio between the participants, it acts as an intermediary, which means it performs RTP\/RTCP termination and sets the bitrate limits in both directions for each client. Jitsi Videobridge contains its own HTTP API (<code>\/colibri\/debug<\/code>) for monitoring.<\/p>\n<p style=\"text-align: justify;\">Based on the <a href=\"https:\/\/trueconf.com\/blog\/wiki\/simulcast\" target=\"_blank\" rel=\"noopener\">Simulcast<\/a> architecture, Jitsi Videobridge is not responsible for transcoding and consumes relatively few CPU resources.However, Simulcast significantly increases the client-side load as compared to other architectures.<\/p>\n<p style=\"text-align: justify;\">Several video bridges can be connected to the Jitsi videoconferencing system with each new conference assigned to one of them.<\/p>\n<p style=\"text-align: justify;\"><b>Jigasi<\/b> &#8211; external extension designed for participating in Jitsi conferences via SIP telephony (a separate extension required).<\/p>\n<p style=\"text-align: justify;\"><b>Jibri<\/b> is a set of tools for recording and\/or streaming a meeting hosted on Jitsi Meet. It works by launching a Chrome instance rendered in a virtual framebuffer and capturing and encoding the output with ffmpeg. It is intended to be run on a separate machine (or a virtual machine), with no other apps using the video or audio devices. One Jibri supports only one recording at the same time.<\/p>\n<p style=\"text-align: justify;\"><b>Prosody<\/b> is a cross-platform XMPP server written in Lua.<\/p>\n<h2 style=\"text-align: justify;\"><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/scheme.svg\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18696 size-full\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/scheme.svg\" alt=\"\" width=\"761\" height=\"586\" loading=\"lazy\" title=\"\"><\/a>Step 1: Installing Additional Packages<\/h2>\n<ol style=\"text-align: justify;\">\n<li aria-level=\"1\">Get a list of available updates for all packages from the repositories connected to your operating system:<\/li>\n<\/ol>\n<pre class=\"wrap:true lang:default decode:true \">sudo apt update<\/pre>\n<p style=\"text-align: justify;\">2. Install the required packages:<\/p>\n<ul style=\"text-align: justify;\">\n<li aria-level=\"1\"><b>apt-transport-https.<\/b> As Jitsi repository requires an HTTPS connection, you need to install the package apt-transport-https in order for APT to establish an HTTPS connection to the Jitsi repository.<\/li>\n<li aria-level=\"1\"><b>gnupg2. <\/b>Required for working with PGP keys.<\/li>\n<li aria-level=\"1\"><b>nginx-full. <\/b>High performance web server. Requires the installer to configure a virtual host on the web server to maintain Jitsi Meet.<\/li>\n<li aria-level=\"1\"><b>curl. <\/b>Command line tool for transferring data with URL syntax. It is required for downloading the PGP key.<\/li>\n<li aria-level=\"1\"><b>ufw. <\/b>Firewall for opening ports.<\/li>\n<\/ul>\n<pre class=\"wrap:true lang:default decode:true \">sudo apt install apt-transport-https gnupg2 nginx-full curl ufw -y<\/pre>\n<p style=\"text-align: justify;\"><strong><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/log1.png\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18707\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/log1.png\" alt=\"\" width=\"690\" height=\"470\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/log1.png 739w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/log1-690x470.png 690w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/log1-267x182.png 267w\" sizes=\"auto, (max-width: 690px) 100vw, 690px\" \/><\/a><\/strong><\/p>\n<h2 style=\"text-align: justify;\">Step 2: Setting up a domain name<\/h2>\n<p style=\"text-align: justify;\">For correct operation of Jitsi Meet, the system host name should correspond with the domain name which will be used for your Jitsi Meet instance.<\/p>\n<ol style=\"text-align: justify;\">\n<li aria-level=\"1\">Choose the domain which will be used for your server. For example, <code>myjitsi.example.org<\/code>.<\/li>\n<li aria-level=\"1\">To configure the domain name, use the <b>hostnamectl<\/b> utility from the <b>systemd <\/b>toolkit to manage the system\u2019s hostname:<\/li>\n<\/ol>\n<pre class=\"wrap:true lang:default decode:true \">sudo hostnamectl set-hostname myjitsi.example.org<\/pre>\n<p style=\"text-align: justify;\"><strong><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/log2.png\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18708\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/log2.png\" alt=\"\" width=\"690\" height=\"165\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/log2.png 736w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/log2-690x165.png 690w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/log2-290x69.png 290w\" sizes=\"auto, (max-width: 690px) 100vw, 690px\" \/><\/a><\/strong><\/p>\n<p style=\"text-align: justify;\">3. Add the same domain name to the \/etc\/hosts \u00a0file:<\/p>\n<pre class=\"wrap:true lang:default decode:true \">127.0.0.1 localhost\r\n\r\nx.x.x.x myjitsi.example.org<\/pre>\n<p style=\"text-align: justify;\">where <strong>x.x.x.x.x<\/strong> is the public IP address of your server.<\/p>\n<h2 style=\"text-align: justify;\">Step 3: Configuring the firewall<\/h2>\n<p style=\"text-align: justify;\">To connect users to your Jitsi Meet server instance you need to configure the firewall by opening the required ports with ufw. To do this, please run the commands below in the following sequence:<\/p>\n<pre class=\"wrap:true lang:default decode:true \">sudo ufw allow 80\/tcp\r\n\r\nsudo ufw allow 443\/tcp\r\n\r\nsudo ufw allow 10000\/udp\r\n\r\nsudo ufw allow 22\/tcp\r\n\r\nsudo ufw enable<\/pre>\n<p style=\"text-align: justify;\">Check the status of the firewall with this command:<\/p>\n<pre class=\"lang:default decode:true \">sudo ufw status verbose<\/pre>\n<p style=\"text-align: justify;\">If these ports are open, you will see the following output:<\/p>\n<pre class=\"wrap:true lang:default decode:true \">Status: active\r\n\r\nTo \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Action\u00a0 \u00a0 \u00a0 From\r\n\r\n-- \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ------\u00a0 \u00a0 \u00a0 ----\r\n\r\n22\/tcp \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere\r\n\r\n80\/tcp \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere\r\n\r\n443\/tcp\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere\r\n\r\n10000\/udp\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere\r\n\r\n22\/tcp (v6)\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere (v6)\r\n\r\n80\/tcp (v6)\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere (v6)\r\n\r\n443\/tcp (v6) \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere (v6)\r\n\r\n10000\/udp (v6) \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ALLOW \u00a0 \u00a0 \u00a0 Anywhere (v6)<\/pre>\n<h2 style=\"text-align: justify;\">Step 4: Adding the Jitsi package to the repository list<\/h2>\n<ol style=\"text-align: justify;\">\n<li aria-level=\"1\">Use <b>curl<\/b> to import the official GPG key of the Jitsi repository:<\/li>\n<\/ol>\n<pre class=\"lang:default decode:true \">curl https:\/\/download.jitsi.org\/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor &gt; \/usr\/share\/keyrings\/jitsi-keyring.gpg'<\/pre>\n<p style=\"text-align: justify;\">2. Add a link to to a stable repository:<\/p>\n<pre class=\"lang:default decode:true \">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 &gt; \/dev\/null<\/pre>\n<h2 style=\"text-align: justify;\">Step 5: Installing Jitsi Meet<\/h2>\n<p style=\"text-align: justify;\">Before the installation process, get a list of available packages from the Jitsi repository:<\/p>\n<pre class=\"lang:default decode:true \">sudo apt update<\/pre>\n<p style=\"text-align: justify;\">Install Jitsi Meet:<\/p>\n<pre class=\"lang:default decode:true \">apt install jitsi-meet<\/pre>\n<p style=\"text-align: justify;\">You will also be prompted to enter the host name of your Jitsi Meet instance. If you have a domain, you can use your domain name, for example myjitsi.example.org. Alternatively, you can enter the IP address of your computer (if it is static).<\/p>\n<p style=\"text-align: justify;\"><strong><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114450.png\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18709\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114450.png\" alt=\"\" width=\"720\" height=\"231\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114450.png 746w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114450-690x221.png 690w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114450-290x93.png 290w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/strong><\/p>\n<p style=\"text-align: justify;\">This host name will be used to configure the virtual host within Jitsi Meet, as well as to connect users to conferences.<\/p>\n<p style=\"text-align: justify;\">You can generate a self-signed SSL certificate, or reject this option if you already have a commercial certificate and you are going to use it instead.<\/p>\n<p style=\"text-align: justify;\"><strong><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114533.png\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18710\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114533.png\" alt=\"\" width=\"850\" height=\"308\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114533.png 981w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114533-690x250.png 690w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114533-768x278.png 768w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_114533-290x105.png 290w\" sizes=\"auto, (max-width: 850px) 100vw, 850px\" \/><\/a><\/strong><\/p>\n<div class=\"marked_note marked_note\" style=\"text-align: justify;\">In our knowledge base you can learn more about <a href=\"https:\/\/trueconf.com\/blog\/knowledge-base\/how-to-create-a-lets-encrypt-certificate-on-linux.html\" target=\"_blank\" rel=\"noopener\">how to generate a free Let&#8217;s Encrypt TLS certificate on Linux<\/a> using the <b>certbot<\/b> utility.<\/div>\n<h2 style=\"text-align: justify;\">Step 6: User authentication<\/h2>\n<p style=\"text-align: justify;\">By default, Jitsi Meet is set up so that any user can connect to your server and create a conference. However, you can change this scenario and allow only authorized users to create conferences. In this case, when creating a new room Jitsi Meet will ask for username and password. In order to do it, you will need to edit the configuration files.<\/p>\n<p style=\"text-align: justify;\">In the following examples the variable <code>your_hostname<\/code> will be used instead of the domain name.<\/p>\n<h3 style=\"text-align: justify;\">Activate mandatory authentication<\/h3>\n<ol style=\"text-align: justify;\">\n<li aria-level=\"1\">Using any text editor, open the file <code>\/etc\/prosody\/conf.avail\/[your_hostname].cfg.lua<\/code><\/li>\n<\/ol>\n<p style=\"text-align: justify;\">2. Find the line <code>authentication = \"anonymous\"<\/code> \u00a0\u00a0in the <code>VirtualHost \"[your_hostname]\"<\/code> block and replace it with the following line:<\/p>\n<pre class=\"wrap:true lang:default decode:true \">authentication = \"internal_hashed\"<\/pre>\n<p style=\"text-align: justify;\">This will limit the access of anonymous users to your platform and introduce mandatory authentication by username and password.<\/p>\n<p style=\"text-align: justify;\">3. Add the following section in the end of the file:<\/p>\n<pre class=\"wrap:true lang:default decode:true\">...\r\n\r\nVirtualHost \"guest.your_hostname\"\r\n\r\n\u00a0\u00a0\u00a0\u00a0authentication = \"anonymous\"\r\n\r\n\u00a0\u00a0\u00a0\u00a0c2s_require_encryption = false<\/pre>\n<div class=\"marked_note marked_note\" style=\"text-align: justify;\">Please note that guest.your_hostname is an internal domain for Jitsi. You don\u2019t need to create a DNS record for it, generate an SSL \/ TLS certificate, or do any web server configuration.<\/div>\n<p style=\"text-align: justify;\">This allows anonymous users to join a conference created by an authenticated user on the server. The guest should know the unique conference address and password (if it is set).<\/p>\n<p style=\"text-align: justify;\">4. Open another file <code>etc\/jitsi\/meet\/your_hostname-config.js<\/code> in a text editor and uncomment the line <code>\/\/ anonymousdomain: 'guest.example.com'<\/code>, replace \u00a0<code>guest.example.com<\/code> with your real Jitsi Meet hostname.<\/p>\n<p style=\"text-align: justify;\">This data is necessary to indicate to Jitsi Meet which internal hostname should be used for unauthenticated guests.<\/p>\n<p style=\"text-align: justify;\">After that, specify the domain that will be used to run Jicofo in the component settings. For conference facilities, Jicofo will only use registered domains.<\/p>\n<p style=\"text-align: justify;\">To complete the configuration changes, add the following line to the file<\/p>\n<pre class=\"wrap:true lang:default decode:true\">\/etc\/jitsi\/jicofo\/sip-communicator.properties\r\n\r\norg.jitsi.jicofo.auth.URL=XMPP:your_hostname<\/pre>\n<h3 style=\"text-align: justify;\">Creating user accounts<\/h3>\n<p style=\"text-align: justify;\">Use the prosodyctl utility to create users:<\/p>\n<pre class=\"lang:default decode:true \">sudo prosodyctl register &lt;username&gt; your_hostname &lt;password&gt;<\/pre>\n<p style=\"text-align: justify;\">Restart the systemd services to apply changes:<\/p>\n<pre class=\"lang:default decode:true \">sudo systemctl restart jitsi-videobridge2 prosody jicofo<\/pre>\n<p style=\"text-align: justify;\">When creating a room in Jitsi Meet, you will now need to enter your username and password.<\/p>\n<p style=\"text-align: justify;\"><strong><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105527.png\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-18711\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105527.png\" alt=\"\" width=\"400\" height=\"308\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105527.png 400w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105527-236x182.png 236w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/><\/a><\/strong><\/p>\n<h2 style=\"text-align: justify;\">Step 7: Getting started with Jitsi Meet<\/h2>\n<p style=\"text-align: justify;\">After the installation is complete, launch a web browser (e.g., Firefox, Chrome, or Safari) and enter the hostname or IP address in the address bar.<\/p>\n<div class=\"marked_note marked_note--warning\" style=\"text-align: justify;\">\n<p>If you used a self-signed certificate, your web browser will ask you to confirm that you trust the certificate. If you connect to Jitsi using an iOS or Android mobile app, the connection attempt may end up with a self-signed certificate error at this point.<\/p>\n<div style=\"text-align: center;\"><strong><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/130762554-e536bfd0-f996-44c1-9d0f-cb985292b239.jpg\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18713\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/130762554-e536bfd0-f996-44c1-9d0f-cb985292b239.jpg\" alt=\"\" width=\"350\" height=\"255\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/130762554-e536bfd0-f996-44c1-9d0f-cb985292b239.jpg 440w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/130762554-e536bfd0-f996-44c1-9d0f-cb985292b239-250x182.jpg 250w\" sizes=\"auto, (max-width: 350px) 100vw, 350px\" \/><\/a><\/strong><\/div>\n<\/div>\n<p style=\"text-align: justify;\">You can see a web page inviting you to start a new meeting:<\/p>\n<p><a href=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105223.png\" data-rel=\"lightbox-gallery-D6Z41y7a\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter wp-image-18712 size-large\" style=\"border: 1px solid #D1CCCC;\" src=\"https:\/\/trueconf.com\/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105223-1024x640.png\" alt=\"\" width=\"1024\" height=\"640\" loading=\"lazy\" title=\"\" srcset=\"https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105223-1024x640.png 1024w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105223-690x431.png 690w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105223-768x480.png 768w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105223-290x182.png 290w, https:\/\/trueconf.com/blog\/wp-content\/uploads\/2021\/10\/2021-10-26_105223.png 1440w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">Make sure that you can successfully create a meeting. Share the link, ensure that other members can join as well and that all ports have been opened correctly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Jitsi Meet is free and open source software that allows you to create and deploy video conferencing solutions. Jitsi Meet is based on WebRTC open standard technology for browser-based conferences. Additionally, with Jitsi you can use client applications for Linux, macOS, Windows, iOS, and Android to run video meetings.<\/p>\n","protected":false},"author":45,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[260],"tags":[189],"class_list":["post-18688","post","type-post","status-publish","format-standard","hentry","category-knowledge-base","tag-sip-and-h-323","wpautop"],"_links":{"self":[{"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/posts\/18688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/users\/45"}],"replies":[{"embeddable":true,"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/comments?post=18688"}],"version-history":[{"count":26,"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/posts\/18688\/revisions"}],"predecessor-version":[{"id":22459,"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/posts\/18688\/revisions\/22459"}],"wp:attachment":[{"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/media?parent=18688"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/categories?post=18688"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trueconf.com/blog\/wp-json\/wp\/v2\/tags?post=18688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}