
To start a screen recording, once again hit those three vertical dots and then select "start recording." Next, link your Dropbox account to the Jitsi call, and you're good to go. You're in luck! While you need a DropBox account for the next part (you can sign up for a free, "basic" account), Jitsi makes this super easy to pull off.
JITSI MEET INSTALL FREE
Maybe you're preforming an original song for a digital talent show, and you want to be able to look back on it once you've broken free from quarantine to remind yourself that this wasn't a fever dream. To turn this off, hit "disable background blur." Screen recording and sharing a YouTube video
JITSI MEET INSTALL PASSWORD
To add a password - right after you've started the call - click the "i" icon in the bottom-right corner of the screen.īlur baby, blur. This is a straightforward step, and prevents unwanted zoombombers from crashing your call. However, there is one super important detail you must still do: add a password to the call. A quick note here: Make your meeting name unique enough that it will not already be in use (think "FriendsMeetingForBeers482020" instead of "beers"). Once there, under the "start a new meeting" text, enter your desired meeting name.

JITSI MEET INSTALL DOWNLOAD
As an added bonus, you don't need an account and you don't need to download anything to start or join a meeting. It's also encrypted, and doesn't sell your data. Much like Zoom, the free and open-source video-chat tool is easy to use and requires little-to-no onboarding. Regardless of the specific reason, you know that there has to be a better video-conferencing tool out there, and you're determined to find it. Hostname configurationĮdit the /etc/hosts file on your VPS to point to your new domain with vi /etc/hosts or nano /etc/hosts (if you must).Maybe it's the privacy issues, the security issues, or just the whole misrepresenting its encryption thing. $ ssh can take some time for DNS to propagate but in our case it was almost instant. Īt this point you should be able to SSH to your server by DNS name if DNS is correctly setup. This will be used to setup our free Let’s Encrypt SSL certificate, securely encrypting and protecting our Jitsi server and will also allow us to access Jitsi from. In our case we’re using as our fully qualified domain name (FQDN) and pointing it to the IP address of our VPS 134.122.106.161. In the DNS dashboard of your domain name registrar setup a DNS A record for your Jitsi server which points to the IP address of your VPS. Setup your firewallĪ single box instance of Jitsi Meet will need the following inbound ports open: Make a note of the IP address of your VPS, in our case it’s 134.122.106.161. We wouldn’t ordinarily recommend such a small VPS but for small companies it should be fine: This one was able to handle our 6 person video call with 50-75% CPU usage, 50% RAM usage and 20-30Mbps bandwidth. Jitsi isn’t particularly storage hungry so unless you’re setting up recording you can get away with a small sized disk. Here we’re choosing the cheapest Digital Ocean VPS with 1GB RAM, 1CPU and only 25GB of storage.


Size your serverįirst setup your VPS instance. Getting it setup on your own VPS literally takes less than 15 minutes (we timed it!). Jitsi Meet Video Conference courtesy of Wikipedia
