Video coming soon…

🖥️ Setup Xibo — Digital Signage CMS for Screens and TVs

Deploy Xibo on Ubuntu with Docker — a digital signage CMS that schedules and pushes content to screens and TVs, with the CMS on port 8320 and the XMR push service on 9505.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys the Xibo CMS on port 8320 with its XMR push service on 9505 and a MySQL database. Log in with xibo_admin / password and change it immediately.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/signage/xibo/xibo-ubuntu.sh
chmod +x xibo-ubuntu.sh
./xibo-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/signage/xibo/xibo-ubuntu.sh

2 Make it Executable

chmod +x xibo-ubuntu.sh

3 Run the Installer

./xibo-ubuntu.sh

4 Log In and Change the Password

http://your-server-ip:8320

Ports Used

PortPurpose
8320Xibo CMS web application (mapped from container port 80)
9505XMR real-time push service — players connect here for instant updates
3306MySQL — internal to the Docker network, not exposed to the host

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions