Video coming soon…
🎁 Setup the Startup Stack — Analytics, Newsletters, and Uptime in One Go
Deploy a self-hosted startup toolkit on Ubuntu with Docker — Plausible analytics, Listmonk newsletters, and Uptime Kuma monitoring, with databases and admin accounts set up for you.
⚠️ 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/stacks/startup-stack/startup-stack-ubuntu.sh
chmod +x startup-stack-ubuntu.sh
./startup-stack-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/stacks/startup-stack/startup-stack-ubuntu.sh
2 Make it Executable
chmod +x startup-stack-ubuntu.sh
3 Run the Installer
./startup-stack-ubuntu.sh
4 Set Up Each Tool
http://your-server-ip:8100
Ports Used
| Port | Purpose |
|---|---|
| 8100 | Plausible — analytics (from container 8000; PostgreSQL + ClickHouse behind it) |
| 9000 | Listmonk — newsletters (admin auto-created) |
| 3001 | Uptime Kuma — monitoring |