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.
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
| Port | Purpose |
|---|---|
| 8320 | Xibo CMS web application (mapped from container port 80) |
| 9505 | XMR real-time push service — players connect here for instant updates |
| 3306 | MySQL — internal to the Docker network, not exposed to the host |