UnrealIRCd 4 installation - TalkIRC Blog

UnrealIRCd 4 installation

391 | 12.01.2024 | UnrealIRCd

According to the statement of Unrealircd software developers, unrealircd 3 has reached the end of its life and will no longer be supported. I also want to share how to install unrealircd 4. First of all, unrealircd should never be run as root. You must install with a user account

wget --no-check-certificate --trust-server-names https://www.unrealircd.org/downloads...-latest.tar.gz

We download the latest unrealircd 4 version with the command, as I write this
unrealircd4.0.18 is available, you can download it from the original source with the command above.
The latest version will arrive.

tar xzvf unrealircd-4.0.X.tar.gz

cd unrealircd-4.0.X

We execute the commands, but where it says X indicates the version
and don't forget to replace it with the corresponding version number i.e. if 18 comes
Type 18.

./Config
make
make install

Follow the commands.
unreal will be established.

cd ~/unrealircd

execute the command.

next ;

cp conf/examples/example.conf conf/unrealircd.conf

You set the location and function of the configuration file with the command


Edit the configuration with the nano conf/unrealircd.conf command or via ftp

./unrealircd start

Start it with the command... that's it...