=== Edit version 07/06/2024 # Install the dependancies: apt-get install build-essential pkg-config gdb libssl-dev libpcre2-dev libargon2-dev libsodium-dev libc-ares-dev libcurl4-openssl-dev # Create the irc owner: adduser ircowner su - ircowner # cd into the server source then enter the configs cd unrealircd-6.1.X ./Config # Build the server make make install # Create the config file: cd ~/unrealircd cp conf/examples/example.conf conf/unrealircd.conf # Test it ./unrealircd start # Other build info: * Leave this directory and run "cd /home/ircowner/unrealircd" now * Directory layout: * Base directory: /home/ircowner/unrealircd * Configuration files: /home/ircowner/unrealircd/conf * Log files: /home/ircowner/unrealircd/logs * Modules: /home/ircowner/unrealircd/modules * To start/stop UnrealIRCd run: /home/ircowner/unrealircd/unrealircd" * Consult the documentation online at: * https://www.unrealircd.org/docs/ * https://www.unrealircd.org/docs/FAQ * You may also wish to install a cron job to ensure UnrealIRCd is always running: * https://www.unrealircd.org/docs/Cron_job Again, be sure to change to the /home/ircowner/unrealircd directory!