Installation of Jitsi Meet Server on Ubuntu

1.open port of http/https permission use ufw allow


2. wget  https://download.jitsi.org/jitsi-key.gpg.key && sudo apt-key add jitsi-key.gpg.key

3 sudo  echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list

4. sudo  apt update && sudo apt install jitsi-meet jigasi jicofo jitsi-videobridge curl vim












 

 

5. select self-signed if you do not have TLS certificate









 

6. Obtaining a certificate from Letsencrypt website
sudo  add-apt-repository ppa:cerbot/cerbot && sudo apt install certbot











 

7.Install certbot
sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh









8. Allow port from ufw command

sudo ufw allow 80/tcp

sudo ufw allow 443/tcp

 sudo ufw allow 4443/tcp

sudo ufw allow 3478/udp

sudo ufw allow 10000-20000/udp

sudo ufw enable 

9. Add authentication for host

sudo vim /etc/prosody/conf.avail/yourhost.cfg.lua

authectication="anonymous"

change to

authectication="internal_hashed"

 and add VirtualHost for guest

VirtualHost "guest.yourhost"

   authentication = "anonymous"

   c2s_require_encryption=false 

10. add anonymousdomain for participant

sudo vim /etc/jitsi/meet/yourhost-config.js

add

anonymousdomain: 'guest.yourhost',


11. add jitsi.jicofo.auth.URL

sudo vim /etc/jitsi/jicofo/sip-communicator.properties

add

org.jitsi.jicofo.auth.URL=XMPP:yourhost


12. add host user account

sudo prosodyctl register hostuser yourhost passwords

 

13. restart systemctl

sudo systemctl restart prosody.service

sudo systemctl restart jicofo.service

sudo systemctl restart jitsi-videobridge2.service

 

14. assign a password for meeting room

click ... -> Security Options

enable lobby or Add password

for security rquirement

# Jitsi Meet with Ubuntu 20 


 

 

 

 

 

 

 

 

 

 

 

 

 

 

References
https://github.com/jitsi/jitsi-meet

https://download.jitsi.org/stable/

https://www.tecmint.com/install-jitsi-meet-on-debian-and-ubuntu/https://jitsi.org/downloads/


https://www.vultr.com/docs/one-click-jitsi

https://www.digitalocean.com/community/tutorials/how-to-install-jitsi-meet-on-ubuntu-18-04


https://www.howtoforge.com/tutorial/how-to-create-your-own-video-conference-using-jitsi-meet-on-ubuntu-1804/




這個網誌中的熱門文章

Upgrade php and httpd(apache) on CentOS 7

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)