To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Connecting to ZNC

From ZNC
Revision as of 18:26, 21 February 2013 by >Markov (Page creation. Added general and irssi instructions (and blank heading for xchat))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

General

You connect to znc using any ordinary irc client. You may configure your znc account via irc commands. You may find it a lot easier however to configure your networks and settings using the Web configuration module. In which case, you would navigate to http://znc.example.com:6667 or https://znc.example.com:6697 depending on your port/ssl configuration.

If you have multiple irc networks setup under your znc account, you may connect to a specific one directly by adding /networkname to your username like so

username/networkname

Some Popular IRC clients

Irssi

/set user_name myusername

Or to connect to a specific network you have setup add /networkname for instance

/set user_name myusername/freenode

Now connect and supply the password

/connect znc.exmaple.com somethingheredoesntmatter "this is my password"

Or you can simply connect without a password and supply it after you've connected by running

/connect znc.example.com

At which stage you may enter your password by doing

/quote PASS myusername:mypassword

It doesn't matter what you put for nickname as the server will readjust to what the network is set to.

XChat