Video coming soon…
🟠 Setup The Lounge — Always-On Web IRC Client
Deploy The Lounge on Ubuntu with Docker — a self-hosted, always-on web IRC client that stays connected when you close the browser, keeps your scrollback, and lets you use IRC from any device, on port 9020.
⚠️ 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/communication/thelounge/thelounge-ubuntu.sh
chmod +x thelounge-ubuntu.sh
./thelounge-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/thelounge/thelounge-ubuntu.sh
2 Make it Executable
chmod +x thelounge-ubuntu.sh
3 Run the Installer
./thelounge-ubuntu.sh
4 Create Your User Account
docker exec -it thelounge thelounge add admin
Ports Used
| Port | Purpose |
|---|---|
| 9020 | The Lounge web IRC client (mapped from container port 9000) |