Skip to main content
Version: 2.7

Getting Help

Introduction

Have you encountered a problem with BigBluebutton?

If you need the problem to be solved quickly or lack the requirded technical knowledge, we suggest you reach out to the companies that provide commercial support. The revenue they earn helps to improve BigBlueButton for everyone.

If you otherwise wish to tackle the problem yourself, the BigBlueButton project provides detailed documentation (what you are reading now), tutorial videos, issues database, and public mailing lists.

Note: If you apply to join one of our mailing lists, be sure to answer the challenge question; otherwise, your application will look like SPAM and will be denied.

The first step is solving any problem is to read the associated documentation.

Our documentation, issue database, and mailing lists are all indexed by search engines. When you encounter a problem, try searching for keywords around it. If you're receiving a specific error message when installing BigBlueButton, for example, then try searching the error message itself (be sure to include the word bigbluebutton to narrow your search). There is an excellent chance that if others have encountered the same issue, a few minutes with Google will help you find one or more documentation links, issues, or mailing list discussions related to it.

If you find that the problem still persists, or you have any other questions, you can ask other users in the mailing lists. If you suspect that your issue is a bug, you can post on our issue tracker, otherwise refrain from using the GitHub issue tracker for general queries.

Help using BigBlueButton

If your BigBlueButton server itself is running fine -- that is, many users are using it without issue -- and the problem is related to understanding how a particular feature works (such as how to put users into breakout rooms), then check the tutorial videos, especially the following two videos:

Also, check the frequently asked questions on using BigBlueButton.

If you don't find a solution, then post a description of the issue to bigbluebutton-users. To make it easier for others to help, include (if possible) all the following information

  1. A description of the problem (a screenshot is very helpful as well)
  2. Steps to reproduce the problem
  3. Can you reproduce the problem on our demo server?

Help installing or running BigBlueButton

If you have encountered a problem with installing or running your BigBlueButton server, then this section will guide you through systematically narrowing down the source of your problem.

First, check -- and double-check -- that your server meets the minimum requirements. If it does not, then one (or more) of the BigBlueButton components may be failing in unpredictable ways when they encounter a resource constraint (such as insufficient memory). Before going further, set up a server that meets (or exceeds) the minimum requirements and try installing again.

Next, check the output of sudo bbb-conf --check. The bbb-conf script has a lot of built-in checks to look for configuration errors on a BigBlueButton server.

If you installed BigBlueButton using the step-by-step instructions, try using the bbb-install.sh script. This script automates much of the step-by-step commands to install/upgrade a BigBlueButton server. Alternatively, try one of the community-sourced Ansible roles.

Note: bbb-install.sh cannot automate the configuration of your firewall, so there may still be some manual steps for you to do (read the bbb-install.sh docs for more information). Nonetheless, if your server is on the internet, has a public IP address and a fully qualified domain name (FQDN), such as bbb.example.com, then bbb-instal.sh can usually install and configure the latest version of BigBlueButton for you in under 15 minutes.

Next, read through the following documentation:

  1. Install Guide (do this even if you have used bbb-install.sh as it will help you understand the various components of BigBlueButton)
  2. Troubleshooting installation issues
  3. Troubleshooting recordings (if your issue is related to recordings)
  4. Frequently Asked Questions

If you are unable to solve the problem after consulting the above documentation, then post as much information as possible about the problem to bigbluebutton-setup mailing list.

BEFORE YOU POST, we emphasize the importance of providing as much information as possible. Doing so makes it easier for others volunteer their time to diagnose, reproduce, and solve your problem.

Include the following information in your post:

  1. What version of BigBlueButton are you installing/running?
  2. Did you get any errors during the install?
  3. What installation method did you follow?
  4. Did the problem appear after initial install, after an upgrade, or after running BigBlueButton for a while?
  5. Did you make any changes to BigBlueButton outside of using bbb-conf or the bbb-install.sh script?
  6. Are you running BigBlueButton within a development environment?
  7. Post the output of sudo bbb-conf --check

For issues that may be network related -- such as users unable to share their audio or video -- also include:

  1. Are you installing BigBlueButton on (a) a private network with no internet access, (b) a private network with internet access via a firewall, (c) a server on the internet with public/private IP addresses (such as Amazon EC2 or Azure), or (d) a server on the internet with a public IP address?
  2. Are you installing BigBlueButton on a dedicated server or virtual machine?
  3. Does the server have a static or dynamic IP?
  4. Does the server IPV4 and/or IPV6 address?

For issues that may be client related -- such as the client screen goes blue or unexpectedly becomes disconnected -- also include:

  1. Are you able to reproduce the issue on https://demo.bigbluebutton.org/?
  2. What browser and OS are you using? (include the version of both)?
  3. If your testing from the desktop or laptop, does the problem occur in both FireFox and Chrome?
  4. Are there any errors in your browser's console?

If you have multiple questions about the same server, you do not have to include the above information each time, just provide a URL to a previous post that covers this information.

There are many members of the BigBlueButton community that have been using and supporting BigBlueButton for years. By including as much information as you can about your problem, you'll make it easier for them to volunteer their time to help you solve it quickly.

Help developing BigBlueButton

BigBlueButton is a very customizable system, see customizable options. If you don't see an option to customize BigBlueButton to your needs and have some experience with software development, you can set up a development environment and modify BigBlueButton to your needs. If you end up designing new functionality, we encourage you to upstream the changes via a pull request so that others can seek benefit from it too.

Post as much information as you can about your development problem to bigbluebutton-dev.

Show the progress you've made so far (code examples are very helpful). The more you demonstrate you have first invested your time to solve the problem and shared details of your progress, the easier it is for others to volunteer their time to help.