Jitsi Meet: Enabling Authentication and Server Optimization
September 10, 2025
Jitsi Meet: Enabling Authentication and Server Optimization
In the previous article, we deployed a basic Jitsi Meet server using Docker.
Now let’s look at how to secure your server, enable authentication, and optimize performance for stable video calls.
Authentication: Invite-Only Access
By default, Jitsi Meet allows anyone to create rooms. To restrict access — enable Secure Domain.
- Open the
.env
file and find the Prosody (XMPP server) section.ENABLE_AUTH=1 AUTH_TYPE=internal
Here, internal
means that users will be stored locally.