Jitsi Meet

Last change on 2024-04-18 • Created on 2021-06-23 • ID: CL-D3861
jitsi logo

This app contains a ready to use Jitsi installation. You can install it via the Hetzner Cloud Console or the Hetzner Cloud API.

Jitsi is a set of open source projects that allows you to easily build and deploy secure video conferencing solutions. At the heart of Jitsi are Jitsi Videobridge and Jitsi Meet, which let you have conferences on the internet.

Getting started

Create your server on our Hetzner Cloud Console. Instead of an image, you will be able to choose the app that you would like to have preinstalled on your server.

Jitsi is preinstalled when the image is booted, but it is not enabled.

In order to enable Jitsi, first, please log into your server:

  • Via SSH key, if you selected one when you created the server
  • Via root password, which will be mailed to you if you created a server without selecting an SSH key

This will guide you through the process and give you additional Let's Encrypt support. If you choose to skip Let's Encrypt, you will still be able to activate it another time (see Activate Let's Encrypt post installation).

When you are done, you will be able to use Jitsi as usual from the web.

Hetzner Cloud API

In addition to the Hetzner Cloud Console you can also use the Hetzner Cloud API to set up a server with pre-installed Jitsi.

  • For example with a curl command via CLI

    curl \
    	-X POST \
    	-H "Authorization: Bearer $API_TOKEN" \
    	-H "Content-Type: application/json" \
    	-d '{"name":"my-server", "server_type":"cx31", "image":"jitsi"}' \
    	'https://api.hetzner.cloud/v1/servers'
  • Or via hcloud-cli

    hcloud server create --name my-server --type cx31 --image jitsi

Activate Let's Encrypt post installation

Let’s Encrypt provides digital certificates that are needed to enable HTTPS (SSL/TLS) for websites.

To activate Let's Encrypt after the initial script has run, please run the following script:

/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

It will configure Jitsi to use SSL and it will obtain a valid Let's Encrypt certificate.

Image content

Base OS

  • Ubuntu 20.04

Installed packages

NAME LICENSE
Jitsi GPLv3 (Apache 2.0)
Nginx GPL (BSD)
Certbot GPLv3 (Apache 2.0)
OpenJDK11 GPL

For more information about the installed packages, please refer to their official documentation:

For more information about Hetzner Cloud and Hetzner Cloud Apps, please refer to our official documentation:

Table of Contents