Disable Guest Access

271 views
Skip to first unread message

The Online ESL Mentoring Program

unread,
Jul 7, 2018, 2:11:50 PM7/7/18
to BigBlueButton-Setup
I've never done this before. I will just list the steps I think I need to do. Please let me know if I'm right or wrong Thanks!

Steps to Disable Guest Access:

1. Login to PuTTy
2. Type: # docker stop greenlight (enter)
3. Type # docker rm greenlight (enter)
4. Type DISABLE_GUEST_ACCESS=true (enter)
5. # docker run -d -p 5000:80 -v $(pwd)/db/production:/usr/src/app/db/production -v $(pwd)/assets:/usr/src/app/public/system --env-file env --name greenlight bigbluebutton/greenlight (enter)

____________________________________________________________________________________________________________________



Applying env File ChangesAnchor link for: applying env file changes

Whenever you update the env file and want to apply the changes to GreenLight, you must stop GreenLight, delete the container, and run it again.

To stop GreenLight and remove the existing container named ‘greenlight’, do the following:

# docker stop greenlight
# docker rm greenlight

Then use the same command to start the server

# docker run -d -p 5000:80 -v $(pwd)/db/production:/usr/src/app/db/production -v $(pwd)/assets:/usr/src/app/public/system --env-file env --name greenlight bigbluebutton/greenlight


Disabling guest accessAnchor link for: disabling guest access

A user must login to GreenLight to access features such as meeting updates, preferences, recording management, and more. However, GreenLight will allow unauthenticated users to create meetings.

If you wish to disable guest access and only allow authenticated users to create meetings, you should uncomment and set the DISABLE_GUEST_ACCESS environment variable in the env file to true.

DISABLE_GUEST_ACCESS=true

This will not prevent unauthenticated users from joining meetings created by authenticated users if they have been given the invite URL.

Disabling guest access will also set a new landing page that welcomes the user to GreenLight, and prompts them to login.

Do the steps in Applying env file changes to apply the new changes.

Fred Dixon

unread,
Jul 7, 2018, 2:25:50 PM7/7/18
to BigBlueButton-.
Hi there,

The instructions state

> you should uncomment and set the DISABLE_GUEST_ACCESS environment variable in the env file

Your just typing the text on the terminal.  You need to edit the file called 'env' (google on how to best do this on Linux).

Regards,... Fred




--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.


--
BigBlueButton Developer
@bigbluebutton

The Online ESL Mentoring Program

unread,
Jul 7, 2018, 2:56:35 PM7/7/18
to BigBlueButton-Setup
Fred, Ok thanks. 
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

SpartanU

unread,
May 31, 2019, 11:59:14 AM5/31/19
to BigBlueButton-Setup
Hello Fred!. This is for an older release of Greenlight?, for Greenlight 2.1.0 I did not find this setting on the .env file.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

Fred Dixon

unread,
May 31, 2019, 1:05:33 PM5/31/19
to BigBlueButton-.
Hi SpartanU,

I think the label changed.  Looking through the docs


look for the configuration ALLOW_GREENLIGHT_ACCOUNTS in the env file.

Regards,... Fred


To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.


--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.

For more options, visit https://groups.google.com/d/optout.

SpartanU

unread,
Jun 1, 2019, 4:04:50 PM6/1/19
to BigBlueButton-Setup
Thanks!, I already did that. I thought it was something different :D
Reply all
Reply to author
Forward
0 new messages