Video coming soon…
🛠️ Setup OmniTools — Offline Utility Toolbox
Deploy OmniTools on Ubuntu with Docker — a large collection of everyday developer and text utilities that all run in your browser, fully offline, on port 8176.
⚠️ 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/tools/omni-tools/omni-tools-ubuntu.sh
chmod +x omni-tools-ubuntu.sh
sudo bash omni-tools-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/omni-tools/omni-tools-ubuntu.sh
2 Make it Executable
chmod +x omni-tools-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts iib0011/omni-tools on port 8176. There's no database, no volume, and no configuration — it's a single static container.
sudo bash omni-tools-ubuntu.sh
4 Open the Toolbox
Browse to OmniTools and start using any utility — everything runs in your browser with no sign-up:
http://<your-server-ip>:8176
Ports Used
| Port | Purpose |
|---|---|
| 8176 | Web UI (host → container 80) — static site, no back-end |
| storage | None — no database, no volume, no accounts |