LinuxCommandLibrary

znc

TLDR

Run initial setup

$ znc -c
copy
Start daemon
$ znc
copy
Setup for systemd
$ sudo -u znc znc -c -d /var/lib/znc
copy
Enable on boot
$ systemctl enable znc --now
copy

SYNOPSIS

znc [OPTIONS]

DESCRIPTION

znc is an IRC bouncer that stays connected to IRC servers when you disconnect. It buffers messages and plays them back when you reconnect.
The bouncer supports multiple networks, users, and features like SSL and modules.

PARAMETERS

-c, --makeconf

Run initial configuration wizard
-d, --datadir DIR
Use specified data directory
-f, --foreground
Run in foreground (no daemon)
-D, --debug
Enable debug output

CAVEATS

Initial setup required via -c flag. Web interface available on configured port. Requires persistent server for continuous operation.

SEE ALSO

irssi(1), weechat(1)

Copied to clipboard