How to Install UnrealIRCd on a CentOS 7

UnrealIRC is that the hottest IRC server.
Be sure to create and run the IRCd as a daily user and not as root. If you're on a VPS / root shell then produce a user 'unrealircd' or similar (sudo adduser unrealircd) and do all steps below as that user (login as user 'unrealircd').

- Login to SSH as root and switch to user for putting in the UnrealIRC

# adduser 'user'

- Switch to user and residential directory

# su 'user'
# cd ~

- transfer and extract the client's supply code:

# wget https://www.unrealircd.org/unrealircd4/unrealircd-4.0.1.tar.gz
# tar zxf unrealircd-4.0.1.tar.gz
# cd unrealircd-4.0.1
- begin Config
run the ./Config script which can raise variety of queries. you'll simply press Enter to just accept the default answers.
# ./Config
Now, compile UnrealIRCd by running build, this could take a moment (or two):
# make
Finally, run build install (important!):
# build install
- Configuration:

# cp ~/unrealircd/conf/examples/example.conf ~/unrealircd/conf/unrealircd.conf
# nano ~/unrealircd/conf/unrealircd.conf

Walk through the unrealircd.conf block by block / line by line and edit the settings to fit your wants. This takes ten - twenty minutes.

- check Configuration:

# cd ~/unrealircd
# ./unrealircd begin

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Clear Your Cache ?

What is Cache? A Cache is a block of memory used for temporary storage of data (ie: webpages,...

Easily Install cPanel or WHM panel

LicenseIf you are doing not have own license for cPanel & WHM, you would like to get...

How to Check OS version of linux server

You can check the worker OS renditions and other data like dispersion name and bit form by...

What is Proxy Servers?

What is Proxy Servers? Intermediary worker is a PC that sits between a customer PC and the...

What is Unmetered Bandwidth and how it will Works?

Unmetered Bandwidth is assigned to very high bandwidth allocated hosting plans. Where the user is...