1. What Is Njalla?
Njalla is a “privacy proxy” domain registrar and VPS provider created by some of the original founders of The Pirate Bay. You do not hold the legal ownership of a domain in your own name: Njalla does, but you retain full practical control via their panel/API. They market this as an extra privacy layer shielding you from data‑hungry registries, overreaching law enforcement, or corporate doxxing.
Think of Njalla as a privacy‑as‑a‑service wrapper between your real identity and the public WHOIS record.
2. Why Use Njalla?
Reason | Typical Scenario |
---|---|
Anonymity | You publish controversial content or wish to compartmentalize online personas. |
Reduced Paperwork | You live in a country requiring national ID for regular registrars. |
Crypto Payments | You’d rather pay with Monero/BTC instead of a credit card or PayPal. |
Pro‑Privacy Ethos | You trust the Pirate‑Bay‑minded crew more than corporate registrars. |
Offshore Jurisdiction | Njalla is legally based in Nevis + operated from Sweden; DMCA takedowns go through them first. |
Of course, trust is never eliminated—Njalla must still comply with extreme legal orders. Decide your threat model accordingly.
3. Key Concepts
3.1 Proxy Ownership vs Traditional WHOIS Privacy
Most registrars offer “WHOIS privacy” by redacting your contact details but you remain the legal owner. With Njalla, Njalla itself is the registrant. You are the “user of the domain,” documented only in Njalla’s internal, non‑public records.
3.2 Payment & Identity Separation
Njalla allows signup via:
- Monero (XMR)
- Bitcoin (BTC or Lightning)
- Card / PayPal (less private)
No KYC is requested beyond a working email/Tox/PGP endpoint. Paying with crypto via Tor/I2P maximizes anonymity.
3.3 Services Offered
- Domain registration (CCTLDs & gTLDs; varies by registry policy)
- DNS hosting (NS records you can set or host offsite)
- VPS (KVM‑based, billed monthly)
- VPN (OpenVPN/WireGuard endpoints in multiple countries)
4. System & OpSec Prerequisites
- Tor Browser or another Tor‑capable HTTP client (Njalla runs a Hidden Service).
- PGP keypair for support tickets and account recovery.
- Crypto wallet (optional but recommended) — prefer XMR for best fungibility.
5. Creating a Njalla Account
-
Visit
http://njalladn5qw65oa3.onion
(orhttps://njal.la
if clearnet) via Tor. -
Click Sign Up. Provide:
- Username
- Working email or Tox ID or Jabber
- PGP public key (for critical comms)
-
Choose a strong password; optionally enable TOTP 2‑factor immediately after signup (
Account → Security
). -
Fund your account balance (skip if paying per order with card/PayPal):
- Select Add Funds → Monero.
- Send at least enough to cover one domain + VAT (~15–20 USD equivalent). Wait 10‑conf or 2‑conf for BTC LN.
6. Registering Your First Domain (Step‑by‑Step)
6.1 Search & Cart
- In the dashboard, enter your desired domain name.
- Njalla returns a list of available TLD options and yearly pricing.
- Click Add to Cart for the TLD you want.
6.2 “Registrant” Details
You won’t fill any WHOIS info yourself; Njalla inserts its proxy details. For certain ccTLDs requiring local presence (e.g., .FR, .DE), Njalla may be unable to register; consult the supported‑TLD list.
6.3 DNS Settings
Before checkout, decide:
- Use Njalla nameservers (default) — quick start.
- Custom NS — point to Cloudflare, Bunny, self‑hosted BIND/NSD, etc.
If using Njalla’s DNS, you can pre‑populate A/AAAA/CNAME/MX/TXT records.
6.4 Checkout
- Confirm cart.
- Choose Pay with Balance (crypto) or direct method.
- Approve.
- Wait ≤ 60 s — domain usually appears in Domains → Active.
Tip: Some TLDs require email confirmation links. Njalla forwards them to your login email. Complete within 15 days or risk suspension.
7. Managing DNS Records
Navigate to Domains → Manage → DNS.
Record | Common Use | Notes |
---|---|---|
A / AAAA | Point domain or subdomain to VPS/host IP. | Njalla offers an API for dynamic DNS updates. |
CNAME | Alias www → root. | Remember: CNAME cannot coexist with other record types at same label. |
MX | Email hosting (e.g., ProtonMail). | Add SPF, DKIM, DMARC TXT too. |
TXT | SPF, verification tokens, side‑channel records. | Limit to 255 chars per segment. |
SRV | XMPP, Matrix, Minecraft server discovery. | Rare; watch weight/priority fields. |
DNS propagation depends on TTL (default 3600 s). Njalla’s anycast NS are reasonably fast.
8. Linking to a VPS / External Hosting
- Spin up a VPS (Njalla or external).
- Set A/AAAA to the server’s IP.
- Configure a free Let’s Encrypt TLS cert via Certbot (HTTP‑01) once DNS resolves.
- Harden SSH: disable password login; add WireGuard to access via private exit.
For extra paranoia, host your site via Tor (.onion) and use the Onion‑Location header to signal browsers optionally.
9. Using the Njalla API (Advanced)
Generate an API Token under Account → API.
Common endpoints:
GET /domains
— list domains.POST /dns/{domain}/record
— add/update records.DELETE /dns/{id}
— remove record.
Use curl
or a Python wrapper:
curl -H "Authorization: Bearer $TOKEN" \
https://api.njal.la/v2/domains
Always route requests over Tor; Njalla rate‑limits clearnet abuse.
10. Payment Top‑Ups & Invoices
- Crypto top‑ups accrue as account credit; unused credit never expires.
- VAT: Njalla adds EU VAT if you’re in the EEA (based on self‑declared country). Provide a valid VAT ID to zero‑rate.
- Receipts: Exist but show Njalla as the buyer (since they are the registrant). Good for company bookkeeping with privacy.
11. Security & Privacy Best Practices
- Always access via Tor—including API calls. Clearnet leaks IP metadata.
- Enable 2FA immediately.
- Use PGP for support. Save encrypted backups of Njalla emails; they are the only proof of control in worst‑case disputes.
- Compartmentalize: Separate Njalla login email from personal inbox; consider a Proton or Tutanota alias.
- Monitor renewals: Enable auto‑renew or set calendar reminders; Njalla will email reminders, but your hidden identity may not catch them.
12. Acceptable Use & Legal Considerations
Njalla is privacy‑friendly but not a bulletproof black‑market host. They forbid:
- Child sexual abuse material
- Spam / mass malware distribution
- Large‑scale copyright infringement (TPB‑style is ironically tolerated case‑by‑case)
- Botnet C2
Serious abuses will see services suspended. Court orders targeting you may still propagate through Njalla after legal review.
13. Moving Domains Into or Out of Njalla
13.1 Transfer To Njalla
- Unlock domain at current registrar.
- Obtain EPP/Auth code.
- In Njalla Transfers tab, paste domain + code.
- Approve email‐based confirmation.
Privacy benefit begins once transfer finalizes.
13.2 Transfer From Njalla
- Request unlock via support ticket (takes up to 24 h).
- Njalla provides Auth code; you become the registrant once transfer completes with new registrar.
- WHOIS will then show your own details unless you add a privacy layer.
14. Troubleshooting & FAQ
Symptom | Likely Reason | Fix |
---|---|---|
Domain stuck in “Pending” | Registry requires manual contact validation. | Check your email inbox (and spam). |
DNS not propagating | Wrong NS or high TTL. | Use dig +trace or dnschecker.org ; lower TTL; wait up to 24 h. |
Crypto top‑up uncredited | Low TX fee / unconfirmed. | Wait for 2+ confirmations; open ticket with TXID. |
Account locked | Multiple failed logins or abuse flag. | Contact support via PGP. |
15. Glossary
Term | Meaning |
---|---|
EPP Code | Authorization code needed to transfer domains between registrars. |
Registrar | Company authorized to sell domain names under specific TLDs. |
Registry | Central authority for a TLD (e.g., Verisign for .com). |
WHOIS | Public database of domain ownership records—redacted in GDPR era. |
TLD | Top‑Level Domain (.com, .net, .io, etc.). |
DNSSEC | DNS authentication extension; Njalla supports DS record uploads. |
16. Next Steps
- Harden your Njalla account (2FA, PGP).
- Register a low‑stakes test domain and practice DNS changes.
- Deploy a static site or hidden service via your new domain.
- Evaluate if Njalla’s VPS/VPN meet your latency + jurisdiction needs.
Stay private, stay online! 🕵️♂️🌐