Unreal IRCd
From Global Shellz Wiki
This Feature Is Prohibited
Do not attempt to use this on GShellzUnreal is a type of IRCd that good and easy to install.
Please follow the introduction below.
Hope it can help you to install your own IRCd.
Contents |
Installing
Step 1:
wget http://www.unrealircd.com/downloads/Unreal3.2.9.tar.gz
Extract it using:
tar zxvf Unreal3.2.9.tar.gz
Step 2 :
cd Unreal3.2
Step 3 :Start prepare compile
./Config
Step 4 : Start compile
make
Step 5 :
cd doc
Step 6 :
cp /home/Username/Unreal3.2/doc/example.conf /home/Username/Unreal3.2/unrealircd.conf cd ..
Configuration
Step 7 : You should read the documentation and learn how to configure your unrealircd.conf The configuration file is explained at http://www.unrealircd.com/files/docs/unreal32docs.html . Note: The default one will not work, you need to read down through every option carefully!
Step 8 :
nano unrealircd.conf
Step 9 :
After edit unrealirc.conf done
To see help command
./unreal help
Starting
Step 10 : Let's Start Unreal IRCd
./unreal start
And Finally :
- If you receive errors, Please read the errors text and go to check unrealircd.conf.
- If you receive no errors, you can connect to your IRCd without any problem.
Good Luck with your Unreal IRCd.