ChatLife IRC Server - psyBNC Help

Install & Configure psyBNC IRC Bouncer

⬅ Back to Home

🔹 Requirements

sudo apt install build-essential screenCopied!

🔹 Download psyBNC

wget https://psybnc.at/download/psyBNC-2.4.3.tar.gzCopied!
tar xvf psyBNC-2.4.3.tar.gzCopied!
cd psybncCopied!

🔹 Compile psyBNC

make menuconfig(Choose settings like IPv6, SSL, etc.)Copied!
makeCopied!

🔹 Configure psyBNC

After compilation, edit the config file:

nano psybnc.confCopied!

Important options:

🔹 Running psyBNC

screen -S psybnc ./psybncCopied!

Detach with CTRL+A+D, reattach with screen -r psybnc.

⬅ Back to Home