Tor Hosting

Tor-Only Static Site VPS

Static .onion sites are the simplest and most secure category of Tor hidden service: no application, no database, no dynamic execution, just HTML/CSS/JS served by a hardened web server. AnubizHost provides VPS preconfigured for Tor-only static hosting with nginx bound to a unix socket and zero clearnet exposure.

Need this done for your project?

We implement, you ship. Async, documented, done in days.

Start a Brief

Why Static Onions Are the Best Onions

Dynamic onion sites (WordPress, custom Python apps) carry the full vulnerability surface of their application stack. Static onions carry only the web server's attack surface, which is much smaller. For documentation, manifestos, drop pages, and other read-only content, static is dramatically more secure.

nginx-on-Unix-Socket Configuration

server {
    listen unix:/run/onion.sock;
    root /srv/static;
    server_tokens off;
    access_log off;
    error_log /dev/null;
}

Tor's HiddenServicePort maps onion port 80 to this unix socket. nginx has no TCP listener at all, so accidental clearnet exposure is structurally impossible.

Deployment Workflow

Build the static site locally (Hugo, Jekyll, plain HTML), rsync to /srv/static over SSH-over-Tor, reload nginx. Total deploy time after the first setup: under one minute. We document the rsync command and SSH config in the welcome message.

Crypto Billing

Why Anubiz Host

100% async — no calls, no meetings
Delivered in days, not weeks
Full documentation included
Production-grade from day one
Security-first approach
Post-delivery support included

Ready to get started?

Skip the research. Tell us what you need, and we'll scope it, implement it, and hand it back — fully documented and production-ready.

Anubiz Chat AI

Online
Tor-Only Static Site Hosting - Pure .onion Static VPS | AnubizHost