بعد از نصب و کانفیگ سرورهای بیگ بلوباتن، شما نیاز به یک ادمین کلی سرور دارید که همه کلاس ها را مدیریت و همه ویدیوهای ضبط شده را مشاهده و در صورت نیاز حذف کنید
برای فعال سازی آن از روش زیر در سرورهای اوبونتو استفاده می کنید
To set up an administrator account for Greenlight (so you can approve/deny signups), enter the following commands
cd greenlight/
docker exec greenlight-v2 bundle exec rake admin:create
This command will create an admin account and set a default password. After running this command, login using the given username/password and change the default password. Next, select 'Administrator' and choose 'Organization'.
You can then select 'Site Settings' on the left-hand side and change the Registration Method to 'Approve/Decline'.
You can now contol who creates accounts on your BigBlueButton server. For more information see Greenlight administration.