If they leave, another user may take the moderator role.
If you run Jitsi Meet on your own server, you can set who gets moderator rights. Follow these steps:
Open your server terminal.
Edit the Prosody configuration file:
sudo nano /etc/prosody/conf.d/yourdomain.com.cfg.lua
Make sure authentication is set to internal_hashed
:
VirtualHost "yourdomain.com"
authentication = "internal_hashed"
Add a new user with moderator rights:
sudo prosodyctl register moderator yourdomain.com password
Save and exit.
Run these commands:
sudo systemctl restart prosody
sudo systemctl restart jicofo
sudo systemctl restart jitsi-videobridge2
Now, only approved users will have moderator controls.
If you are using meet.jit.si, you cannot manually set a moderator. However, you can:
Giving moderator rights in Jitsi Meet helps keep meetings organized and secure. If you need more control, consider using a self-hosted Jitsi Meet setup.
Need help with Jitsi Meet setup, security, or custom features? Contact our experts today!
Looking to set up or optimize your Jitsi? Let's connect and make it happen.