Video coming soon…
📈 Setup Matomo — Self-Hosted Google Analytics Alternative
Deploy Matomo on Ubuntu — the leading open-source web analytics platform with 100% data ownership, GDPR compliance, heatmaps, and funnel analysis.
⚠️ This script is provided for demo and testing purposes only.
📦 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/analytics/matomo/matomo-ubuntu.sh
chmod +x matomo-ubuntu.sh
sudo bash matomo-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/analytics/matomo/matomo-ubuntu.sh
2 Make it Executable
chmod +x matomo-ubuntu.sh
3 Run the Installer
The script installs Docker, sets up MariaDB, configures Nginx, and starts Matomo automatically.
sudo bash matomo-ubuntu.sh
4 Complete the Setup Wizard
Open your browser, navigate to the Matomo URL, and complete the installation wizard:
http://<your-server-ip>
Ports Used
| Port | Purpose |
|---|---|
| 80 | HTTP Web Interface |
| 443 | HTTPS (via reverse proxy) |
