Video coming soon…
⚙️ Setup Yacht — Template-Driven Docker Web UI
Deploy Yacht on Ubuntu — a lightweight web UI for managing containers, with a one-click template system that makes deploying apps as easy as picking from a list.
⚠️ 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/management/yacht/yacht-ubuntu.sh
chmod +x yacht-ubuntu.sh
sudo bash yacht-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/yacht/yacht-ubuntu.sh
2 Make it Executable
chmod +x yacht-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, pulls the selfhostedpro/yacht image, and starts it on port 8161 with the Docker socket mounted so it can manage your containers.
sudo bash yacht-ubuntu.sh
4 Log In to the Web UI
Open your browser and navigate to Yacht, then log in with the default credentials admin@yacht.local / pass and change the password immediately:
http://<your-server-ip>:8161
Ports Used
| Port | Purpose |
|---|---|
| 8161 | Web UI (host → container 8000) |