

i have an ubuntu 16.04 server, installed jitsi-meet from jitsi repositories (apt install jitsi-meet). i also tried to do remote control from, but couldn't find anything. But i couldn't find any documentation or guide about how can we use this feature. Once the SSL certificate is set, we are ready to start using Jitsi for video conferencing. Remote control has been implemented as i see from commits and source. It will be used for notification abour expiring certificates.
#JITSI REMOTE CONTROL FREE#
It makes sense to set up free Let’s Ecnrypt SSL certificates: /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh At least earlier versions weren't as reliable as other paid options. So far we've only used it for internal meetings and collaboration, not for meetings with clients.

Also use “Generate a new self-signed certificate (You will later get a chance to obtain a Let’s Encrypt certificate)” when asked. It is a great tool for internal collaboration within a company. Although it’s possible to use Jetty as a web server, or Apache with Jetty we’d recommend to use nginx. Before we proceed with Jitsi installation we need to install web server.
#JITSI REMOTE CONTROL UPDATE#
Prepare the Jitsi repository: echo 'deb stable/' > wget -qO - | apt-key add Update the cache once again and install apt-transport-https package: apt apt-get install apt-transport-httpsĩ. It’s important that universe repo is enabled: grep universe /etc/apt/sources.list | grep -v \#ĭeb bionic-backports main restricted universe multiverseħ. Ubuntu 18.04.4 LTS \n Set up hostname and modify /etc/hosts: sed -i 's/^127.0.1.1.*$/127.0.1.1 jitsi/g' cat /etc/hostsġ27.0.1.1 Make sure it’s set properly: hostname Then update packages cache: apt updateĦ. Let’s start with checking OS version: cat /etc/issue Basically Jitsi set up is pretty easy and straightforward.ġ. fix(remote-control) skip on mobile fix(ios) fix joining a meeting when the app was closed fix(conference.js): 2 tracks of. The main benefit is that it’s very handy to use it for renewing free SSL certificates, but we’ll get there bit later. Regarding the DNS service you could use your registrar DNS service, usually it’s free.Īnother option is a free Cloudflare’s DNS service. It is a basic installation, you might need custom setup (for big conferences and custom features) Your own access control (through CAS, LDAP, JWT …).However, there are multiple advantages of running your own Jitsi Meet server: You can use Jitsi to share desktops, edit documents and exchange text messages.įor on-the-fly with no setup you can use the freely provided Jitsi Meet. It does not require a client application, working using a web browser. It allows to create self hosted solution for high quality video conferencing. Such as Jitsi Meet – a secure open source video conference suite. Video conference calls is on the rise during the current lockdown as the Coronavirus emergency is forcing companies to transition to remote work.Įven Google and Microsoft are giving away enterprise conferencing tools (for a limited time though).įor those who want to use their own solution there are a number of open source alternatives.
