🐳 Setup Portainer CE — Docker Management UI

Deploy Portainer Community Edition on Ubuntu 22.04 or 24.04 — the most popular Docker management web UI, installed in seconds with one automated script.

⚠️ 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 sets everything up.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/portainer/portainer-ubuntu.sh
chmod +x portainer-ubuntu.sh
sudo bash portainer-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/portainer/portainer-ubuntu.sh

2 Make it Executable

chmod +x portainer-ubuntu.sh

3 Run the Installer

The script installs Docker if needed, pulls the Portainer image, and starts the container automatically.

sudo bash portainer-ubuntu.sh

4 Access the Web UI

Open your browser and navigate to:

https://<your-server-ip>:9443
⏰ You have 5 minutes after first start to create your admin account before Portainer locks the setup wizard!

Ports Used

PortPurpose
9443HTTPS Web UI
8000Edge agent tunnel