{"id":54623,"date":"2020-04-01T11:21:00","date_gmt":"2020-04-01T16:21:00","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=54623"},"modified":"2021-08-16T15:38:15","modified_gmt":"2021-08-16T19:38:15","slug":"install-jitsi-meet-ubuntu-server","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/","title":{"rendered":"How to Install Jitsi Meet on Ubuntu Server"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-1024x538.jpg\" alt=\"How to install Jitsi Meet on Ubuntu\" class=\"wp-image-81897\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/jitsi.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Jitsi Meet<\/a> is a free open source video conference web application available for free use online or with desktop software. Like Google Meet and Zoom video conferencing, you can easily create a Jitsi meeting in your browser using https:\/\/Meet.Jit.si within seconds without installing additional software or browser extensions. Or, you can learn how to install Jitsi Meet on Ubuntu server hosting.<\/p>\n\n\n\n<p>Jitsi Meet doesn\u2019t require an account to use any of it\u2019s ever-growing features:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Group chat<\/li><li>Screen sharing<\/li><li>Collaborative document editing<\/li><li>Mobile apps for Apple and Android devices<\/li><li>Integration with Google and Microsoft calendars<\/li><li>Integration with other popular collaborative software<\/li><\/ul>\n\n\n\n<p>This Jitsi installation guide will cover the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#install\">How to Install Jitsi Meet on Ubuntu Server<\/a><ul><li><a href=\"#prepare\">Prepare for Jitsi Meet Installation<\/a><\/li><li><a href=\"#app\">Install the Jitsi Meet Application<\/a><\/li><li><a href=\"#create\">Create a Meeting<\/a><\/li><\/ul><\/li><li><a href=\"#admin\">Create Jitsi Admin Users<\/a><ul><li><a href=\"#prosody\">Edit the Prosody Configuration File<\/a><\/li><li><a href=\"#jicofo\">Edit the Jicofo Configuration File<\/a><\/li><\/ul><\/li><li><a href=\"#more\">Doing More with Jitsi<\/a><ul><li><a href=\"#trouble\">Troubleshooting<\/a><\/li><li><a href=\"#integration\">Jitsi Integrations<\/a><\/li><\/ul><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">How to Install Jitsi Meet on Ubuntu Server<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"prepare\">Prepare for Jitsi Meet Installation<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\"><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">SSH into your server as root<\/a>.<\/li><li>Check your server hostname:<pre>hostname<\/pre>If desired, you can <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/how-to-change-a-server-s-hostname-using-the-command-line-interface\/\">change your hostname<\/a> to a fully qualified domain name (FQDN) or subdomain.<\/li><li>Open ports 80\/TCP, 443\/TCP, 4443\/TCP, and 10000\/UDP using your firewall \u2013 CSF, Firewalld, etc.<\/li><li>Open your hosts file:<pre>sudo nano \/etc\/hosts<\/pre><\/li><li>Add your hostname as a loopback IP address, replacing \u201cexample.com\u201d with your Jitsi domain:<pre> 127.0.0.1 \u00a0 \u00a0\u00a0\u00a0 localhost example.com<\/pre><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"app\">Install the Jitsi Meet Application<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Download the Jitsi repository key:<pre>wget https:\/\/download.jitsi.org\/jitsi-key.gpg.key<\/pre><\/li><li>Add the Jitsi GPG key to your keyring:<pre>sudo apt-key add jitsi-key.gpg.key<\/pre><\/li><li>Delete the key file:<pre>rm jitsi-key.gpg.key<\/pre><\/li><li>Create a new Jitsi repository sources file and add the Jitsi downloads URL. You can use this one-liner to create the file and add the URL automatically at once (then skip to step 7):<pre>sudo echo 'deb https:\/\/download.jitsi.org stable\/' &gt; \/etc\/apt\/sources.list.d\/jitsi-stable.list<\/pre>Alternatively, you can create the new file manually before proceeding to the next step:<pre>sudo nano \/etc\/apt\/sources.list.d\/jitsi-stable.list<\/pre><\/li><li>Add the following to the file:<pre>deb https:\/\/download.jitsi.org stable\/<\/pre><\/li><li>Save your changes.<\/li><li>Update your Ubuntu server to receive the Jitsi package list:<pre>sudo apt update<\/pre><\/li><li>Install the Jitsi Meet suite:<pre>sudo apt install jitsi-meet<\/pre><\/li><li>During the installation, you\u2019ll be prompted to type the domain you\u2019ll use for Jitsi Meet. Type your hostname, and press <kbd>Enter<\/kbd>.<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-install-1024x576.png\" alt=\"Jitsi Meet installation screen\" class=\"wp-image-81900\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-install-1024x576.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-install-300x169.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-install-768x432.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-install-1536x864.png 1536w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-install.png 1920w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure><\/li><li>You\u2019ll then be asked whether to generate a self-signed SSL certificate or use a pre-existing SSL. If you don\u2019t have one already, select <strong>Generate a new self-signed certificate<\/strong> and press <kbd>Enter<\/kbd>.<\/li><li>Read and accept the license terms.<\/li><li>Once the installation is complete, <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/lets-encrypt-ssl-ubuntu-with-certbot\/\">install Certbot<\/a>.<p class=\"alert alert-warning\">InMotion Cloud Server Hosting customers are recommended to use PIP as <code>snap<\/code> is not supported at this time.<\/p><\/li><li>Generate SSL certificates for your domain and edit your Apache configuration file to automatically use HTTPS (port 443):<pre>sudo certbot --apache<\/pre><p class=\"alert alert-info\">If you\u2019re not using Certbot, Jitsi has a certificate generation app you can use: <code>\/usr\/share\/jitsi-meet\/scripts\/install-letsencrypt-cert.sh<\/code><\/p><\/li><li>Provide an email address for SSL expiration notifications.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create\">Create a Meeting<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>After installing Jitsi Meet, visit your Jitsi hostname in your browser to view your new private conference application.<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-dashboard-2021-1024x576.png\" alt=\"Jitsi Meet Dashboard\" class=\"wp-image-81899\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-dashboard-2021-1024x576.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-dashboard-2021-300x169.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-dashboard-2021-768x432.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-dashboard-2021-1536x864.png 1536w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-dashboard-2021.png 1920w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure><\/li><li>In the upper-right corner, select the <em>settings<\/em> (gear) icon.<\/li><li>Here you can configure your camera, microphone, display name, Gravatar email, and language settings.<\/li><li>Select <strong>OK<\/strong> to save changes.<\/li><li>Type a meeting name and select <strong>Start Meeting<\/strong>. Created meetings will be stored in the recent list at the bottom of the page.<\/li><li>If the room resets within a minute, install Java.<pre>sudo apt-get install openjdk-11-jdk<\/pre><\/li><li>Set Java 11 as the default version:<pre>sudo update-java-alternatives --set \/usr\/lib\/jvm\/java-1.11.0-openjdk-amd64<\/pre><\/li><li>Restart Jitsi services:<pre>sudo systemctl restart {prosody,jicofo,jitsi-videobridge2}<\/pre><\/li><li>Try to recreate a meeting. If you continue to have issues, check the troubleshooting section below or contact Live Support directly.<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-2021-1024x576.png\" alt=\"Jitsi Meet Conference\" class=\"wp-image-81898\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-2021-1024x576.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-2021-300x169.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-2021-768x432.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-2021-1536x864.png 1536w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/jitsi-meet-2021.png 1920w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"admin\">Create Jitsi Admin Users<\/h2>\n\n\n\n<p>While not required, we <strong>recommend<\/strong> creating Jitsi admin users to restrict who can create meetings. To do this you\u2019ll need to configure the Prosody component that provides XMPP communication between users.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"prosody\">Edit the Prosody Configuration File<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Edit the Prosody configuration file for your Jitsi Meet instance, replacing \u201cexample.com\u201d with your Jitsi hostname:<pre>nano \/etc\/prosody\/conf.avail\/example.com.cfg.lua<\/pre><\/li><li>Look for the line that states <code>authentication = \"anonymous\"<\/code> (around line 30). Change <code>anonymous<\/code> to:<pre>internal_plain<\/pre><\/li><li>After forcing username and password authentication to create conference rooms, you may need to allow anonymous users to join meetings created by an authenticated user. If you want to allow unauthenticated users, add the following code block to the end of the Prosody file, replacing \u201cexample.com\u201d with your Jitsi hostname:<pre>VirtualHost \"guest.example.com\"<br>\u00a0\u00a0\u00a0\u00a0authentication = \"anonymous\"<br>\u00a0\u00a0\u00a0\u00a0c2s_require_encryption = false<\/pre><p class=\"alert alert-info\">The \u201cguest\u201d subdomain is only used internally by Jitsi Meet.<\/p><\/li><li>Save changes. Guests must have the exact meeting URL to visit authorized rooms.<\/li><li>Open the Jitsi Meet configuration file, replacing \u201cexample.com\u201d with your hostname:<pre>nano \/etc\/jitsi\/meet\/example.com-config.js<\/pre><\/li><li>Find the <code>\/\/ anonymousdomain: 'guest.example.com',<\/code> line. Remove the two leading slashes and replace \u201cexample.com\u201d with your hostname.<\/li><li>Save changes.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"jicofo\">Edit the Jicofo Configuration File<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Edit the settings for Jitsi Conference Focus (Jicofo), the service that authenticates users:<pre>sudo nano \/etc\/jitsi\/jicofo\/sip-communicator.properties<\/pre><\/li><li>Add the following line to the end, replacing \u201cexample.com\u201d as necessary: <pre>org.jitsi.jicofo.auth.URL=XMPP:example.com<\/pre><\/li><li>Save changes.<\/li><li>Type the following command to create admin users with a password, replacing the username, hostname, and password as necessary:<pre>sudo prosodyctl register adminuser example.com $tr0nGp@sswORD<\/pre><\/li><li>Restart the three services to apply changes:<pre>sudo systemctl restart {prosody,jicofo,jitsi-videobridge2}<\/pre><\/li><li>Create a new Jitsi room.<\/li><li>Upon entering the room, you\u2019ll be asked if you\u2019re the host. Select <strong>I am the host<\/strong>.<\/li><li>Enter the user credentials you created with the prosodyctl command earlier.<\/li><li>You\u2019ll then receive moderator rights to the conference.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"more\">Doing More with Jitsi<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"trouble\">Troubleshooting<\/h3>\n\n\n\n<p>If you need to troubleshoot issues after you learn how to install Jitsi Meet on Ubuntu, you\u2019ll likely need to check the three log files below.<\/p>\n\n\n\n<p>Jicofo logs:\u00a0<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/var\/log\/jitsi\/jicofo.log<\/pre>\n\n\n\n<p>Prosody logs:\u00a0<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/var\/log\/prosody\/prosody.log<\/pre>\n\n\n\n<p>Videobridge:\u00a0<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/var\/log\/jitsi\/jvb.log<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"integration\">Jitsi Integrations<\/h3>\n\n\n\n<p>There are third party integrations for integrating Jitsi Meet with <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/mattermost-jitsi-plugin\/\">Mattermost<\/a>, <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/moodle\/jitsi-in-moodle-courses\/\">Moodle<\/a>, and more. You can also embed your meeting using HTML. Remember to replace \u201cexample.com\/meeting-room\u201d with the actual URL of your Jitsi conference.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;iframe allow=\"camera; microphone; fullscreen; display-capture; autoplay\" src=\"https:\/\/example.com\/meeting-room\" style=\"height: 100%; width: 100%; border: 0px;\"&gt;&lt;\/iframe&gt;<\/pre>\n\n\n\n<p>Congrats on learning how to install Jitsi Meet on Ubuntu.<\/p>\n\n\n<div class=\"jumbotron\"><p>With our <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud Server Hosting<\/a>, you can deploy a lightning-fast, reliable cloud platform with built-in redundancy \u2013 ensuring the availability of your environment!<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Jitsi Meet is a free open source video conference web application available for free use online or with desktop software. Like Google Meet and Zoom video conferencing, you can easily create a Jitsi meeting in your browser using https:\/\/Meet.Jit.si within seconds without installing additional software or browser extensions. Or, you can learn how to install<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4304],"tags":[],"class_list":["post-54623","post","type-post","status-publish","format-standard","hentry","category-live-broadcasting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to install Jitsi Meet on Ubuntu Securely | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to install Jitsi Meet on Ubuntu, secure your instance, troubleshoot issues, and integrate with other software.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Jitsi Meet on Ubuntu Securely | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to install Jitsi Meet on Ubuntu, secure your instance, troubleshoot issues, and integrate with other software.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-01T16:21:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T19:38:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install Jitsi Meet on Ubuntu Server\",\"datePublished\":\"2020-04-01T16:21:00+00:00\",\"dateModified\":\"2021-08-16T19:38:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\"},\"wordCount\":928,\"commentCount\":8,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-1024x538.jpg\",\"articleSection\":[\"Live Broadcasting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\",\"name\":\"How to install Jitsi Meet on Ubuntu Securely | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-1024x538.jpg\",\"datePublished\":\"2020-04-01T16:21:00+00:00\",\"dateModified\":\"2021-08-16T19:38:15+00:00\",\"description\":\"Learn how to install Jitsi Meet on Ubuntu, secure your instance, troubleshoot issues, and integrate with other software.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu.jpg\",\"width\":1200,\"height\":630,\"caption\":\"How to install Jitsi Meet on Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Jitsi Meet on Ubuntu Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Jitsi Meet on Ubuntu Securely | InMotion Hosting","description":"Learn how to install Jitsi Meet on Ubuntu, secure your instance, troubleshoot issues, and integrate with other software.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/","og_locale":"en_US","og_type":"article","og_title":"How to install Jitsi Meet on Ubuntu Securely | InMotion Hosting","og_description":"Learn how to install Jitsi Meet on Ubuntu, secure your instance, troubleshoot issues, and integrate with other software.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-04-01T16:21:00+00:00","article_modified_time":"2021-08-16T19:38:15+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu.jpg","type":"image\/jpeg"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install Jitsi Meet on Ubuntu Server","datePublished":"2020-04-01T16:21:00+00:00","dateModified":"2021-08-16T19:38:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/"},"wordCount":928,"commentCount":8,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-1024x538.jpg","articleSection":["Live Broadcasting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/","name":"How to install Jitsi Meet on Ubuntu Securely | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu-1024x538.jpg","datePublished":"2020-04-01T16:21:00+00:00","dateModified":"2021-08-16T19:38:15+00:00","description":"Learn how to install Jitsi Meet on Ubuntu, secure your instance, troubleshoot issues, and integrate with other software.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/04\/canva-install-jitsi-ubuntu.jpg","width":1200,"height":630,"caption":"How to install Jitsi Meet on Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/live-broadcasting\/install-jitsi-meet-ubuntu-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install Jitsi Meet on Ubuntu Server"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/54623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=54623"}],"version-history":[{"count":9,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/54623\/revisions"}],"predecessor-version":[{"id":82962,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/54623\/revisions\/82962"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=54623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=54623"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=54623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}