InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.
InspIRCd is supported on the following platforms:
-
Most recent BSD variants using the Clang 5+ or GCC 7+ compilers and the GNU toolchains (Make, etc).
-
Most recent Linux distributions using the Clang 5+ or GCC 7+ compilers and the GNU toolchain.
-
The three most recent major releases of macOS using the AppleClang 10, Clang 5+, or GCC 7+ compilers and the GNU toolchain.
-
Windows 10 April 2018 Update or newer using the MSVC 19.15+ (Visual Studio 15.8 2017) compiler and CMake 3.20 or newer.
Other platforms and toolchains may also work but are not officially supported by the InspIRCd team. Generally speaking if you are using a reasonably modern UNIX-like system you should be able to build InspIRCd on it. If you can not and you wish to submit a patch we are happy to accept it as long as it is not extremely large.
If you encounter any bugs then please file an issue.
Recommended Installation
-
Git CLONE from our InspIRCd Github:
git clone https://github.com/IRC4Fun/inspircd.git inspircd4
Dependencies:build-essential , curl , libwww-perl , libpsl-dev -
cd inspircd4and run./configure— The path(s) should be/home/acct/inspircd4 -
Allow the configuration manager to enable all extra plugins at once.
-
Once completed, you will need to use InspIRCd4’s modulemanager to install the following contrib modules.
./modulemanager install hostchange./modulemanager install m_blockhighlight./modulemanager install m_blocksock./modulemanager install m_require_auth
./modulemanager install m_antiknocker
./modulemanager install m_cve_2024_39844
./modulemanager install m_userip
./modulemanager install m_nopartmsg
./modulemanager install m_stats_unlinked -
Now you will need to run
make, followed bymake install. -
cp -R /home/acct/inspircd4/tools/ssl /home/acct/ssl, thennano /home/acct/ssl/daily_certcheck_update.shand update the PATH. -
cp /home/acct/inspircd4/tools/updates.sh /home/acct/updates.sh, thennano /home/acct/updates.shand update the PATH. -
Setup your inspircd.conf (found in inspircd4/run/conf/examples) using the template provided, and save as
inspircd4/run/conf/inspircd.conf. -
Your server is now ready for configuration before being run. Configuration files are provided if your application is passed into Testlink. You may run a temporary configuration of your own, if you wish to have the server running before it is reviewed. (However, understand that the IRC4Fun configuration files will only be provided should the application be voted into Testlink.)
InspIRCd is licensed under version 2 of the GNU General Public License.
- Website
- Documentation
- Support
- GitHub
- Codeberg (read-only mirror)
- Support IRC channel — #inspircd on irc.teranova.net (TLS only)
- Development IRC channel — #inspircd.dev on irc.teranova.net (TLS only)
- InspIRCd test network — testnet.inspircd.org (TLS only)