diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf
index 99693f0fbd320be03f1ced103f01feef5692a81a..184c572643e1e6ca731ff04851df2983f63a3e99 100755
--- a/bigbluebutton-config/bin/bbb-conf
+++ b/bigbluebutton-config/bin/bbb-conf
@@ -420,6 +420,20 @@ display_bigbluebutton_status () {
 
     if [ -f /usr/lib/systemd/system/bbb-html5.service ]; then
         units="$units mongod bbb-html5 bbb-webrtc-sfu kurento-media-server"
+		
+	  source /usr/share/meteor/bundle/bbb-html5-with-roles.conf
+
+        if [ -f /etc/bigbluebutton/bbb-html5-with-roles.conf ]; then
+          source /etc/bigbluebutton/bbb-html5-with-roles.conf
+        fi
+
+        for ((i = 1 ; i <= $NUMBER_OF_BACKEND_NODEJS_PROCESSES; i++)); do
+          units="$units bbb-html5-backend@$i"
+        done
+		
+        for ((i = 1; i <= NUMBER_OF_FRONTEND_NODEJS_PROCESSES; i++)); do
+          units="$units bbb-html5-frontend@$i"
+        done
     fi
 
     if [ -f /usr/share/etherpad-lite/settings.json ]; then