bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.
GNU Lesser General Public License v3.0
617 stars 538 forks source link

greenlight missing #756

Closed AnasAfawzy closed 1 day ago

AnasAfawzy commented 2 days ago

i try install bigbluebutton on my own local server using this command : Screenshot from 2024-10-19 02-03-57

wget -qO- https://raw.githubusercontent.com/bigbluebutton/bbb-install/v2.7.x-release/bbb-install.sh | bash -s -- -w -v focal-270 -s 192.168.1.199 -w -g -k

Screenshot from 2024-10-19 02-04-28 i cant access greenlight ???

ffdixon commented 1 day ago

You need to setup a domain name for your server with a valid SSL certificate. Using an IP address won't work. See

https://github.com/bigbluebutton/bbb-install?tab=readme-ov-file#getting-ready

AnasAfawzy commented 1 day ago

Thanks for your response Do I have to use a certificate and my server is local only to try connecting with Laravel?

ffdixon commented 1 day ago

Do I have to use a certificate

Yes, it won't work without a domain name + certificate.

AnasAfawzy commented 1 day ago

Thanks a lot