I installed a Jitsi Meet instance on my virtual server this weekend. Although it was quite easy by following the Quick Install Guide there were some things which did not work in my environment:

Apache Integration

I have en existing Apache server running on my machine. Although the installation script should automatically recognize Apache and configure it for Jitsi, this did not work for me.

After the installation nothing changed in my Apache configuration. so I needed to create a new virtual server instance for my Jitsi server URL. There is a template on Github which you can use as example. Do not forget to change “/etc/jitsi/meet/jitsi-meet.example.com-config.js” so that it is matching the correct path in your environment (depending on the hostname of your server).

Prosody Integration

I also had already a Prosody XMPP server running on my machine, which is also used by Jitsi.

For my existing server I had a config file called “/etc/prosody/prosody.cfg.lua” which included already a statement “plugin_paths = { … }” to tell prosody where to find its plugins.

Jitsi added an additional Prosody config file in “/etc/prosody/conf.avail/<your hostname>.cfg.lua” which also included such a statement. This seems to have overruled my existing statement so that my plugins could no longer be found after restarting Prosody.

So I commented out the statement in the new file and added the Jitsi plugin path to my existing config file.

Connection Error

In the log file “/var/log/jitsi/jicofo.log” there were many errors like

The reason for that was, that my existing Prosody server did only listening to its external IPv4 and IPv6 address but not on “localhost”. To solve that I just removed the line “c2s_interfaces=” from my Prosody config file and restarted Prosody. It now listens on all interfaces including “localhost” and the error disappeared.

After doing Jitsi Meet did work fine.

If you are using Jitsi you should be aware that there currently is a problem with the current version of Firefox which leads to sometimes bad video / sound quality. So it is recommended to either use a Chromium-based browser of the Jitsi app which is available for Windows, Mac, Linux, iOs and Android.

Jitsi Meet Installation
Tagged on:         

2 thoughts on “Jitsi Meet Installation

  • 19.04.2020 at 09:53
    Permalink

    In Zeiten wo jede Videokonferenz überlastet ist oder aus Datenschutzgründen nicht verwendet werden kann, hilft ein eigener Server enorm. Wer möchte kann meinen Jitsi Server gern mit verwenden.

    https://meet.blankenberg.eu/

    (Serverstandort: Nürnberg/Deutschland)

    Reply
  • 17.11.2023 at 22:51
    Permalink

    Hallo Jan,
    Bist du noch mit Jitsi install dabei? Bräuchte mal Hilfe bei install.
    Debian 11, Dedizierte Server (natürlich root / ssh zugriff), eigene Domain. WebRTC schon installiert (Coturn); nun, ich kriege einfach Jitsi nicht. Ich kapiere einfach nicht wie Man die Hostname ändern muß (/etc/hostname bzw. /etc/hosts). Im Grunde genommen, ich brauche Jitsi für mein Platform (Virtual Tours Erstellung). Kannst du mir helfen, bitte? Ich werde mal NUR für kurze Zeit deine Instanz testen.
    Danke im Voraus.

    Mfg,
    A

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *