]> jfr.im git - irc/freenode/web-7.0.git/blob - content/kb/sasl/znc.md
Merge pull request #203 from tinyhippw/sasl-documentation
[irc/freenode/web-7.0.git] / content / kb / sasl / znc.md
1 Title: Configuring SASL for ZNC
2 ---
3 ZNC ≥1.0 includes an official SASL module. Details can be found on the [ZNC wiki <i class="fa fa-external-link" aria-hidden="true"></i>](http://wiki.znc.in/Sasl).
4
5 1. Load the SASL module as you would any other module, following the instructions here.
6
7 2. Configure the supported mechanisms:
8 `/msg *sasl Mechanism PLAIN`
9
10 3. Configure your authentication credentials. AccountName should be the primary nick. Replace Password with your Nickserv password.
11 `/msg *sasl Set AccountName Password`
12
13 The next time ZNC reconnects, it should identify automatically.