Tuesday 14 January 2014

Raspberry Pi IRC Server

Raspberry Pi IRC server!
For more info about IRC (Internet Relay Chat) click here.

First update your raspberry pi image:

Sudo apt-get update
[enter]
Sudo apt-get upgrade
Ready? Let's go! :)

sudo aptitude install ircd-hybrid[enter]
Now me must make a Admin password: /usr/bin/mkpasswd “password”
This commando will give you a MD5 hashed password.
sudo nano /etc/ircd-hybrid/ircd.conf
[enter]
Find section listen { part and
Change host = “127.0.0.1″; to host = “0.0.0.0″;

Then go to the operator { section and change the password. This should be the MD5 string we created earlier also change user to user = “*@*”;
Control + X. And save the file.

sudo /etc/init.d/ircd-hybrid restart
[ENTER]
Now you have your OWN IRC server!

First connect to ( IP ADRES OF THE PI) Port: 6667.
If you like, change more settings in the ircd.conf and make it totally your own IRC server!

No comments:

Post a Comment

Amazon

Donate

Donate Towards More Raspberry PI's for Projects