Jitsi admin

I’m trying to install jitsi admin from GitHub - H2-invent/jitsi-admin: Der Jitsi Admin ist eine Administration und Management Plattform für Jitsi Meet Server but after complete installation i see nothing when i browse it on web with server url. Following are my .env config for keycloak is there any step guide which can help in installing it properly. I run bash install.sh and don’t get any error but it’s still not working.

OAUTH_KEYCLOAK_CLIENT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
OAUTH_KEYCLOAK_CLIENT_SECRET=password
OAUTH_KEYCLOAK_SERVER=fqdn:8080/auth/
OAUTH_KEYCLOAK_REALM=jitsi

I am hoping the below links might help you. I have no idea what “OAUTH_KEYCLOAK*” is about, others might.

These links helped me set up my own Jitsi instance.

Thanks for your message but i’m asking about jitsi admin. I was able to install jitsi meet but need jitsi admin to manage user and everything else. I found this git url GitHub - H2-invent/jitsi-admin: Der Jitsi Admin ist eine Administration und Management Plattform für Jitsi Meet Server which is repository for jitsi admin. I need help in getting this installed and configure as i’m not able to access even after successful run for bash install.sh.

Please read the information, if you do, you will learn that Jitsi Admin is called “Secure Domain setup”.

Secure Domain setup · Jitsi Meet Handbook
It is possible to allow only authenticated users to create new conference rooms. Whenever a new room is about to be created, Jitsi Meet will prompt for a user name and password. After the room is created, others will be able to join from anonymous domain. Here’s what has to be configured:

This has worked great for me.

Once the admin, or should I say, the moderator is logged in, they can set a password if they want, and/or enable lobby room, which means the moderator gets to decide if they can join the meeting when they attempt to log in.

I had setup jitsi and it’s working good with all these settings. I just want to setup jitsi admin for which i’m getting trouble installing. Kindly help me with steps for keycloak with jitsi admin

GIT repo: GitHub - H2-invent/jitsi-admin: Der Jitsi Admin ist eine Administration und Management Plattform für Jitsi Meet Server

1 Like

Apologies santoshaimpace, I do not use KeyCloak, nor do I have any idea of how to implement KeyCloak. I just use the default Jitsi Meet installation.

I guess you have read this previous post?

Maybe if someone who has worked out how to use KeyCloak will see your request for help and can reply.

@santoshaimpace this project is not part of the Jitsi core, so very few people could be familiar with it. It’s a 3rd party, plus it’s only in German.

Your best option is to ask directly @Emanuel_H and the creators of jitsi-admin for details.

@santoshaimpace
Sorry for the late reply, I did not get a notification for this issue.
I hope you are still interested in the jitsi-admin.
for the keycloakserver you need to write https://fqdn:8080/auth
so you need to put https:// in front and no slash at the end.

Best regards
Emanuel

@Emanuel_H Thanks for your reply. I get error “page not found” if i put https://fqdn:8080/auth. Can you help me with keyloack configuration required for jitsi admin i guess i’m doing something wrong there. Also my keycloack working on http not https.