
It's pretty much unusable (both with and without XMPP) Enabling end-to-end-encryption causes terrible audio quality, and for the video to go fuzzy.

Even though I was testing on my local LAN with two users, one on wifi, I managed to build up a several-second lag on a call somehow (XMPP disabled).I initially had to disable XMPP (websockets) for it to work at all.There are lots of self-explanatory settings in the.Their default docker-compose was using versioned tags for the images (e.g.env file,īut it does noticeably hamper the performance/quality of the calls. Alternatively, you can disable XMPP, by adding the following line to your. If you open the console and see lots of error messages about being unable to connect websockets, then chances are that your running on a local LAN,Īnd need to uncomment and set the DOCKER_HOST_ADDRESS variable in the env file. your site certificate and any chain/certificate-authority or "ca" files. $CONFIG/jitsi-volumes/jitsi-meet-cfg/cert.keyĬert.key should be a certificate bundle.You can do this by replacing the certificate files within. It looks like Jitsi has lets encrypt set up, but if you are trying this at home on a server that is not accessible by the internet, you may need to manually add your own SSL certificates. You should now be able to go to your server's hostname or IP address in your browser to see Jitsi. If you don't want to tie-up your terminal and see all the output, then use the -d parameter like so: docker-compose up -d Now that you have jitsi server set up, you just need to start it up by running: docker-compose up

If you are intending to only run this on a local LAN, then you really need to uncomment and set the following in your. It is a good idea to manually check if it is still the latest release before executing, and adjusting accordingly if not. The script uses the latest release from the releases page at the time of writing this tutorial. # pre-create the necessary folders within the jits-meet-cfg # Create environment file with random passwords

Mv -i docker-jitsi-meet-stable-* docker-jitsi-meet # END OF SETTINGS - DO NOT TOUCH BELOW THIS # This will be a docker volume.ĬONFIG=$HOME/jitsi-volumes/jitsi-meet-cfg # You may wish to review/change this to a different path. # Set hostname or IP address of your server.
#JITSI DOCKER INSTALL#
StepsĮxecute the script below will install jitsi server.
#JITSI DOCKER SOFTWARE#
Jitsi is an open-source video conferencing software that is an alternative to Microsoft Teams, and Zoom.
