How do I reset my ZNC password from SSH?

To reset your ZNC password from SSH - 

[~] # znc --makepass
[ ** ] Type your new password.
[ ?? ] Enter Password:
[ ?? ] Confirm Password:
[ ** ] Kill ZNC process, if it's running. (znc-kill)
[ ** ] Then replace (nano .znc/configs/znc.conf) password in the <User> section of your config with this:
<Pass password>
        Method = sha256
        Hash = 269dd6188ef05333fa63c2cbbae23b402476b382e51614830217e32cb870f9c6
        Salt = VskeISWUal6ilFU?PgaY
</Pass>
[ ** ] After that start ZNC again, and you should be able to login with the new password.


  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

How do I add the fish module to ZNC?

Fish for ZNC 1.4fetch http://www.shatow.net/fish.cpp && znc-buildmod fish.cpp &&...

I get "permission denied" when trying to connect to IRC

This indicates you probably need to set a vhost or possibly there is a problem with the vhost...

How do I upgrade my ZNC process?

Restart the ZNC process with ZNC-restart. This will update your ZNC to the latest ZNC version...

I've never used ZNC before but would like to learn

You can choose to have us install the ZNC for you by clicking the option on the orderform. Then...

When compiling ZNC myself the compiler dies saying it does not have enough memory!

Starting from ZNC 0.062, you can use the --disable-optimization to configure. This will disable...