How to install and configure a psybnc IRC bouncer

psyBNC still works. SSH in. It daemonizes. Screen/tmux are for irssi/weechat.

cd ~
wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz
tar -zxvf psyBNC-2.3.2-7.tar.gz
cd psybnc
make menuconfig

In menuconfig: compiling options, then Bouncer Config — listen port, user, password, vhost/bind. Exit; it compiles. Start:

./psybnc

It forks. Confirm with ps x. Connect: How do I connect to the psyBNC after its installed?.

AUP: max 2 IRC connections per shell to a given network. The bouncer's uplink counts.

Prefer ZNC? ZNC install — webadmin, playback, bind vhost.

  • 4 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

How to install and configure a ZNC IRC Bouncer

ZNC 1.8.0 is already at /usr/local/bin/znc on KIRE. --makeconf is valid. SSH in. It daemonizes....

How do I reset my ZNC IRC Bouncer password from Shell or SSH?

SSH in. znc --makepass still works on the box ZNC (1.8.0). znc --makepass Type the new password...

How do I restart my ZNC IRC bouncer?

SSH in. ZNC daemonizes; you do not keep it in screen. Start znc If you see ZNC is already running...

How do I manually edit my ZNC configuration file (znc.conf)?

Prefer webadmin (or /msg *status / controlpanel) while ZNC is running. Do not edit znc.conf live...

How do I connect to the psyBNC after its installed?

From your IRC client: /server bnc.kire.net:PORT /quote pass YOURPASS PORT is whatever you set in...