Logo Gray

Jitsi Meet Installationsanleitung

Betriebssystem: Debian 12

Benötigte Ressourcen:
CPU:2 vCore
RAM:2 GB
SSD:60 GB

 

Benötigte Ports:

HTTP Redirect/ SSL Certificate RenewalTCP80NginxPublic
HTTPS/Bosh/Secure WebsocketTCP443NginxPublic
SSH (optional)TCP22OSPrivate
Media TrafficUDP10000JVBPublic
Media Traffic in Restricted FirewallsTCP4443JVBPublic
For XMPP components (eg: Jicofo)*TCP5347ProsodyPrivate
For external XMPP clients (eg: JVB, Jibri)**TCP5222ProsodyPrivate
				
					sudo apt update -y && sudo apt upgrade -y

				
			
				
					curl -fsSL https://download.jitsi.org/jitsi-key.gpg.key -o /etc/apt/keyrings/jitsi-key.gpg.key

				
			
				
					echo "deb [signed-by=/etc/apt/keyrings/jitsi-key.gpg.key] https://download.jitsi.org stable/" | tee /etc/apt/sources.list.d/jitsi.list

				
			
				
					echo "deb [signed-by=/etc/apt/keyrings/jitsi-key.gpg.key] https://download.jitsi.org stable/" | tee /etc/apt/sources.list.d/jitsi.list

				
			
				
					sudo apt update -y
				
			
				
					sudo apt install jitsi-meet -y
				
			

gib deine domain ein in die abfragemaske ein

				
					sudo apt install jitsi-meet -y
				
			

Als nächstes kommen drei screens: 
1. SSL zertifikat (erste option wählen) obwohl nichts da steht

2. mail eingeben

3. Telefonie ablehnen

Password authentication:

				
					sudo nano -w /etc/jitsi/meet/jitsi.deine_domain.de-config.js
				
			
				
					authentication = internal_plain
				
			
				
					VirtualHost "guest.jitsi.crosstalksolutions.com"
    authentication = "anonymous"
    c2s_require_encryption = false
				
			
				
					anonymousdomain: 'guest.jitsi.deine_domain.de',

				
			
				
					sudo nano /etc/jitsi/jicofo/jicofo.conf

				
			

Füge die Authentifizierungs-Einstellungen hinzu: In der Sektion [jicofo] sollte ein Block [authentication] vorhanden sein. Falls nicht, füge diesen hinzu oder ergänze die Werte:

				
					jicofo {
    authentication {
        enabled = true
        type = "XMPP"
        login-url = "jitsi.yourdomain.com"
    }
}
				
			
				
					sudo systemctl restart prosody
sudo systemctl restart jicofo
sudo systemctl restart jitsi-videobridge2
				
			
				
					sudo prosodyctl register john jitsi.crosstalksolutions.com 12345

				
			

Das der Nutzername ist dann: john@jitsi.deine_domain.de

Das passwort bleibt gleich

weitere configs unter: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-configuration