BigBlueButton's pads manager
At your BigBlueButton server, clone and install this app:
git clone https://github.com/bigbluebutton/bbb-pads.git
cd bbb-pads
npm installCopy the settings' template file and replace ETHERPAD_API_KEY with your Etherpad's server API key
Find the key at /usr/share/etherpad-lite/APIKEY.txt
cp config/settings.json.template config/settings.jsonStop the service if it's running:
sudo systemctl stop bbb-padsRun the app:
npm start