

By default these ports are TCP/443 and UDP/10000. Provided that all required ports are routed (forwarded) to the machine that it runs on. If three way calls do not work, further configuration of jitsi-videobridge is needed in order for it to be accessible from outside. If the installation is on a machine behind NAT jitsi-videobridge should configure itself automatically on boot. See the User Guide for details: Advanced configuration
Jitsi desktop password#
The access control for conferences/rooms is managed in the rooms, you can set a password on the webpage of the specific room after creation.


If you want to limit the ability to start a conference to registered users, follow the instructions to set up a secure domain. Jitsi Meet server: Note: By default, anyone who has access to your Jitsi Meet server will be able to start a conference: if your server is open to the world, anyone can have a chat with anyone else. This hostname will be used for virtualhost configuration inside Jitsi Meet and also, you and your correspondents will be using it to access the web conferences. If you have a domain, use the specific domain name, for example:Īlternatively you can enter the IP address of the machine (if it is static or doesn't change). You will also be asked to enter the hostname of the Jitsi Meet instance. You will be asked about SSL/TLS certificate generation. If you are already running Nginx on port 443 on the same machine, turnserver configuration will be skipped as it will conflict with your current port 443. Note: The installer will check if Nginx or Apache are present (in that order) and configure a virtual host within the web server it finds to serve Jitsi Meet. Jitsi Meet mobile apps require a valid certificate signed by a trusted Certificate Authority and will not be able to connect to your server if you choose a self-signed certificate. Using a self-signed certificate will result in warnings being shown in your users browsers, because they cannot verify your server's identity. You could also use the self-signed certificate( Generate a new self-signed certificate) but this is not recommended for the following reasons:
Jitsi desktop install#
The recommended option is to choose Let's Encrypt Certificate optionīut if you want to use a different certificate you should get that certificate first and then install jitsi-meet and choose I want to use my own certificate. In order to have encrypted communications, you need a TLS certificate.ĭuring installation of Jitsi Meet you can choose between different options: Note: if participants cannot see or hear each other, double check your firewall / NAT rules. If you are running Jitsi Meet on a server behind NAT, forward the ports on your router to your server's IP address. Keyring_location=/etc/apt//jitsi-jitsi-desktop.gpgĬurl -1sLf '' | gpg -dearmor > $Ĭurl -1sLf '' > /etc/apt//jitsi-jitsi-desktop.For more details on using and hardening SSH access, see the corresponding Debian or Ubuntu documentation.

# For Debian Jessie, Ubuntu 15.10 and earlier Keyring_location=/usr/share/keyrings/jitsi-jitsi-desktop-archive-keyring.gpg # For Debian Stretch, Ubuntu 16.04 and later you can manually configure it yourself before installing packages:Īpt-get install -y debian-keyring # debian onlyĪpt-get install -y debian-archive-keyring # debian only | sudo -E distro=some-distro codename=some-codename arch=some-arch bash If you need to force a specific distribution, release/version, or evenĪrchitecture, you can also do that (e.g. To install packages, you can quickly setup the repository automatically ( recommended):
