# Jitsi Meet Server

Just as with stable you can also use our Ubuntu/Debian repository for nightlies:

* First install the Jitsi repository key onto your system:

  ```
  wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
  ```
* Create a sources.list.d file with the repository:

  ```
  sudo sh -c "echo 'deb https://download.jitsi.org unstable/' > /etc/apt/sources.list.d/jitsi-unstable.list"
  ```
* Update your package list:

  ```
  sudo apt-get -y update
  ```
* Install the **full suite:**

  ```
  sudo apt-get -y install jitsi-meet
  ```

![](https://529150212-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lh81JtaIQ84bwQqz_Wh%2F-M4C__ZRLRMG3C7b0H16%2F-M4C_axoqrIG2dYZN1xS%2Fimage.png?alt=media\&token=227b2007-f8cf-4ce2-b2fd-cf90a0681743)
