The privacy hosting market in 2026 splits into three
tiers with a large gap between two of them. At the
bottom: providers using "no KYC" as a marketing phrase
while running standard clearnet infrastructure with
conventional logging, payment processing through
payment partners that know who you are, and customer
databases that any subpoena would empty in 48 hours.
At the top: customers running Tails or Whonix on
air-gapped hardware, buying Monero peer-to-peer, using
burner phones, and treating every interaction with
hosting infrastructure as adversarial. The gap in the
middle is where most operationally serious customers
actually live, and the market has not served them
well.
Privacy Stack Pack is engineered for the middle. A
customer who needs operational privacy as a business
requirement (privacy-focused SaaS company, independent
journalism platform, activist communications operation,
legal whistleblower channel, cryptocurrency-adjacent
business avoiding extraneous KYC surface, ordinary
businesses tired of every vendor accumulating their
identity for resale to data brokers) needs a different
deal than the no-KYC marketing tier offers, but is not
operating under the threat model that justifies the
full Tails-on-hardware approach. The middle deal looks
like this: minimal data collection at signup,
technical isolation between identity contexts at the
infrastructure level, short and cryptographically
enforced log retention, payment methods that do not
require identity disclosure to function, transparent
documentation of what is logged and for how long, and
an honest threat model with no marketing claims about
absolute anonymity.
The technical choices reflect that middle position.
Tor v3 onion services for the control panel because v3
addresses are cryptographically resistant to the
enumeration attacks that compromised v2; we publish
the .onion address openly because hiding the address
would defeat its purpose (Privacy Stack customers are
told the address at signup and it appears in our
published documentation). Monero as the recommended
payment method because it is the only widely-used
cryptocurrency with privacy as the default rather than
as an optional feature; we accept BTC, LTC, ETH, and
USDT but we are explicit that chain analysis can link
those payments to your identity through any historical
KYC exchange touch. Log retention at 7 days because
shorter creates operational problems for legitimate
troubleshooting and abuse handling while longer becomes
a target for legal process; the 7-day window is short
enough to limit exposure and long enough to support
operations. Cryptographic purge through daily-rotated
encryption keys because soft deletion has a backup
recovery path that we explicitly do not want;
destruction of the decryption key on day 7 makes the
encrypted logs unrecoverable even by us.
The bridge guard relay deserves a specific explanation.
A common pattern for privacy-serious customers is
running their operations from inside Tor: their
endpoint is Tails or Whonix, their entire network
stack is Tor-routed, and they do not have a clearnet
connection at all. For most service providers this
works fine. For email it does not, because Tor exit
nodes are recorded as malicious by virtually every
email reputation service in the world. If your SMTP
submission exits Tor through a public exit node, your
mail will be rejected regardless of message content.
The bridge guard relay solves this. The customer's Tor
client connects to our bridge guard relay (operated by
us, not a public node), authenticates with a
customer-specific token, and the SMTP submission
forwards to our infrastructure over an authenticated
channel. The outbound SMTP traffic exits from our own
clean IP space rather than a Tor exit node. The
customer retains the privacy benefit of their endpoint
seeing only Tor traffic; the email retains the
reputation benefit of clean IP origin.
The annual operational privacy audit is the
accountability layer. Customers cannot verify
internally what we actually log, how long we retain
it, and whether our purge mechanism functions as
documented. An independent third party (rotated every
three years to prevent capture) audits the operational
practices: reviews our retention policies against
actual log storage, tests the cryptographic purge by
inspecting unmounted storage for residual data,
verifies the clearnet/onion isolation at the routing
and storage layer, examines incident response records
for compliance with documented procedures. The
sanitised audit report is delivered to all Privacy
Stack Pack customers within 30 days of audit completion.
The full unsanitised report is available to customers
conducting their own due diligence under NDA.