This video will show you a complete installation process of setting a JITSI server with JWT authentication.
Guide used for installation
https://doganbros.com/index.php/jitsi...
Command to generate app id and app secret
hexdump -n 16 -e '4/4 "%08X" 1 "\n"' /dev/urandom
JWT token
https://jwt.io/