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 on this config, it is up. To bounce it, kill then start:

ps x
kill PID
znc

PID is the one on the znc line. kill -9 only if it ignores a normal kill. pkill znc works when you have only your own ZNC on the account.

pkill -SIGUSR1 znc saves config, it does not restart. See znc.conf.

After a password edit you must actually stop and start, not SIGUSR1.

Client still points at the same host:port — Connecting your IRC client to ZNC.

  • 17 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

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