How To Use Psybnc On Mirc ?
Its been a very big issue for newbies who buy shell and they don’t know how to install psybnc and How to use psybnc on mirc, Well Here in this post I will share tutorial about how to use psybnc on mirc. Tutorial about How to Install Psybnc has been discussed earlier. Click Here To Read How To Install Psybnc On Shell
Assuming that you have install psybnc sucuessfully, here i start how to use psybnc on mirc with easy steps.
1.) After you install psybnc you will get server name, identd (username to use as your logoin for psybnc) and port.
2.) Open Mirc and Fill up all information as guided in below pic:

Full name: You can put anything here
Email: Don’t use your email, just put your name in that field else it will conflict with your identd (username of psybnc) and it will give you error: “<-psyBNC> Wrong Password. Disconnecting.” so simply use your name in that field.
Nick: Put your nick which you want to use on IRC
Alternative: Put any other nick ( in case your nick is already in use on irc, this option will obtain your alternative nick). You can keep it blank if you want.
Click ok After doing this and then type command given below at your Mirc status window.
3.) Type: /identd on username
Type command given above at status window of your mirc. Replace field “username” with your “psybnc’s identd (username to use as your logoin for psybnc)”
4.) You are almost done. Now just use following command syntax to get connected to your psybnc at Mirc status window
type: /server <your.servername.com> <port> <password>
<your.servername.com> : replce this field with host name of your shell or psybnc server name. If you don’t know it ask your shell or psybnc provider about it.
<port> : replace this field with listening port of psybnc.
<password> : if you are starting your psybnc for the 1st time then you can use any password of your choice. It will become your psybnc’s password.
5.) After you perform command given above you will get connected to psybnc and you will recieve “welcome msg from psybnc”. Now you have to add vhost to your psybnc. Type following command to add vhost to your psybnc.
6.) type: /bvhost your.vhost.here.com
this will add your vhost. Replace “your.vhost.here.com” with vhost of your psybnc server. If you dont know about it then ask your shell or psybnc provider.
Next step is to add irc server to psybnc to get connected to paticular IRC NETWORK like dalnet, efnet, undernet or any other of your choice. For that just follow command given below to add irc server in psybnc.
7.) type: /addserver irc.efnet.net 6667
here i have given example of one efnet server. you can use server name of particular network instead of “irc.efnet.net” to get connected to server of your choice.
After performing above command you just have to wait for few seconds. Your psybnc will automatically get connected to your choice of irc network.
Next time when you want to connect your psybnc you just need to follow step 2, 3 and 4
Make sure you note down or remmber your psybnc’s ident(username), port, server name (server host) and password.
For any assistance you can comment below.
How to reset or change psybnc password?
Here in this post I will let you know how to reset or change password of psybnc.
There are 3 ways of changing / reseting psybnc password.
Method 1.)
If you are already logged into your psybnc then you just have to type following command to change or reset your psybnc password.
/password <new password>
Method 2.)
If you have access to admin psybnc and you have forgotten your user psybnc’s password then you need to type following command to reset your psybnc’s user’s password.
/password <psy user> <new password>
Method 3.)
If you have forgotten your psybnc’s admin password then you can reset it via shell. Just follow the given steps to change / reset your psybnc’s admin password via shell.
1.) 1st of all you will need login to your shell
2.) and then type: cd psybnc
Now you are in psybnc directory. Here you have to edit psybnc.conf file. For that you have to type command given below.
3.) now type: pico psybnc.conf
4.) Now you will have to make changes in this line “USER1.USER.PASS==`xy’z`a`h`e”
Here you have to put new password after USER1.USER.PASS=
For example: USER1.USER.PASS=new pass word
5.) type: ctrl (key)+x
(to save your psybnc.conf file)
6.) type: y + enter (key)
After you have saved edited part you have to restart your psybnc and you are ready to use your psybnc with new password.
How to setup (compile/install) psyBNC
What is psyBNC?
psyBNC is an IRC network bouncer (BNC). psyBNC is short form of psychoid bouncer (BNC).
psyBNC is mostely used to hide your ip on IRC network and bounce your ISP. It is very easy to use and due to its unique features, it has become most popular BNC (specially on FREEBSD) .
psyBNC does not just bounce your ISP (hide your ip) it also stays connected to IRC server even after you close your irc client. Most of the users like this feature which made psyBNC most popular among bouncers.
Moreover there is multiple user feature included with psyBNC, multiple server support and much more. It also support IPV6.
Here I am going to let you know how to setup psyBNC on your shell in few easy steps.
How to setup (compile/install) bnc.
1.) type: wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz
Above command will download psybnc in your shell.
2.) type: tar -zxvf psyBNC-2.3.2-7.tar.gz
Above command will untar your downloaded psyBNC tar file. Now you have to change dir to psybnc so type command given below.
3.) type: cd psybnc
Now you are in directory called psyBNC-2.3.2-7
4.) type: make
Your psybnc is almost compiled now. After performing this command you will be asked some questions as below
Country Name [DE]:
State/Province [Somewhere]:
Locality Name (eg, city) []:
Organization Name (eg, company) [tCl]:
Organizational Unit Name (eg, section) [psyBNC]:
Common Name (Full domain of your server) []:
LEAVE all field blank if you dont want to answer.
Now you will have to edit psybnc.conf file to edit listening port.
5.) type: pico psybnc.conf
There you will see 3 lines in your psybnc.conf file. You just have to edit “PSYBNC.SYSTEM.PORT1=31337″. 31337 is default listening port. Change it to your choice of listening port.
I prefer you to chose any port between 10000 – 20000.
example: PSYBNC.SYSTEM.PORT1=15678
6.) type: ctrl (key)+x
(to save your psybnc.conf file)
7.) type: y + enter (key)
8.) type: ./psybnc psybnc.conf
Now you are ready to use your psyBNC
If you face any trouble installing (compiling/setting up) psyBNC, write your problem or error in comments. I will try help you fixing errors.
