The article details the process of implementing Anubis, an anti-AI crawler software, on a FreeBSD server to protect a Forgejo instance. The author noticed increased server load due to AI crawlers and initially used HAProxy with a RegEx-based blocklist to mitigate the issue. However, Anubis was introduced to provide a more effective solution by challenging bots with proof-of-work tasks, significantly reducing server load. The guide includes steps for building Anubis, configuring it as a daemon, and setting up custom policies to differentiate between bots and legitimate users. The solution is tailored for FreeBSD and integrates with HAProxy to ensure smooth operation.