Anonymous Deploy?

thehermeticdev

Regular Member
Jr. VIP
Joined
Sep 17, 2025
Messages
299
Reaction score
143
I'm searching a way to do a anon, private, secure deploy. Which ways may I have?
I checked Njalla for crypto-payed anonymous domain with no WHOIS register.
For the code deploy, what should I do? Reinforced Linux VM and self-host? Any "Vercel" anon-friendly? I got to deploy a PostgreSQL Flask BD + React frontend.
I need something that does not point to anyone, and does not notice no one for catching that server doing a call to a well known service (all this for educational purposes obv)
Any tip?
 
For anonymous deployment use Njalla for domain registration and a VPS provider that accepts crypto like Vultr or DigitalOcean. Register through Tor with temporary emails.

Self-hosting gives maximum control but requires significant technical setup. For your PostgreSQL Flask React stack containerize everything with Docker for easier deployment and migration.

Use VPN or Tor for all management access and implement proper SSL. Consider decentralized hosting like IPFS for static assets if needed.

The level of anonymity you need determines complexity. What specific threats are you protecting against for this educational project?
 
starting by the fact that my friend is doing nothing illegal, just something that bothers one specific brand.
the problem is that brand, probably have contacts with most providers to snitch who's calling their API, and they will probably snitch on him. So he need something, that does not scan the calls he might do, and do not point to him directly.
 
CCI Hosting Linux + Njalla + Coolify for easy deployment.

Doing it for months, awesome! Cheers!
 
CCI Hosting Linux + Njalla + Coolify for easy deployment.

Doing it for months, awesome! Cheers!
will check for 1984 njalla and reverse proxy, seems nice. thx!
 
Back
Top