Video coming soon…
🟢 Setup Ergo — Modern IRC Server with Built-in Services
Deploy Ergo on Ubuntu with Docker — a modern IRC server written in Go with built-in services and a bouncer, so you can run your own private IRC network from a single binary, on ports 6667 and 6697 (TLS).
⚠️ 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/ergo/ergo-ubuntu.sh
chmod +x ergo-ubuntu.sh
./ergo-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/ergo/ergo-ubuntu.sh
2 Make it Executable
chmod +x ergo-ubuntu.sh
3 Run the Installer
./ergo-ubuntu.sh
4 Connect an IRC Client
your-server-ip:6697
Ports Used
| Port | Purpose |
|---|---|
| 6667 | IRC — plain, unencrypted connections (prefer TLS instead) |
| 6697 | IRC over TLS — the port to publish on a public network |