Site Tools


Writing /var/www/dokuwiki/data/cache/a/a3c09702ee237c1f0daf86c221b8b668.metadata failed
Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum". upgrade now! [54.2] (what's this?)
Hotfix release available: 2023-04-04a "Jack Jackrum". upgrade now! [54.1] (what's this?)
New release available: 2023-04-04 "Jack Jackrum". upgrade now! [54] (what's this?)
Hotfix release available: 2022-07-31b "Igor". upgrade now! [53.1] (what's this?)
Hotfix release available: 2022-07-31a "Igor". upgrade now! [53] (what's this?)
New release available: 2022-07-31 "Igor". upgrade now! [52.2] (what's this?)
New release candidate 2 available: rc2022-06-26 "Igor". upgrade now! [52.1] (what's this?)
New release candidate available: 2022-06-26 "Igor". upgrade now! [52] (what's this?)
Hotfix release available: 2020-07-29a "Hogfather". upgrade now! [51.4] (what's this?)
New release available: 2020-07-29 "Hogfather". upgrade now! [51.3] (what's this?)
New release candidate 3 available: 2020-06-09 "Hogfather". upgrade now! [51.2] (what's this?)
New release candidate 2 available: 2020-06-01 "Hogfather". upgrade now! [51.1] (what's this?)
New release candidate available: 2020-06-01 "Hogfather". upgrade now! [51] (what's this?)
Hotfix release available: 2018-04-22c "Greebo". upgrade now! [50.3] (what's this?)
Hotfix release available: 2018-04-22b "Greebo". upgrade now! [50.2] (what's this?)
bigbluebutton_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bigbluebutton_setup [2021/08/01 17:07]
157.51.110.15
bigbluebutton_setup [2021/09/02 13:48] (current)
157.49.226.162
Line 37: Line 37:
  
 **sudo bbb-conf --restart** **sudo bbb-conf --restart**
 +
 **sudo bbb-conf –check** **sudo bbb-conf –check**
  
Line 83: Line 84:
 In addition, we’ll generate a set of 4096-bit diffie-hellman parameters to improve security for some types of ciphers. This step can take several minutes to complete, particularly if run on a virtual machine. In addition, we’ll generate a set of 4096-bit diffie-hellman parameters to improve security for some types of ciphers. This step can take several minutes to complete, particularly if run on a virtual machine.
  
-**sudo mkdir -p /​etc/​nginx/​ssl** 
 **sudo openssl dhparam -out /​etc/​nginx/​ssl/​dhp-4096.pem 4096** **sudo openssl dhparam -out /​etc/​nginx/​ssl/​dhp-4096.pem 4096**
  
Line 157: Line 157:
 follows: follows:
   playback_protocol:​ https   playback_protocol:​ https
-  /​var/​lib/​tomcat7/​webapps/​demo/​bbb_api_conf.jsp and change the value of BigBlueButtonURL use HTTPS.+  ​ 
 +/​var/​lib/​tomcat7/​webapps/​demo/​bbb_api_conf.jsp and change the value of BigBlueButtonURL use HTTPS. 
 +  ​
   // This is the URL for the BigBlueButton server   // This is the URL for the BigBlueButton server
   String BigBlueButtonURL = "​https://​bigbluebutton.example.com/​bigbluebutton/";​   String BigBlueButtonURL = "​https://​bigbluebutton.example.com/​bigbluebutton/";​
Line 163: Line 165:
 Finally, to apply all of the configuration changes made, you must restart all components of BigBlueButton:​ Finally, to apply all of the configuration changes made, you must restart all components of BigBlueButton:​
  
-**sudo bbb-conf –restart +**sudo bbb-conf –restart** 
-**+ 
 +=====Uninstall Bigbluebutton===== 
 + 
 +If anytime you need to uninstall bigbluebutton service from the ubuntu server. You can purge and remove each bbb packages one by one 
 + 
 +**dpkg -l | grep bbb** 
 +   
 +  apt-get purge bbb-apps 
 +  apt-get purge bbb-apps-akka 
 +  apt-get purge bbb-apps-screenshare 
 +  apt-get purge bbb-apps-sip 
 +  apt-get purge bbb-apps-video 
 +  apt-get purge bbb-apps-video-broadcast 
 +  apt-get purge bbb-client 
 +  apt-get purge bbb-config 
 +  apt-get purge bbb-demo 
 +  apt-get purge bbb-etherpad 
 +  apt-get purge bbb-freeswitch-core 
 +  apt-get purge bbb-freeswitch-sounds 
 +  apt-get purge bbb-fsesl-akka 
 +  apt-get purge bbb-html 
 +  apt-get purge bbb-mkclean 
 +  apt-get purge bbb-playback-presentation 
 +  apt-get purge bbb-record-core 
 +  apt-get purge bbb-red5 
 +  apt-get purge bbb-transcode-akka 
 +  apt-get purge bbb-web  
 +  apt-get purge bbb-webrtc-sfu 
  
  
bigbluebutton_setup.1627837654.txt.gz · Last modified: 2021/08/01 17:07 by 157.51.110.15