greenstatic / bigbluebutton-monitoring

A simple web app with a list of all current meetings on BigBlueButton
MIT License
31 stars 18 forks source link

Ububntu 18.04 - Port 4000 already in use #12

Open Marco-Total opened 3 years ago

Marco-Total commented 3 years ago

Hi,

i installed the new bbb v2.3 on a fresh installed Ubuntu 18.04. When I try to setup your realy nice monitoring docker, i get a error message, that the port 4000 is already in use:

netstat -ae | grep 4000 tcp 0 0 localhost:4000 0.0.0.0:* LISTEN meteor 27453

I think, meteor use also port 4000: https://www.meteor.com/

I changed the Port from 4000 to 4002, and all works fine for me.

Cheers, Marco

greenstatic commented 3 years ago

Is Meteor part of the official BBB installation? If not, then this is outside the scope of this project but nonetheless a welcome heads up for anyone with a similar setup as yours.