>> CLICK HERE TO KNOW HOW TO INSTALL UNREAL IRCD FIRST. <<
After installing unreal ircd you must be looking for installation of Anope Services, so here is the tutorial for you about how to Install (setup / compile) Anope services in few easy steps.
1.) Type: wget http://downloads.sourceforge.net/project/anope/anope-stable/Anope%201.8.2/anope-1.8.2.tar.gz
Above command will download anope-1.8.2.tar.gz in your shell
2.) Type: tar -zxvf anope-1.8.2.tar.gz
Above command will untar your anope-1.8.0.tar.gz and extract all containing files in anope-1.8.0 folder. Now change directory to anope-1.8.0. For that type command given below.
3.) Type: cd anope-1.8.2
Now you are in anope-1.8.0 directory.
4.) Type: ./Config
Above command will config your anope services it will ask you few questions.
In what directory do you want the binaries to be installed?
[/home/username/services]
Keep it blank and hit enter.
/home/username/services does not exist. Create it?
[y]
Just hit enter for next question
Where do you want the data files to be installed?
[/home/username/services]
Again hit enter as we need it to be default
Which group should all Services data files be owned by? (If Services
should not force files to be owned by a particular group, just press
Return.)
[]
Press enter for next question
What should the default umask for data files be (in octal)?
(077 = only accessible by owner; 007 = accessible by owner and group)
[077]
Press enter again as we need default setting.
Allow anope to automatically check for mysql libaries?
unless you get errors with make, there is no need to
change this setting.
[yes]
Press enter again. Thats it. now it will config your anope services. now you will have to run make command.
5.) Type: make
Above command will compile anope services.
6.) Type: make install
Above command will install anope services. Now you have to change directory to services which is in your home directory so for that type command given below.
7.) Type: cd ../services/
Now you are in services directory and you have to edit services.conf file but there is no services.conf exists so you have to copy example.conf file as services.conf file for that type command given below.
8.) type: cp example.conf services.conf
Now type following command to edit services.conf
9.) type: pico services.conf
Here you have to edit only 4 lines to get your services work.
IRCDModule “unreal32″
Just remove “#” from start of this line
RemoteServer 127.0.0.1 6667 “services”
change “127.0.0.1″ to your given ircd ip by your ircd shell provider and replace “services” with your password which you have applied in unrealircd.conf in your service link block
ServerName “services.yourdomain.com”
This value should be also as per your unrealircd.conf ‘s service link block.
ServicesRoot “YourNicknameHere”
Put your nickname in this value “YourNicknameHere”
10.) now just save your settings and type: ./services -debug -nofork
if everything goes normally and don’t give any error just start your services with command given below.
11.) Type: ./services
If you find any problem or error while installing (setting up / compiling) Anope services just comment here to get help, I will try to fix errors.
Click here to know:: How to setup (compile/install) BOPM Proxy Scanner Bot

defcon1 missing…
defcon2 missing…
defcon3 missing..
defcon4 missing…
wat can i do???
FATAL: Remote server returned: ERROR :Server services.mydomain.com already exists from services.mydomain.com
hi. i think i’ve set up everything correctly…
i can connect to the irc server
i can join channels change nicks etc.
but the services don’t work…
when i try /ChanServ something or /NickServ something i get the following error:
* ChanServ :Services are currently down. Please try again later.
* NickServ :Services are currently down. Please try again later.
what is wrong?
hi. i think i’ve set up everything correctly…
i can connect to the irc server
i can join channels change nicks etc.
but the services don’t work…
when i try /ChanServ something or /NickServ something i get the following error:
* ChanServ :Services are currently down. Please try again later.
* NickServ :Services are currently down. Please try again later.
Make sure your services are connected and still running on your shell?
please give me an example of services.conf-me in the edit, because I’m not understand how to edit example.services.conf.
After I typed this.
./services -debug -nofork
It doesn’t stop doing this
“q[May 19 14:01:49.717432 2010] debug: Received: PING :irc.com-munity.ca
[May 19 14:01:49.628052 2010] debug: Sent: :services..blah.comPONG irc.com-munity.ca
[May 19 14:01:59.629190 2010] debug: Emitting event “db_saving” (1 args)
[May 19 14:01:59.629280 2010] [hs_request] Succesfully saved database
[May 19 14:01:59.629322 2010] debug: Saving FFF databases
[May 19 14:01:59.629979 2010] debug: Emitting event “db_saving” (1 args)
[May 19 14:03:23.024325 2010] debug: Received: PING :irc.com-munity.ca
[May 19 14:03:23.024442 2010] debug: Sent: :services..blah.comPONG irc.com-munity.ca
“
So, I installed services, ran it and everything. It just wont connect. My guess is because I’m using an IP and have services on the same IP as the server.
Hi,
I really loved your tutorial, my last problem is,
./services -debug -nofork
When i am trying to use that, he sais, No such directory or file,
In which directory i have to use this command? Cause i am quite new to linux, and a little bit noobish.
Thx!