All servers on Ambernet are required to run the ratbox ircd along with some Ambernet-specific patches. A tarball containing the latest version of ircd-ratbox along with the patches used on Ambernet can be found on sjk's Ambernet github page.
Compiling and installing ratbox-ambernet should be a trivial matter for anyone experienced with *nix. Here's how one might do it:
$ wget http://cloud.github.com/downloads/sjktje/ratbox-ambernet/ircd-ratbox-3.0.6-ambernet.tgz $ tar zxvf ircd-ratbox-3.0.6-ambernet.tgz $ cd ircd-ratbox-3.0.6-ambernet $ ./configure --prefix=/home/ircd/irc.your.server --with-nicklen=12 \ --enable-services --enable-small-net $ make $ make install
This page is a stub. Please help improve this article by expanding it!