How to Install Jitsi Meet on Debian or Ubuntu
Installing Jitsi Meet on your own server allows you to Voice-/Videochat with multiple people and use features like screen sharing. Unlike other services it works without accounts or desktop clients — you just need to share a link with others.
Prerequisites
an up-to-date version of Ubuntu or Debian (tested using Ubuntu 18.04 and Debian Buster) a runnin...
Adding the apt repository
If you are using Ubuntu, make sure the universe repositories are enabled The repository is added...
Add a firewall exception
If you are using ufw or another firewall software, you need to add an exception to the TCP ports ...
Prepare the Let's Encrypt certificate
The easiest way to set up HTTPS is by creating the SSL certificates beforehand. If you are using ...
Run the installer
At this point you can start the jitsi setup. At this point either Nginx or Apache have to be set ...
Some more things...
Nginx If you are using Nginx, you can take a look at the generated /etc/nginx/sites-available/ji...
Adding authentification to room creation
You probably want to restrict the creation of new rooms to some users, but still allow everyone w...