Open the server Apps tab
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.


Proof-of-work bot challenge reverse proxy that weighs the souls of incoming web requests
Add your server credentials to Server Compass
Choose from our template library
Fill in settings and click Deploy
Use the Anubis template in Server Compass to deploy a self-hosted proof-of-work bot challenge reverse proxy on your VPS, then verify the challenge page.
Select the tutorial-vps VPS, open the Apps tab, and start a new app deployment. Keep sensitive server details hidden before capturing or sharing screenshots.

Click New App and choose the template deployment path so Server Compass can load the built-in catalog.

Use the template picker search to find Anubis in the Server Compass template catalog.

Choose the Anubis template. Server Compass fills the reverse proxy service, proof-of-work difficulty, target upstream URL, and public web port.

Confirm the app name and compose service. In this run, the app was named anubis-demo and used host port 4256.

Review the generated compose settings, confirm the Anubis web port is available, and click Deploy.

Keep the deployment modal open while Server Compass uploads the compose file, pulls the Anubis image, starts the container, and verifies the stack.

After deployment finishes, return to the Apps tab and confirm the Anubis app is marked Running with its application URL available.

Open the application URL in a browser. The Anubis challenge or proxy response confirms the web service is reachable.

The Anubis web interface loaded successfully from the deployed container.
It deploys the Anubis proof-of-work challenge reverse proxy container with configurable difficulty and upstream target settings.
The tutorial used host port 4256, which maps to the Anubis web service on container port 8923.
Yes. For production, change TARGET from the placeholder upstream to the application you want to protect, then test the challenge flow end to end.
No. The deployment guide should live on the Anubis template detail page and be linked from the reusable template deployment docs page.
After deploying Anubis with Server Compass, complete these steps to finish setup
Decide which service should sit behind Anubis (the `TARGET`). It must be reachable from the Anubis container by DNS name
Edit the compose to attach Anubis to your app's Docker network, e.g. `networks: [my-app-net]`, with `my-app-net` declared as `external: true`
Set `TARGET` to the upstream's internal URL (e.g. `http://my-app:8080`) and redeploy
Point your edge reverse proxy (Traefik / Caddy / nginx) at http://YOUR_SERVER_IP:{{PORT}} instead of directly at the app
Visit your public hostname - you should see the Anubis challenge page briefly, then be forwarded to the upstream. Tune `DIFFICULTY` based on user experience
Need help? Check out our documentation for detailed guides.
Common questions about self-hosting Anubis
Simply download Server Compass, connect to your VPS, and select Anubis from the templates list. Fill in the required configuration and click Deploy. The entire process takes under 3 minutes.
Anubis requires a minimum of 256MB RAM. We recommend a VPS with at least 1024MB RAM for optimal performance. Any modern Linux server with Docker support will work.
Yes! Server Compass provides volume mapping that allows you to import existing data. You can also use standard Anubis backup and restore procedures.
Server Compass makes updates easy. Simply click the Update button in your deployment dashboard, and the latest Anubis image will be pulled and deployed with zero downtime.
Anubis is open-source software. You only pay for your VPS hosting (typically $5-20/month) and optionally Server Compass ($29 one-time). No subscription fees or per-seat pricing.
Download Server Compass and deploy Anubis to your VPS in under 3 minutes. No Docker expertise required.
Download Server Compass