I changed my psybnc password and now I can't login!

Easy way: SSH into the shell and type psy-pass and psy-info.

Another option is to open a ticket in the support system requesting a psybnc reset and we will reply with psy-pass and psy-info

Hard way: Login to the shell account with SSH

kill the currently running psybnc process by typing ps -x to find the PID#

then kill -9 PID

cd psybnc

pico -w psybnc.conf and edit the following line

USER1.USER.PASS==(encrypted stuff) by putting an unencrypted password in and take out one of the = signs making it look like - USER1.USER.PASS=mysecretpass

restart your psybnc by typing ./psybnc in the psybnc directory

psybnc will re-encrypt the password when it restarts.

  • 343 Users Found This Useful
Was this answer helpful?

Related Articles

How do I connect to the psyBNC after its installed?

To connect to your psyBNC enter /server servername.Xzibition.com:port#When prompted type /quote...

How do I connect to Linknet?

/addserver S=irc.link-net.org:7000 psyBNC does better with adding the individual servers instead...

Steps for installing psybnc on your new Xzibition account

1. Using PuTTY (or any other SSH client) SSH into the shell using the information provided in...

How do I setup psybnc to use multiple networks at the same time?

The first thing you need to do is add in another network: /addnetwork [name] --- adds in a...