🖥️ Hosting .onion

Anonymous and censorship-resistant web hosting services on the Tor network.

Status:
Tags:

Hosting on the dark web covers two complementary realities: hosts that provide infrastructure to run a .onion site, and privacy-first registrars that agree to rent classic domain names without exposing the client's identity in public WHOIS databases. In both cases, the typical clientele consists of independent journalists, activists, small businesses concerned about their privacy, human rights activists and, yes, a few users with more questionable intentions.

Njalla, founded in 2017 by Peter Sunde (historical co-founder of The Pirate Bay), is the reference registrar for this philosophy. The service registers domains in its own name and then "leases" them to you, which makes your identity invisible in WHOIS records. Njalla accepts cryptocurrencies, systematically refuses takedown requests that do not follow complete legal procedures, and hosts its infrastructure in strategic jurisdictions (Caribbean, Sweden). Ablative Hosting offers hosting dedicated to .onion sites, with technical support and optimisations specific to the Tor network.

Hosting your own .onion site remains the most anonymous route: no third party is involved, and your infrastructure is totally under your control. Technically, a few lines in the torrc file are enough to turn an existing server into a hidden service. For occasional needs, OnionShare even allows publishing a static site directly from your personal computer, without a dedicated server.

Frequently Asked Questions

Can I host a .onion site from my personal computer?
Yes, technically it is possible and relatively simple. All you need is to install Tor, run a local web server (nginx, Apache or even Python's http module), and add two lines to the torrc file to turn this local server into a hidden service. Tor then generates a .onion address. The practical limitations are reliability (your site is inaccessible when your computer is off), bandwidth and the need to keep your machine secure.
Is it legal to rent .onion hosting?
Yes, absolutely. Hosting a .onion site is technically and legally identical to hosting a regular site, from a legal standpoint. What matters is the content hosted: a .onion site offering independent journalism, privacy tools or a personal blog is perfectly legal. French and European hosts (OVH, Scaleway, Hetzner) can technically accommodate a hidden service, but most users prefer foreign hosts that are more discreet on the question of privacy.
How much does hosting a .onion site cost?
The costs are comparable to those of regular hosting, or even lower. A VPS for a few euros per month is enough to host a small .onion site with modest traffic. Specialised hosts (Njalla, Ablative Hosting, 1984 Hosting) offer plans from around ten euros per month with particular privacy guarantees. Technically, the resource consumption of a hidden service is similar to that of an equivalent clearnet site.
What is a vanity .onion address and why create one?
A vanity address is a .onion address whose first characters form a recognisable word, like facebookwkhpilnemxj... for Facebook. It is generated by computing billions of Ed25519 keys until finding one that produces the desired prefix. The longer the prefix, the more computation it takes: a few hours for six characters, several days for eight, exponential beyond that. Vanity addresses are no more secure, but they help fight .onion phishing by making the address memorable.