Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Install and Use Jitsi Meet on Ubuntu Server

Learn how to Install and Use Jitsi Meet on with clear steps, useful examples, and practical tips. Complete the task correctly and avoid common mistakes.

Table of Contents

This updated guide explains how to Install and Use Jitsi Meet on Ubuntu Server through clear steps, practical examples, and important checks that help prevent common errors.

Like Google Meet and Zoom, you can easily create a Jitsi meeting in the browser after a few seconds without having to install additional software or extensions.

Jitsi Meet does not require an account to use any features such as:

  • Share screen
  • Group chat
  • Collaborative document editing
  • Integration with Google and Microsoft Calendar
  • Integrate with other popular collaboration software including Slack and MatterMost

There is also the Jitsi Meet app for Apple and Android mobile devices. Jitsi is a great option for quickly setting up a remote conference.

Install Jitsi Meet on Ubuntu Server

1. Connect the server via SSH with root privileges

2. Install Jitsi repository key (Jitsi repo) with the command:

wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -

3. Create a source file for the new Jitsi repo - sources. list. d - with the command:

sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"

4. Install apt-transport-https to access packages with SSL (HTTPS) connection:

apt-get install apt-transport-https

5. Updating package list for Ubuntu server:

sudo apt-get -y update

6. Install the full Jitsi Meet toolkit:

sudo apt-get -y install jitsi-meet

7. When prompted, enter the hostname or domain name intended for Jitsi URL.

8. Choose to use your own self-signed SSL certificate (Let's Encrypt) or SSL

Create a Meeting

1. After installing Jitsi Meet, visit Jitsi URL to create video conference

Install and Use Jitsi Meet on Ubuntu Server — Create a Meeting screenshot 1 Access Jitsi URL

2. In the upper right corner, select the Settings icon .

3. Here, you can configure the camera, microphone, display name, Gravatar and language settings

4. Select OK to save changes

5. Add a meeting name and select GO to create a Jitsi meeting.

Install and Use Jitsi Meet on Ubuntu Server — Create a Meeting screenshot 2 Here, you can navigate all settings in the meeting

Here, you can navigate all settings in the meeting:

  • Share screen
  • Hands up
  • Open the text
  • Activate mic and camera
  • Invite people
  • Change call quality
  • Record to Dropbox
  • Share YouTube videos
  • Open the shared Etherpad document

FAQ

What is the easiest way to Install and Use Jitsi Meet on Ubuntu Server?

Start with the requirements in this guide, then follow each step in order. Check the result after every major change so problems are easier to identify.

Can beginners follow these instructions?

Yes. The process is organized into practical steps, and you can repeat any step before moving forward.

What should I check if the method does not work?

Confirm your software or device version, permissions, settings, file format, and internet connection when the task depends on online services.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.