What ports does xibo use

Hi all can somone tell me the ports that xibo uses.

It really depends on how you configure it.

Assuming you use the defaults, then

HTTP 80/tcp
XMR 9505/tcp

If you configure SSL

HTTPS 443/tcp

Between the CMS and the XMR server, also

50001/tcp

However if you’re using Docker or running XMR and the CMS on the same server, then they communicate over private networks/loopback network and so won’t require firewall rules.