Follow [Jitsi Load balancing guide](https://github.com/jitsi/jicofo/blob/master/doc/load_balancing.md) and the video https://youtu.be/LyGV4uW8km8
This has been deployed on several machines, see https://git.fairkom.net/hosting/fairmeeting/issues/42 . Bare metal preferred.
Prepare videobridge servers with ansible playbook hardening.yml (check SSH port an do a `sshd -t` after running the script so you do not lock yourself out!), requires: `apt-get install python-apt`
Add host name and repo as in this guide first steps https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md#basic-jitsi-meet-install
### Option 1: Jitsi stable release
Now works with default Java 11. ~~Install Java 8 from other repo https://git.fairkom.net/hosting/fairmeeting/issues/50#note_21586~~
~~Has newer version of videobridge, which is [considered stable](https://community.jitsi.org/t/jvb-2-considered-stable/24314/7) and which should work fine with Java 11 (default in buster).~~