Migrate from Real-Debrid to TorBox or Usenet
Legal Responsibility
This guide covers the technical mechanics of migrating between cloud storage providers and downloaders. Users are solely responsible for ensuring all content accessed, stored, or streamed through any of these setups is legally obtained and complies with applicable copyright laws and the terms of service of Real-Debrid, TorBox, and any Usenet provider. ElfHosted provides hosting infrastructure only and does not provide, curate, or facilitate access to copyrighted content. See our Acceptable Use Policy for details.
Real-Debrid has had a rough year. The May 2026 infringing-file filter quietly broke unservable items across most libraries, account-purge waves keep happening, and the single-IP rule makes operating an arr stack (or even a normal household) against RD increasingly fragile. A lot of ElfHosted users want to move off, but they've built a library worth of Radarr / Sonarr history pointing into the RD mount, and a hard cut leaves them with a shelf full of broken symlinks.
This guide walks the soft-migrate path: keep the existing library intact, swap the storage backend, and let the arrs re-populate the parts that don't carry across, without ever leaving your media server with a dead-symlink hole in the middle of a cutover.
Get your $1, 7-day free trial!
Why move off Real-Debrid in 2026?
Four overlapping problems, each one enough to push some users off; the combination is what's driving the current migration wave.
What is the May 2026 "infringing_file" filter?
In May 2026, Real-Debrid began filtering "infringing" content out of its cache, returning an infringing_file error (surfaced as HTTP 451 + error_code: 35 on POST /unrestrict/link) for affected items. The torrent still reports status: "downloaded" on the /torrents list, so the breakage is invisible until you press play. Most of the impact lands on WEB-DL, WEBDL, WEB-Rip, and WEBRip releases, plus releases bearing scene group tags (rarbg, rartv, eztv, YTS, and similar). The filter is filename-based, applied on top of the existing hash-based DMCA blocklist, and Real-Debrid has acknowledged false positives. Renaming files sometimes works around it; sometimes it doesn't.
This is the same pattern that began in November 2024 under pressure from the FNEF (French Federation of Film Distributors), then expanded in May 2026. Community framing for the May wave has settled on "rug-pull": libraries that worked the previous evening returned infringing_file errors the next morning, with no advance notice, no migration window, and no way to tell which items were affected without probing every torrent individually. LitterBox (the cleanup tool referenced in the soft-migrate steps below) automates that probe.
The single-IP ban risk
Real-Debrid's terms allow you to use your account from any public IP address, but not from more than one IP at the same time. In practice this means:
- Forgetting to disconnect a VPN before launching Stremio / Kodi can trip the limit.
- Your partner watching on a phone outside Wi-Fi while you stream at home will trip it.
- An arr stack that grabs from one location while you watch from another will trip it.
Repeated violations result in temporary suspensions, then permanent bans. TorBox's Essential and Pro tiers allow concurrent streams from multiple IPs (5 and 10 respectively) without the ban risk; Usenet has no equivalent concept (Usenet bills per byte / per month from your provider, not per stream). For a household of more than one human, the per-IP-binding is on its own often the trigger to migrate.
Account-purge waves and "Real-Debrid down" days
Beyond the filter, Real-Debrid has had recurring account-purge events where large numbers of users find their library counts dropped overnight as cached entries are removed. The May 12 2026 outage spike alone saw 1,500+ user reports filed against Real-Debrid's status across the major outage trackers within 24 hours; "is Real-Debrid down" / "Real-Debrid not working" search volume hits weekly peaks.
The structural fragility for arr stacks
The combination above means that operating a Radarr / Sonarr stack with Real-Debrid as the storage backend now requires:
- A monitoring layer to detect when previously-cached items have become unservable.
- A cleanup layer to prune dead torrents and broken symlinks.
- A re-search layer to refill what was removed.
- A discipline of never running RD from more than one location, which conflicts with how most households actually use a media server.
TorBox (via CatBox) and Usenet (via NzbDAV) both eliminate at least three of those problems by design. Combined, they cover the fourth.
Pick a target
Three viable destinations, each with a different shape:
| Target | What it gets you | What carries across from RD | Best for |
|---|---|---|---|
| TorBox via CatBox | Lazy-materialised debrid, unlimited library size, no IP-binding ban risk | The subset of your RD library that's also cached on TorBox imports virtually with one click | Users staying in the "torrent-backed cloud library" world but tired of RD's instability |
| Usenet via NzbDAV | On-demand article streaming, no per-IP bans, ~5 year retention on most providers, no cache-retention games | Nothing imports directly (Usenet has no equivalent of a cached-hash check), but Cleanuparr / a re-search will refill most of the library from NewsNab indexers | Users who want to leave debrid entirely and prefer Usenet's predictability |
| Hybrid (TorBox + Usenet, recommended) | Both backends running side-by-side, so any item missing from TorBox's cache can be picked up from Usenet and vice versa | TorBox import covers the cached subset, Usenet re-search backfills the rest | Users with large, long-tail libraries who want the highest coverage and the most resilience |
The hybrid path is the strongest result and is what most users land on after migrating. Start with one of the single-target guides below; you can layer the other one in afterwards, the two stacks coexist cleanly.
The soft-migrate principle
The naive cutover, delete Real-Debrid, switch downloader, hope for the best, leaves you with a media-server library full of broken symlinks for several hours to several days while the arrs re-grab everything from the new backend. Playback fails, Plex / Jellyfin / Emby cache thumbnails for items that no longer resolve, and users notice.
Soft-migrate avoids that by doing the work in this order:
- Stand the new backend up in parallel. Add CatBox (for TorBox) or NzbDAV (for Usenet) alongside the existing Decypharr / Zurg / RD setup. The new path doesn't claim any of the existing symlinks yet, it just exists.
- Import what's importable (TorBox path only). CatBox's
RealDebrid importUI reads your existing hashlist from Decypharr or Zurg, cross-checks it against TorBox's global cache, and virtualises the matching subset. Then it repoints existing symlinks from the RD mount to the new TorBox-backed virtual paths. No new TorBox usage at this point, the import is preview-first and re-runnable. Usenet has no equivalent step; that path skips ahead. - Swap the downloader in the arrs. New grabs route through the new backend. Existing library entries still resolve via the (now repointed for TorBox, or still RD-mounted for Usenet) symlinks.
- Purge the dead content from RD using LitterBox. RD's May 2026 filter and account-purge waves left libraries full of items that report
downloadedbut don't actually play. LitterBox signs in via Real-Debrid OAuth (token stays in your browser, no server-side storage), counts the broken / filtered / error-state torrents, and offers a one-click bulk-delete. Do this before the next step so the cleanup is reflected in the symlink scan. - Delete the now-broken symlinks with ElfBot. After the LitterBox purge, every symlink that pointed at a purged RD item is dangling. ElfBot's "Broken Symlink Report" finds them, "Delete Broken Symlinks" removes them in one step.
- Let the arrs re-search. With the broken symlinks gone, Radarr / Sonarr see the items as missing and re-grab from the new backend. Cleanuparr can drive this automatically on a schedule; manually you can use the "Search Missing" button per arr.
- Run hybrid for a few days. RD continues serving items the new backend hasn't picked up yet. Watch a few things, sanity-check that the new playback path works, fix any per-arr quality profile drift before the final cutover.
- Cut over. Switch your personal media stack subscription from the RD-based bundle to the TorBox-based (or Usenet-based, or both) bundle. RD mounts disappear, any remaining RD-pointed symlinks break, Cleanuparr / a final re-search backfills them. The hybrid step before this means there shouldn't be many.
Each step is independent. If something looks off at any point you can stop, investigate, and resume; nothing in the soft-migrate path is destructive in a way you can't un-do by re-running an arr search.
What to expect during migration
- No downtime for the library as a whole. Individual items may briefly fail to resolve during the symlink-repoint step (on TorBox) or between LitterBox purge and arr re-search (on either path), but the library never goes dark.
- TorBox-cached coverage lands on day one for the subset of your RD library that's also in TorBox's global cache, which is typically the majority of mainstream movies and recent TV.
- Long-tail coverage comes back over hours to days as the arrs re-search and grab fresh releases from indexers. Older / rarer items may need a manual nudge.
- Watch state is preserved. Plex watch state is account-bound. Jellyfin / Emby keep their own databases, which stay intact across this migration.
Storage and bandwidth
Storage paths don't change during this migration: /storage/symlinks/... is still the library root the arrs and your media server work against. What changes is where those symlinks resolve:
- Before:
/storage/symlinks/movies/Foo (2024)/...→/storage/realdebrid-zurg/__all__/Foo (2024).../foo.mkv - After (TorBox): same symlink →
/storage/torbox/Foo (2024).../foo.mkv - After (Usenet): new symlink →
/storage/nzbdav/Foo (2024).../foo.mkv
ElfHosted's storage layer is the same in all three cases; only the downloader and the mount target change.
Frequently asked questions
Is Real-Debrid down? Why aren't my streams working?
Most of the "Real-Debrid down" reports in 2026 aren't full outages, they're the infringing_file filter returning errors for previously-cached items. The torrents still report status: "downloaded" on the /torrents list, so the breakage is invisible until playback. If a sample of WEB-DL / WEBRip releases in your library fails to play, you're almost certainly seeing the filter, not an outage. LitterBox's fast-pass scan diagnoses this in seconds.
Can I get banned from Real-Debrid for using two devices at once?
Yes. Real-Debrid permits use from any single public IP address but not two at the same time. Streaming from home Wi-Fi while a family member streams on cellular, or having a VPN connected on one device while another is direct, both trip the limit. Repeated violations escalate from temporary suspension to permanent ban. TorBox doesn't have this restriction (Essential and Pro tiers allow 5 / 10 concurrent IPs respectively), and Usenet doesn't have an equivalent concept at all.
What's the infringing_file error specifically?
infringing_file is the error string Real-Debrid's API returns for items its filename-based filter has flagged. On POST /unrestrict/link it surfaces as HTTP 451 + error_code: 35. The filter pattern targets WEB-DL, WEBDL, WEB-Rip, WEBRip releases plus scene-tagged releases (rarbg, rartv, eztv, YTS, and similar). Filename-based and applied on top of the hash-based DMCA blocklist that already existed.
Do I lose my watch state?
For Plex: no, watch state is bound to your Plex account, not the server. Jellyfin and Emby keep watch state in their own server databases, which stay intact during a backend migration (you're swapping the downloader and the mount, not the Jellyfin / Emby database).
Can I migrate without taking down Real-Debrid first?
Yes, that's the point of the soft-migrate path. Real-Debrid stays running through most of the steps. The final cutover is when you actually drop RD; everything before that runs both backends in parallel.
Will my Radarr / Sonarr history be preserved?
Yes. The arrs keep their full grab history through the migration. What changes is the download client they grab against and, for TorBox, the mount the existing library symlinks resolve to.
How long does the migration take?
Active work: a couple of hours for the TorBox path, less for Usenet. The hybrid period (RD still running while the new backend backfills) is up to you, most users keep it for a few days to a week before fully cutting over.
Can I migrate back to Real-Debrid if I don't like TorBox / Usenet?
Yes. The arrs are downloader-agnostic; you can re-add Decypharr at any point and continue grabbing against RD. The CatBox virtual-library and Usenet virtual-library both coexist with a Decypharr setup without conflict.
What about my custom quality profiles, indexers, and lists?
All Radarr / Sonarr / Prowlarr config is unchanged by this migration. Only the download-client connection (and for TorBox, the addition of CatBox as a Torznab indexer) changes.
What if items are missing on both TorBox and Usenet?
This is rare for mainstream content. For long-tail items that aren't on either, you can add them to TorBox directly (TorBox will cache them and CatBox can then virtualise them), or grab them as .nzb from a specialty indexer. Hybrid setups have the highest coverage by far; single-backend setups occasionally need a manual grab.
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!"