Connecting your IRC client to ZNC

ZNC is already running (install). Client connects to the bouncer, not straight to the IRC network.

Server line

Host: bnc.kire.net (A 70.39.109.170) or the vhost you bound. Port: whatever you picked in --makeconf. TLS if you enabled SSL.

/server bnc.kire.net PORT

Password is username:password. If you have multiple networks in ZNC:

username/network:password

Some clients have separate "server password" vs SASL — this is the server password to ZNC. Ident: your shell username unless you set otherwise in the ZNC user.

Playback

If you loaded the playback module (/msg *status loadmod playback or makeconf), clients that speak it will request only what they missed instead of the whole buffer. irssi/weechat: use a playback/znc script or cap. Everyone else gets the classic buffer dump on connect. Keep buffer sizes sane.

Run irssi/weechat in screen/tmux on the shell if you want; that is what screen is for. ZNC itself stays a daemon.

Vhost / ident

Set BindHost (vhost) on the ZNC user or network in webadmin. Ident is the ZNC user ident field. Changing either: edit znc.conf or webadmin, then reconnect the client.

/msg *status help
/msg *status listavailmods

Forgot the password: reset. Bouncer will not stay up: restart.

AUP: max 2 IRC connections per shell to a given network — the bouncer's uplink is one of them.

  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

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 to install and configure a psybnc IRC bouncer

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

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...