Jitsi Meet: Enabling Authentication and Server Optimization
2025-09-10
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
.envfile and find the Prosody (XMPP server) section.ENABLE_AUTH=1 AUTH_TYPE=internal
Here, internal means that users will be stored locally.