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.
Grab the automated bash script from GitHub to follow along with the video.
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/portainer/portainer-ubuntu.sh
chmod +x portainer-ubuntu.sh
sudo bash portainer-ubuntu.sh
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/portainer/portainer-ubuntu.sh
chmod +x portainer-ubuntu.sh
The script installs Docker if needed, pulls the Portainer image, and starts the container automatically.
sudo bash portainer-ubuntu.sh
Open your browser and navigate to:
https://<your-server-ip>:9443
| Port | Purpose |
|---|---|
| 9443 | HTTPS Web UI |
| 8000 | Edge agent tunnel |