Installing ngIRCd
Before we begin with installing any additional packages, let's go ahead and make sure that the system is up-to-date. I recommend rebooting the server after the fact to apply any kernal updates.
apt update
apt upgrade
With the updates out of the way let's install ngIRCd.
apt install ngircd
You can locate the ngIRCd files in the following directories:
- /usr/sbin/ngircd: executable server.
- /etc/ngircd/ngircd.conf: configuration file.
[Return to top]