How to setup your psyBNC

 

SETUP
type: wget http://www.oocities.org/xmasolay/installer/psyBNC2.3.1.tar.gz
  if you dont have wget try lynx. keep in mind if you download if from the site you have to upload. use a normal ftp program such as cute ftp and upload it.
type:
tar –zxf psyBNC2.3.1.tar.gz
  this extracts all the files later to be used in configuring, making, and running the BNC. its similar to winzip or winrar.
type: cd psybnc
type: make
  this just complies certain files that are later used to run the BNC.
type: pico psybnc.conf.
  what you need to do here is edit the port "31337" to whatever port you want. the port must be an uncommon port (Meaning a port other than 6667-7000).
  save the file (ctrl +o)
starting BNC ./psybnc
  If your shell’s IP is 127.0.0.1 and the port your wrote down is 45756, you would type /server 127.0.0.1 45756. Once you have connected you will get a message like this:
-Welcome- psyBNC2.3.1
-
--psyBNC- Your IRC Client did not support a password. Please type /QUOTE PASS yourpassword to connect.
So since this is your first time connecting to the psyBNC, you do not have a password set yet, you need to think up a good password that you will remember. Once you have thought up your password type /quote PASS password.
 

(click here to go back to the top)