Migrate Real-Debrid to Usenet (via NzbDAV)
Legal Responsibility
This guide covers the technical mechanics of migrating between cloud storage services. Users are solely responsible for ensuring all content accessed, stored, or streamed through this setup is legally obtained and complies with applicable copyright laws and the terms of service of Real-Debrid, your Usenet provider, and other third-party services. ElfHosted provides hosting infrastructure only and does not provide, curate, or facilitate access to copyrighted content. See our Acceptable Use Policy for details.
This is the soft-migrate path from a Real-Debrid + Decypharr (or Zurg) setup to Usenet + NzbDAV on ElfHosted. The downloader swap is straightforward; the interesting part is the cleanup of the leftover Real-Debrid library and letting the arrs re-grab from NewsNab indexers.
If you haven't read the migration overview yet, start there for the why: the May 2026 infringing_file filter, the WEB-DL / WEBRip / scene-tag breakage, the single-IP-ban risk, and the soft-migrate principle. This page is the how.
Get your $1, 7-day free trial!
Why Usenet (and why NzbDAV)
Usenet sits structurally outside everything Real-Debrid is struggling with in 2026:
- No filename-based cache filter. Usenet providers don't run the FNEF-driven
infringing_filefilter that broke WEB-DL / WEBRip / scene-tagged releases across Real-Debrid in May 2026. - No single-IP rule. Usenet bills per byte / per month from your provider, not per concurrent stream from an account. Your household, your VPN, your arr stack, and your phone over cellular can all hit it at once.
- ~5 year retention on most major providers, so the long-tail catalogue is dramatically larger than any debrid cache.
- No account-purge waves. Provider-side takedowns happen but are individual and rare, not cache-wide.
Usenet on ElfHosted runs through NzbDAV, a SABnzbd-API-compatible downloader that surfaces Usenet content as a virtual filesystem with no upfront download. When the arrs grab a release, NzbDAV creates a virtual file at /storage/nzbdav/... and a symlink in your library; when the media server reads the file at playback, NzbDAV pulls the articles from your Usenet provider on demand. There's no caching layer to manage and no cache-retention timer to keep alive.
Unlike the TorBox path, there's no equivalent of importing a Real-Debrid hashlist: Usenet has no global cache to check your old hashes against. The Real-Debrid library's value as a hashlist is, for this migration, mostly historical; what you really want is for the arrs to discover and grab fresh NewsNab releases for everything that used to live in RD.
What you need before starting
- An existing ElfHosted personal media stack with Plex / Jellyfin / Emby + Radarr / Sonarr + Decypharr (or Zurg) on Real-Debrid
- A Usenet provider account, or use ElfHosted's bundled
news.elfhosted.comprovider (included with NzbDAV bundles, credentials on the NNTP page of your store account) - NzbDAV added to your stack (on Usenet-bundled stacks this is automatic; otherwise switch tier or add via ElfBot)
- (Optional) A NewsNab indexer subscription such as Drunken Slug, NZBGeek, or NZBPlanet. The bundled ElfZyclops shared cache works on its own; third-party indexers improve hit rate.
Step 1: Configure NzbDAV's Usenet provider
- Open NzbDAV from your apps dashboard.
- Add your Usenet provider's NNTP credentials (or use the bundled
news.elfhosted.comprovider if you're on a Usenet-bundled tier). - Confirm NzbDAV reports a healthy connection to the provider.
The NzbDAV app page covers provider setup, the SABnzbd-compatible API surface, and the realtime / repair scanning options in detail.
Step 2: Wire up indexers in Prowlarr
- Open Prowlarr from your apps dashboard.
- The bundled ElfZyclops shared cache (
http://elfhosted-internal.zyclops) is enabled by default. It surfaces a community cache of recent NewsNab results across all ElfHosted tenants and is the cheapest fast-coverage option. - Add any third-party NewsNab indexers you subscribe to (Drunken Slug, NZBGeek, NZBPlanet, etc.).
- Sync indexers to Radarr / Sonarr (Prowlarr → Apps → trigger sync).
ElfZyclops alone gets you a long way; third-party indexers improve the long-tail hit rate.
Step 3: Add NzbDAV as the SABnzbd download client
In Radarr / Sonarr (and Lidarr / Readarr if you use them), add NzbDAV as a SABnzbd-compatible download client. On Usenet-bundled stacks this is pre-configured.
For an existing stack, see the NzbDAV app page for the exact category mapping. The important detail: the categories in NzbDAV must match the arr names (radarr, sonarr, radarr4k, sonarr4k, sonarranime) so the symlink tree resolves correctly.
Leave Decypharr in place for now. Both download clients can coexist; with NzbDAV listed above Decypharr in each arr's priorities, new grabs prefer Usenet and fall back to RD only if no Usenet release is available.
Step 4: Purge dead Real-Debrid content with LitterBox
Real-Debrid's May 2026 infringing-file filter and account purge waves left most long-lived RD libraries with a noticeable percentage of items that report downloaded in the API but won't actually play. These need to be deleted from RD itself before you clean up the symlinks, otherwise the next symlink scan won't see them as dangling.
LitterBox signs into Real-Debrid via OAuth (token stays in your browser; the LitterBox proxy is stateless and never logs or stores anything), counts the broken / filter-flagged / error-state torrents, and offers a one-click bulk-delete with a type-to-confirm guard.
- Open https://litterbox.elfhosted.com in a browser.
- Sign in with Real-Debrid (OAuth flow, no API-key entry).
- Run the fast pass (baked-in regex against known filter-correlated release patterns; instant).
- Optionally run the deep probe (per-torrent ground-truth check; rate-limited to 250 req/min by RD's ceiling).
- Review counts, type-to-confirm, bulk-delete.
The deletions take effect on RD immediately. The corresponding symlinks in your library are now broken.
Step 5: Delete broken symlinks with ElfBot
ElfBot's broken-symlink tooling cleans up the dangling symlinks LitterBox just created.
- Open ElfBot from your apps dashboard (or directly at
https://<username>-elfbot.elfhosted.com). - Run Broken Symlink Report. ElfBot reports every dangling symlink in the library.
- Run Delete Broken Symlinks and confirm.
The arrs will see those items as missing on the next refresh.
Step 6: Re-search the arrs to backfill from Usenet
With broken symlinks gone, Radarr / Sonarr know the items are missing and will search for replacements. With NzbDAV wired up as the download client and your NewsNab indexers feeding Prowlarr, those re-searches return Usenet releases.
Two ways to drive this:
- Manual: in each Arr, filter to "missing" items and trigger Search Missing.
- Automated: Cleanuparr handles this on a schedule. Recommended for large libraries.
NzbDAV grabs are virtual (no upfront article download), so the arrs see the import complete almost immediately and the actual byte stream from Usenet only happens when you press play.
Step 7: Run hybrid for a few days
At this point you have:
- NzbDAV handling new grabs to Usenet
- Decypharr still serving RD grabs (and the un-purged subset of your RD library still resolving via the existing symlinks)
- Cleanuparr (if installed) chewing through the missing-content backlog and refilling the library from Usenet
Live with this for a few days. Watch items from both origins. Verify:
- Usenet playback works (the on-demand article fetch should be transparent).
- New grabs land quickly.
- Plex / Jellyfin / Emby metadata looks right on NzbDAV-backed items.
Nothing so far is destructive: you can pause, investigate, or roll back at any point.
Step 8: Cut over
When you're satisfied the new path works, switch your subscription:
- In the ElfHosted store, switch your personal media stack from your current Real-Debrid-bundled tier to a Usenet-bundled tier (subscription-switching flow).
- Provisioning swaps the underlying stack: Decypharr and Real-Debrid mounts come down, NzbDAV is the sole downloader.
- Any symlinks still pointing into the Real-Debrid mount break.
Run ElfBot → Broken Symlink Report → Delete Broken Symlinks one more time to clear those out. Cleanuparr (or a manual re-search) backfills what's missing from Usenet. Coverage usually reaches its long-term level within a day or two.
Recommended: combine with TorBox via CatBox for the strongest setup
Usenet-only and TorBox-only stacks both have edges where coverage thins out. Combined, they cover each other almost perfectly: TorBox handles items Usenet doesn't have a recent post for, Usenet handles items TorBox hasn't cached, and most popular content is on both.
If you've migrated to Usenet first, see the TorBox migration guide for the bolt-on. The CatBox import step there reads from either a still-running Decypharr / Zurg or a Real-Debrid hashlist export; if you've already retired RD, the JSON export path is available. On a TorBox + Usenet hybrid stack, the arrs route to whichever backend has each release, and ElfHosted's stack templates handle this combination natively.
Troubleshooting
ElfZyclops returns no results for an item I expect to find
ElfZyclops is a shared cache, not a full NewsNab indexer. It surfaces what other ElfHosted tenants have recently searched for. Long-tail or older items often need a third-party NewsNab subscription (Drunken Slug, NZBGeek, NZBPlanet) to be found.
Playback fails or pauses partway through on NzbDAV-backed items
NzbDAV pulls articles from your Usenet provider on demand. A pause or failure usually indicates either incomplete obfuscation on the post (missing PAR2 / segments) or a provider-side retention gap. The arr will mark the item failed and re-search; ElfHosted's NzbDAV deployment also runs the realtime / repair scanner that catches a lot of these proactively.
My Sonarr / Radarr quality profiles produce different release types now
Real-Debrid grabs are typically remuxes or large WEB-DL pulls (the cache prefers big, popular releases). Usenet has the same shapes available but the search ranking is different. If you notice quality drift, adjust your custom formats / profile cutoffs in Radarr / Sonarr; the TRaSH Guides for movies and series are a good baseline.
LitterBox flags way more torrents than I expected
That's typical for libraries that have been through one or more RD account purges. Run the deep probe to confirm the count is real, then bulk-delete with confidence; the dashboard shows a sample before you confirm.
How do I get help?
- For general use of the individual tools, refer to each app's upstream site
- For specific support re your ElfHosted configuration, see the ElfHosted support options
What users say..
We're rocking some excellent TrustPilot Reviews, and here's what some of our
usersfriends say..
I am new here, but today I learned realized that Elfhosted is one of the best free and open source software communities I've seen, and FOSS communities have been at the center of my life since the 90s (Perl, PHP, Symfony, Drupal, Ethereum, etc.). Great open software built by great people who care = great community, and that is something special.
You've done an amazing job @Funky Penguelf with the platform you provide and this place has an awesome mix of active community caretakers and software creators that I've seen here so far like BSM, Spoked, LayeZee and other elf vengers. Keep up the energy, productivity and community and take time to enjoy it and appreciate each other!
I self host and share a fully automated ‘arr stack with Plex. Been doing so for around 4 years. Also recently got into real debrid and hosting a Comet and Annatar for Stremio. The amount of time and head banging I’ve put into it is in the hundreds to thousands of hours. From setting it up to keeping it running smoothly. Let’s not forget the cost of my server and how much it cost to keep it running.
Anyway I wanted to see what ElfHosted was about to compare. Yeah I had the whole thing setup in just a few hours. It also passes the headache of maintaining it to ElfHosted. Will I keep it no because nerdy things and maintaining my server are my hobby and quirky passion project. Will I recommend it to my friends who don’t have the money up front to buy a server, the knowledge to maintain it or desire.
Just my server alone was $2k. Power cost to keep it on yearly is $250ish, annual memberships to RD, Usenet and indexers are around $100. Then whatever a value my free time at. Which is currently at minimum my hourly pay at work or more. Yeah so take the monthly cost of all that and compare to ElfHosted Ultimate Stream package at $39 monthly, add RD to the cost and get nearly all your time back is incredibly cheap.
Lastly it seems like a lot of people forget how quickly an ultimate cable package used to cost. Or how quick paying for every stream service would add up to. Which when using ElfHosted with RD is essentially and more what you get. Quick hint it’s far above the asking price.
As a happy Elfhosted customer—who also self hosts MANY things across about 10 severs (dedicated, VPSes, and VMs running on Synology), I wouldn’t switch to self hosting the services I get from Elfhosted. They just work with very little effort configuring things, and the support the owner and his team provides is second to none. Plus I love being part of a fledgling—but quickly growing—enterprise.
I recently found ElfHosted and decided to start out with the Infinite Starter Kit. Within a week I realized that this was for me and upgraded to the Hobbit plan. Give it another week and I was up to the Ranger plan.
I just love the simplicity and the fact that things just work. For years I've ran a home server and between the constant maintenance and always upgrading harddrives, it became apparent I wanted to make it easier on my self. Enter ElfHosted.
Setup was super easy with the guided documentation and the discord community. It seems that somebody is available at all hours of the day to help with questions. I started with the Arrs, which I knew from my prior hosting... but saw a newer product called Riven. I decided to jump in feet first. I enjoy being on the front end of an up and coming replacement for the Arrs and will soon be upgrading to the annual plan!
I’ve been using this service for a while now, and honestly, it’s a game-changer compared to anything else I’ve tried for managing my media library. The support is fantastic—super quick, and if the staff aren’t around (which rarely happens), the community steps up right away. I can’t imagine going back to any other platform.
Before this, I had my own setup with a NUC, NAS, and tools like Sonarr and Radarr. It worked pretty well for a while, and my internet speed was high enough to stream without any buffering. But in the end, it wasn’t worth the time or headache of managing all the storage and keeping everything running smoothly.
Now, with this service, everything runs smoothly in 1080p+ with no buffering issues. The interface is really easy to use, which makes managing everything a breeze. Plus, having a whole community of smart people available for guidance is a huge bonus.
I was sold from the start, which is why I quickly upgraded from a 1-month to a 3-month subscription, and I’m planning to switch to a 1-year plan soon. This service totally pays for itself, and I’m sure you won’t be disappointed. It’s been really impressive.
Best possible options for anyone looking for the do-it-all option along with the best customer service ive experienced in this space so far. Id rate it a 6 if I could but its limited to 5/5...
(responding to a Reddit thread re the cost of ElfHosted vs mainstream streaming / self-hosting):
I didn't know that the goal of this project was to compete with large companies running/renting entire DCs. I was under the impression that the goal of this project was to manage the updating of almost selfhosted applications on a shared platform with other users. Basically, be my sysadmin for me.
That being said, paying for services is the 'easy button'. There is a real world cost incurred for the time saved. Time is money. Time is the most valuable currency that exists. Once time is spent, it's forever lost, one cannot retrieve it again (yet). In my mind, there are 3 options for use of time with respect to: mainstream, selfhosting, elfhosted.
mainstream - my time is valuable and I don't want curated content and I don't care what content that I have the ability to consume. I only like what's popular.
elfhosted - my time is valuable, I want my own curated content without being forced to browse past the same damn entry 500 times just to find out that I can't watch the movie I want because it's not available in my current location or was removed last week from mainstream providers.
selfhost - I care about costs and I have nothing but time to waste or I want to learn about the backend of the systems involved. I'll pay for my own VPS/homelab, electricity, manage the OS, manage app updates, figure out how to make the apps talk nice to each other, create my own beautiful frontend.
I know how much my time is worth, does that reddit poster know how much their time is worth? Without knowing what you are worth, you can't make effective capital expenditures with respect to the time it will take to recoup the capital.
I know I don't need elfhosted at all for my use case. I choose to stay with elfhosted because it's my 'easy button'. It's an efficient capital expense for the amount of time it saves me managing my own hardware, apps and saves me electricity costs. I'm also in a situation where I don't have upload bandwidth from my home to serve HD content to myself remotely. If I lived back in a city, I would still be here. My time is worth $$/hr.
"Just wanted to check in here and let @Darth-Penguini and anyone/everyone else know...WOW. I have been struggling with storage for years, maintenance of Docker containers, upkeep, all of it. Elfhosted is so freeing. It's an amazing service that I hope to be a member of for a long, long time!"
"I just have to say, I am an incredibly satisfied customer. I had been collecting my own content for nearly 20 years. Starting off with just a simple external HD before eventually graduating to a seedbox with 100TB of cloud storage attached and fully automated processes with Sonarr and Radarr . However, the time came when the glory days of unlimited Google Drive storage ended. I thought my days of having my full collection at my fingertips via :plex: were behind me, until I found Real-Debrid and ElfHosted.
Now I essentially have the exact same access to content as I had before, but even better. Superior support and community involvement. Content is available almost immediately after being identified. A plethora of tools at my fingertips that give me more control and automation than ever before. Wonderfully well done and impressive! I am looking forward to being a customer for a very long time! Massive kudos to @funkypenguin 🤟
"I would recommend ElfHosted to anyone. It has been great so far and made life a lot easier than running my own setups. If you’re in the fence give them a try and help support this great community."
"thanks for the help and must say this is the best host I every had for my server 🙂 10/10 🙂 All other places I have try have I got a lot buff etc. Your host can even give me full power on a 4K Remux on 200GB big movie file . That's damn awesome 😄"
@tjelite (Discord)
"What an amazing support system these guys have Chris and Layzee i think it was! Both are very patient with me even though I am a newbie at all this. Very thorough and explained everything step by step with me
I couldn’t ask for anything better than the service I have received by these guys! Happy happy client❤️"
"Very happy customer. Great service"
"Very good customer service, frequent updates, and excelent uptime!!!!!"
"I had my own plex-arrs setup on hetzner for years. Yesterday I deleted everything as elfhosted has gone above and beyond it. And it has a fantastic, active community as well! Very friendly, helpful and like-minded folks always willing to help and improve the system. Top notch!"
"Absolutely Amazed with the patience and professionalism of all Elf-Venger Staff including bossman penguin❤️"
"@BSM went above and beyond to make sure I had all the one on one support needed with my sub. Thank you for your patience! Elfhosted continues to be Elftastic !!"
"really enjoying the service from elfhosted. The setup is really easy from the guides on the website. And the help on the discord channel is really quick."
"Support is amazing, and once you find a setup which works best for you it works perfectly, very happy 😊"
"great fast service, resolved my problem and really friendly"
"Great service and sorted out a billing issue super quick and easy."
"Very friendly support, resolved a problem with my account! I also appreciate the community that has been built around the service!"
"excellent customer service and very fast replies"
"Loved the simplicity, experience and support"
"Very friendly help as always, problem solved, one happy elf here!"
"Great Helpful and Fast support. Thanks!"