{"id":14389,"date":"2022-08-07T07:44:47","date_gmt":"2022-08-07T07:44:47","guid":{"rendered":"https:\/\/www.how2shout.com\/linux\/?p=14389"},"modified":"2022-08-07T07:48:41","modified_gmt":"2022-08-07T07:48:41","slug":"how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/","title":{"rendered":"How to install BigBlueButton on Ubuntu 20.04 LTS Linux"},"content":{"rendered":"<p><em>Learn the quick steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your own web-based video conferencing platform free of cost.\u00a0<\/em><\/p>\n<p>&#8220;BigBlueButton&#8221; or &#8220;BBB&#8221; is an open-source web-based video conferencing tool. This means that users have to enter the URL in the browser instead of downloading the program to their computer. With the free version of &#8220;BigBlueButton&#8221;, users can conduct video conferences, as well as host webinars and online presentations.<\/p>\n<p>The platform has experienced increased demand, especially due to the corona pandemic and the associated online teaching. Many schools have been using open-source software for some time, enabling students and teachers to communicate. In addition to audio and video transmission, the software also offers a chat and a virtual whiteboard for presentations.<\/p>\n<div class=\"clearfix Dl-Article__Text mb-md\">\n<p>If necessary, the room can also be secured with an access code and the conference can be recorded. To create a conference, you must first register or, if you already have an account, log in. You can then create a room and invite it via a link.<\/p>\n<\/div>\n<div class=\"clearfix Dl-Article__Text mb-md\">\n<p class=\"hl-sm\"><strong>How do I use Big Blue Button?<\/strong><\/p>\n<p>Once you will have the Invitation link received by the Moderator, open the same in your browser. If an access code is required then supply that. After that press, the Join button and then choose the medium of joining the meeting means whether you want to listen to the conference without a microphone or participate with an active microphone.<\/p>\n<\/div>\n<div class=\"clearfix Dl-Article__Text mb-md\">\n<p class=\"hl-sm\"><strong>How secure is Big Blue Button?<\/strong><\/p>\n<p>Big Blue Button is an open-source program, so the source code is publicly available to everyone. Hence, nothing is hidden or any malicious code that can create some ruckus.\u00a0 Schools, Universities, and businesses can set up the software on their own server for more security. This means all data thus remains on your server and &#8211; if Big Blue Button is configured correctly &#8211; it is only sent encrypted. Nevertheless, the developers of BigBlueButton also offers it as a service that one can subscribe to by paying its usage cost.<\/p>\n<\/div>\n<div class=\"clearfix Dl-Article__Text mb-md\">\n<p class=\"hl-sm\"><strong>What features does Big Blue Button offer?<\/strong><\/p>\n<p>The software also offers a private and public chat function, a digital whiteboard, and breakout rooms. Here is the list of some important ones:<\/p>\n<\/div>\n<div>\n<p><strong>\u21d2<\/strong> Sharing audio, chat, presentations of slides (PDF, OpenOffice documents, PNG, &#8230;) and video, as well as your screen<br \/>\n<strong>\u21d2<\/strong> Integrating a whiteboard in real-time<br \/>\n<strong>\u21d2<\/strong> Multi-User Whiteboards<br \/>\n<strong>\u21d2<\/strong> Different drawing tools<br \/>\n<strong>\u21d2<\/strong> Recording of conferences incl. slides, whiteboard, and mouse movements<br \/>\n<strong>\u21d2<\/strong> Shared notes via a built-in Etherpad<br \/>\n<strong>\u21d2<\/strong> The use of an unlimited number of webcams<br \/>\n<strong>\u21d2<\/strong> The formation of separate groups<br \/>\n<strong>\u21d2<\/strong> Uploading and downloading content<br \/>\n<strong>\u21d2<\/strong> Breakout rooms that can be used to start time-limited sub-conferences for subgroups synchronized video players \u2013 for the joint viewing of e.g. Youtube videos.<br \/>\n<strong>\u21d2<\/strong> Video player of the moderator also controls the video players of the participants.<br \/>\n<strong>\u21d2<\/strong> Conducting surveys among the participants<br \/>\n<strong>\u21d2<\/strong> Shared chat room for all participants and private chat rooms per pair of participants<\/p>\n<\/div>\n<h2>Steps to install BigBlueButton on Ubuntu 20.04 Focal Fossa Linux<\/h2>\n<div>\n<h3>1. Recommended Minimum System Requirments<\/h3>\n<p>Well, the system requirements to install BigBlueButton are demanding if you are planning to host a good number of participants. As per the BigBlueButton project&#8217;s official website, the following recommended minimum requirements are needed for setting up your server.<\/p>\n<p><strong>Note:<\/strong> You can go for fewer resources as well depending upon the number of participants.<\/p>\n<p><strong>\u21d2<\/strong> 16 GB RAM<br \/>\n<strong>\u21d2<\/strong> 8 CPU cores<br \/>\n<strong>\u21d2<\/strong> 500 GB of free file system storage space for recording conferences<br \/>\n<strong>\u21d2<\/strong> If you wish to set up an SSL certificate then a fully qualified domain name such as <em>bbb.how2shout.com<\/em> is required.<br \/>\n<strong>\u21d2<\/strong> Network connection with 250 MBit\/s bandwidth (symmetrical)<br \/>\n<strong>\u21d2<\/strong> If the system is protected by a firewall, the following ports of the BigBlueButton system must be externally accessible:<\/p>\n<p>TCP ports 22, 80, and 443<br \/>\nUDP ports 16384 to 32768<\/p>\n<p><strong>\u21d2<\/strong> Furthermore, the BigBlueButton system must be able to access port 7636 of the UCS LDAP server to be used later.<\/p>\n<p><strong>\u21d2<\/strong> Strictly Ubuntu 20.04 LTS OS, currently while doing this article. Don&#8217;t upgrade it to Ubuntu 20.04.4.<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<h3>2. Update Ubuntu 20.04<\/h3>\n<p>Login to your Ubuntu 20.04 Server and run the system update command to refresh the APT package manager index cache. This will also install the available security updates.<\/p>\n<pre>sudo apt update<\/pre>\n<p>&nbsp;<\/p>\n<h3>3. Check Server Locale<\/h3>\n<p>Server locale in Linux is set with the SERVER_LOCALE environment variable, which specifies the language, territory, and code. Let&#8217;s check whether is set to the appropriate one or not.<\/p>\n<pre>cat \/etc\/default\/locale<\/pre>\n<p>The output should be:<\/p>\n<p><strong>LANG=&#8221;en_US.UTF-8&#8243;<\/strong><\/p>\n<p>If not then run the given command otherwise move to the next step.<\/p>\n<pre>sudo apt install -y language-pack-en<\/pre>\n<pre>sudo update-locale LANG=en_US.UTF-8<\/pre>\n<p>&nbsp;<\/p>\n<h3>4. Open require ports<\/h3>\n<p>Those who are using Cloud hosting must open TCP ports 80 and 443 in their Cloud Firewall before moving further. And also UPD ports from 16384-32768 are required for Media connections, such as video streams.<\/p>\n<p>&nbsp;<\/p>\n<h3>5. Install BigBlueButton on Ubuntu 20.04 LTS<\/h3>\n<p>Next, we have to download the latest available BBB script on the GitHub to install it. While doing the article the latest version was 2.5 which may be different in your case. Hence, first, check the same on the <a href=\"https:\/\/github.com\/bigbluebutton\/bbb-install\" target=\"_blank\" rel=\"noopener\">Github<\/a> page before installing.<\/p>\n<p><strong>Switch to root:<\/strong><\/p>\n<pre>sudo su<\/pre>\n<p><strong>Download script<\/strong><\/p>\n<pre>wget\u00a0 https:\/\/ubuntu.bigbluebutton.org\/bbb-install-2.5.sh<\/pre>\n<p><strong>Install BBB along with Greenlight:<\/strong><\/p>\n<pre>bash bbb-install-2.5.sh -s -- -v focal-250 -s <strong>bbb.how2shout.com<\/strong> -e <strong>raj@how2shout.com<\/strong> -a -w -g<\/pre>\n<p><strong>Note:<\/strong><\/p>\n<p>Replace <strong><code>bbb.how2shout.com<\/code><\/strong> with your domain that you want to use to access BigBlueButton. And <strong><code>raj@how2shout.com<\/code><\/strong>with the email address want to use to issue a Let&#8217;s Encrypt SSL certificate. Also, ensure the domain you are planning to use its <strong>A<\/strong> record is pointing to the Server&#8217;s IP address where you are planning to install BBB.<\/p>\n<p>The option <code>-a<\/code> will install API demos whereas <code>-w<\/code> for the firewall. <code>-v focal-250<\/code> refer to the latest version of BigBlueButton i.e 2.5 for Ubuntu 20.04. <code>-s<\/code>\u00a0to configure the hostname. And the last <code>-g<\/code> is to install Greenlight. For those who don&#8217;t know about it, Greenlight is a simple graphical user front-end of BigBlueButton to easily create rooms, start meetings, and manage recordings. It is written in Ruby &amp; Rails. Know more about <a href=\"https:\/\/docs.bigbluebutton.org\/greenlight\/gl-overview.html\" target=\"_blank\" rel=\"noopener\">GreenLight.<\/a><\/p>\n<p>&nbsp;<\/p>\n<h3>6. Check Status<\/h3>\n<p>Once the installation is completed, to check the status of BigBlueButton required services are active and working, run:<\/p>\n<pre>sudo bbb-conf --status<\/pre>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14392\" title=\"Check BIGBLUEBUTTON services Status\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/Check-BIGBLUEBUTTON-services-Status.png\" alt=\"Check BIGBLUEBUTTON services Status\" width=\"765\" height=\"428\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>7. Create Admin Account<\/h3>\n<p>To sign in and start using BigBlueButton with the help of Greenlight, let&#8217;s create an Administrator account with the default username &#8211; <strong>admin@example.com<\/strong> and password &#8211; <strong>Administrator1!,<\/strong> the same will flash on you&#8217;re screen as well\u00a0that we can change later.<\/p>\n<p>Move to greenlight root directory.<\/p>\n<pre>cd \/root\/greenlight\/<\/pre>\n<p>Execute the following command that will use the rake command to create the default admin user.<\/p>\n<pre>docker exec greenlight-v2 bundle exec rake admin:create<\/pre>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14393\" title=\"Create Admin user for BigBlueButton\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/Create-Admin-user-for-BigBlueButton.png\" alt=\"Create Admin user for BigBlueButton\" width=\"985\" height=\"258\" \/><\/p>\n<p><strong>Also, remove the demo, if you are planning to use this web video conferencing platform for production.\u00a0<\/strong><\/p>\n<pre>sudo apt-get purge bbb-demo<\/pre>\n<p>&nbsp;<\/p>\n<h3>8. Access BigBlueButton GreenLight GUI<\/h3>\n<p>Now, open any browser that can access the domain set to use with BigBlueButton. In the following format:<\/p>\n<p>https:\/\/yourdomain.com<\/p>\n<p>Click on the<strong> Sing-in<\/strong> button given on the<strong> right top side<\/strong> and enter the default username and password created by the command in <strong>Step 6<\/strong> of this tutorial, also shown in the screenshot.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14395\" title=\"Login Bigbluebutton Admin Greenlight\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/Login-Bigbluebutton-Admin-Greenlight.png\" alt=\"Login Bigbluebutton Admin Greenlight\" width=\"685\" height=\"454\" \/><\/p>\n<h3>9. Change the default user and password<\/h3>\n<p>Once you logged in, the system will ask you to change the default password. Click on the link for the same.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14401\" title=\"Change Admin password BigBlueButton\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/Change-Admin-password-BigBlueButton.png\" alt=\"Change Admin password BigBlueButton\" width=\"1280\" height=\"616\" \/><\/p>\n<p>Click on the <strong>Right top side<\/strong> given &#8211; <strong>profile icon<\/strong> and then select the <strong>Profile<\/strong> option. Now, click on the Password and first enter your default password followed by the New password you want to set.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14400\" title=\"Chnage your password on Big Blue Button\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/Chnage-your-password-on-Big-Blue-Button.png\" alt=\"Chnage your password on Big Blue Button\" width=\"1181\" height=\"613\" \/><\/p>\n<p>Once you are done with the password, click on the <strong>Account info<\/strong> and change the default email address to the one you want to use.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14399\" title=\"Update Username\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/Update-Username.png\" alt=\"Update Username\" width=\"1138\" height=\"558\" \/><\/p>\n<p>&nbsp;<\/p>\n<h3>10. BigBlueButton Dashboard<\/h3>\n<p>On the web interface of BigBlueButton, you will see the Link that you can share with the people or participants you want to join your meeting. And to Start, the Metting, just click on the <strong>Start<\/strong> button.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14398\" title=\"Start meeeting\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/Start-meeeting.png\" alt=\"Start meeeting\" width=\"1366\" height=\"649\" \/><\/p>\n<p>Select the medium you want to use to join the meeting.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14397\" title=\"How to join bigbluebutton meeting\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/How-to-join-bigbluebutton-meeting.png\" alt=\"How to join bigbluebutton meeting\" width=\"1366\" height=\"649\" \/><\/p>\n<p>Finally, start chatting with the participants and stream videos or presentations as well.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-14396\" title=\"install bigbluebutton on Ubnuntu 20.04 LTS Linux\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/08\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png\" alt=\"install bigbluebutton on Ubnuntu 20.04 LTS Linux\" width=\"1366\" height=\"649\" \/><\/p>\n<p>To tune further your BigBlueButton Server, see the <a href=\"https:\/\/docs.bigbluebutton.org\/2.5\/install.html#post-installation-steps\" target=\"_blank\" rel=\"noopener\">official guide<\/a>.<\/p>\n<p><strong>Other Articles:<\/strong><\/p>\n<p><strong>\u21d2<\/strong> <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/how-to-setup-and-use-google-drive-on-ubuntu-22-04-lts\/\" target=\"_blank\" rel=\"noopener\">How to Setup and use Google Drive on Ubuntu 22.04 LTS<\/a><br \/>\n<strong>\u21d2<\/strong> <a href=\"https:\/\/www.how2shout.com\/linux\/install-postgresql-pgadmin-4-on-ubuntu-22-04-lts-jammy-linux\/\" target=\"_blank\" rel=\"noopener\">Install PostgreSQL pgAdmin 4 on Ubuntu 22.04<\/a><br \/>\n<strong>\u21d2<\/strong> <a href=\"https:\/\/www.how2shout.com\/linux\/4-best-linux-distros-for-android-studio-developers\/\" target=\"_blank\" rel=\"noopener\">4 Best Linux Distros for Android Studio<\/a><br \/>\n<strong>\u21d2<\/strong> <a title=\"Install Stremio Streaming App on Ubuntu 22.04 LTS Jammy\" href=\"https:\/\/www.how2shout.com\/linux\/install-stremio-streaming-app-on-ubuntu-22-04-lts-jammy\/\" target=\"_blank\" rel=\"noopener\">Install Stremio Streaming App on Ubuntu 22.04&#8230;<\/a><br \/>\n<strong>\u21d2<\/strong> <a title=\"How to install Miniconda on Ubuntu 20.04 LTS Focal\" href=\"https:\/\/www.how2shout.com\/linux\/how-to-install-miniconda-on-ubuntu-20-04-lts-focal\/\" target=\"_blank\" rel=\"noopener\">How to install Miniconda on Ubuntu 20.04 LTS&#8230;<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn the quick steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your own web-based video conferencing platform free of cost.\u00a0 &#8220;BigBlueButton&#8221; or &#8220;BBB&#8221; is an open-source web-based video conferencing tool. This means that users have to enter the URL in the browser instead of downloading the program to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":14396,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[3],"tags":[30,3190],"class_list":{"0":"post-14389","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ubuntu","8":"tag-ubuntu-20-04","9":"tag-video-conferencing"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to install BigBlueButton on Ubuntu 20.04 LTS Linux<\/title>\n<meta name=\"description\" content=\"Steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your free web-based video conferencing platform\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install BigBlueButton on Ubuntu 20.04 LTS Linux\" \/>\n<meta property=\"og:description\" content=\"Steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your free web-based video conferencing platform\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxShout\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/how2shout\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-07T07:44:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-07T07:48:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/08\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1366\" \/>\n\t<meta property=\"og:image:height\" content=\"649\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heyan Maurya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:site\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heyan Maurya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"How to install BigBlueButton on Ubuntu 20.04 LTS Linux\",\"datePublished\":\"2022-08-07T07:44:47+00:00\",\"dateModified\":\"2022-08-07T07:48:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/\"},\"wordCount\":1333,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png\",\"keywords\":[\"ubuntu 20.04\",\"video conferencing\"],\"articleSection\":[\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#respond\"]}],\"copyrightYear\":\"2022\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/\",\"name\":\"How to install BigBlueButton on Ubuntu 20.04 LTS Linux\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png\",\"datePublished\":\"2022-08-07T07:44:47+00:00\",\"dateModified\":\"2022-08-07T07:48:41+00:00\",\"description\":\"Steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your free web-based video conferencing platform\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png\",\"width\":1366,\"height\":649,\"caption\":\"install bigbluebutton on Ubnuntu 20.04 LTS Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install BigBlueButton on Ubuntu 20.04 LTS Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"name\":\"LinuxShout\",\"description\":\"Find the open source solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"alternateName\":\"Linux how2shout\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linux.how2shout.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\",\"name\":\"LinuxShout\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"width\":503,\"height\":349,\"caption\":\"LinuxShout\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/how2shout\",\"https:\\\/\\\/x.com\\\/h2smedia\",\"https:\\\/\\\/instagram.com\\\/h2smedia\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/h2smedia\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/how2shout\",\"https:\\\/\\\/youtube.com\\\/h2smedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\",\"name\":\"Heyan Maurya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"caption\":\"Heyan Maurya\"},\"description\":\"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...\",\"sameAs\":[\"https:\\\/\\\/www.how2shout.com\\\/\"],\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/author\\\/heyan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to install BigBlueButton on Ubuntu 20.04 LTS Linux","description":"Steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your free web-based video conferencing platform","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:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to install BigBlueButton on Ubuntu 20.04 LTS Linux","og_description":"Steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your free web-based video conferencing platform","og_url":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2022-08-07T07:44:47+00:00","article_modified_time":"2022-08-07T07:48:41+00:00","og_image":[{"width":1366,"height":649,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/08\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png","type":"image\/png"}],"author":"Heyan Maurya","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Heyan Maurya","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"How to install BigBlueButton on Ubuntu 20.04 LTS Linux","datePublished":"2022-08-07T07:44:47+00:00","dateModified":"2022-08-07T07:48:41+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/"},"wordCount":1333,"commentCount":0,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/08\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png","keywords":["ubuntu 20.04","video conferencing"],"articleSection":["Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#respond"]}],"copyrightYear":"2022","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/","url":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/","name":"How to install BigBlueButton on Ubuntu 20.04 LTS Linux","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/08\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png","datePublished":"2022-08-07T07:44:47+00:00","dateModified":"2022-08-07T07:48:41+00:00","description":"Steps to install and configure BigBlueButton on Ubuntu 20.04 LTS Focal Fossa server to create your free web-based video conferencing platform","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/08\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/08\/install-bigbluebutton-on-Ubnuntu-20.04-LTS-Linux.png","width":1366,"height":649,"caption":"install bigbluebutton on Ubnuntu 20.04 LTS Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/how-to-install-bigbluebutton-on-ubuntu-20-04-lts-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"How to install BigBlueButton on Ubuntu 20.04 LTS Linux"}]},{"@type":"WebSite","@id":"https:\/\/linux.how2shout.com\/#website","url":"https:\/\/linux.how2shout.com\/","name":"LinuxShout","description":"Find the open source solutions","publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"alternateName":"Linux how2shout","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linux.how2shout.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linux.how2shout.com\/#organization","name":"LinuxShout","url":"https:\/\/linux.how2shout.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","width":503,"height":349,"caption":"LinuxShout"},"image":{"@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/how2shout","https:\/\/x.com\/h2smedia","https:\/\/instagram.com\/h2smedia","https:\/\/www.linkedin.com\/company\/h2smedia\/","https:\/\/www.pinterest.com\/how2shout","https:\/\/youtube.com\/h2smedia"]},{"@type":"Person","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72","name":"Heyan Maurya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","caption":"Heyan Maurya"},"description":"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...","sameAs":["https:\/\/www.how2shout.com\/"],"url":"https:\/\/linux.how2shout.com\/author\/heyan\/"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/14389","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/comments?post=14389"}],"version-history":[{"count":9,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/14389\/revisions"}],"predecessor-version":[{"id":14411,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/14389\/revisions\/14411"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/14396"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=14389"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=14389"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=14389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}