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/dev/hoppscotch/hoppscotch-ubuntu.sh
chmod +x hoppscotch-ubuntu.sh
sudo bash hoppscotch-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/dev/hoppscotch/hoppscotch-ubuntu.sh
2 Make it Executable
chmod +x hoppscotch-ubuntu.sh
3 Run the Installer
sudo bash hoppscotch-ubuntu.sh
4 Access the Web UI
http://:3000 # app
http://:3100 # admin dashboard (register first admin here)
Ports Used
| Port | Purpose |
|---|---|
| 3000 | Hoppscotch app UI |
| 3100 | Admin dashboard |
| 3170 | Backend API (must be reachable by browsers) |
| 5432 | PostgreSQL (internal only) |
