Skip to main content

Start the services

We are now ready to start jitsi-meet

systemctl start prosody.service
systemctl start jitsi-videobridge.service
systemctl start jicofo.service
systemctl start nginx.service

Checks that everything looks fine

systemctl status \
  prosody.service \
  jitsi-videobridge.service \
  jicofo.service nginx.service

Activate the service to start at boot

systemctl enable prosody.service
systemctl enable jitsi-videobridge.service
systemctl enable jicofo.service
systemctl enable nginx.service