There are a number of reasons when you may need to restart BigBlueButton and Greenlight on your conferencing server.

Restart Greenlight with the following commands:

  • Switch to greenlight cd ~/greenlight
  • docker-compose down
  • docker-compose up -d

Restart BigBlueButton with the command below:

  • sudo bbb-conf –restart

After running the above, you may need to restart Nginx Server

  • Sudo Service nginx restart

Check on your installation and see if everything is back up and running

Share this post