Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/automation/semaphore/semaphore-ubuntu.sh
chmod +x semaphore-ubuntu.sh
sudo bash semaphore-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/automation/semaphore/semaphore-ubuntu.sh
2 Make it Executable
chmod +x semaphore-ubuntu.sh
3 Run the Installer
sudo bash semaphore-ubuntu.sh
4 Access the Web UI
http://:3000
# Login with SEMAPHORE_ADMIN / SEMAPHORE_ADMIN_PASSWORD from your .env
Ports Used
| Port | Purpose |
|---|---|
| 3000 | Semaphore Web UI + API |
| 22 (outbound) | SSH to managed hosts |
