変更履歴

TorBoxの新しい更新と改善をフォロー.

2026年5月20日

Improved

Fixed

On the surface, April and May looks like we have been slacking off but in reality, we have been improving old things, and working on new things, revisiting internal systems, as well as building internal tools for our support team to assist you faster and better than before. We are already working on v9, which we will release beginning of Q3 2026, and will take TorBox to the next level, but for now, get used to smaller, less impressive change logs. We promise it will be worth it in the end.

Website

  • Uploads to cloud providers now has it’s own modal, allowing you to easily view your completed uploads.

    • To view this click the “Upload Jobs” button.

  • Better handling of playing raw files in the video player.

    • Better handling of “Play Next File”.

  • Allows submitting vouchers through URL. Helps when sharing.

  • Dashboard is now more responsive when deleting, stop seeding, or adding new downloads.

Web Downloads

  • Makes Mega, ExtMatrix, HubDrive, and HubCloud downloads more reliable.

  • More reliable YouTube downloads.

  • Fixes Scribd downloads.

API

  • /webdl/hosters request now includes a regex pattern that developers can use to match links. API DOCS.

  • Fixes edge case when adding Usenet links that have no filename would fail.

  • Fixes edge case when adding torrents of the same hash within nano-seconds would cause duplicates to show.

Stremio Addon

  • Disables the Stremio Addon.

Tinfoil

  • Disables the hosted Tinfoil service.

2026年3月31日

New

Improved

Fixed

WebDAV

  • Adds searching via web UI for searching through files and folders. Click on the folder/file path in the top right to bring up the search box.

  • Adds sorting by name and size.

  • Much faster operation. Previously, every time you viewed a folder or file, WebDAV would contact our database, now data is cached on our servers for much faster operation when viewing files or folders.

  • Properly announces that the server accepts ranges, and better handles ranged requests.

  • More reliable downloads.

  • WebDAV now hides downloads over 1000 files large due to performance issues.

Web Downloads / Debrid

  • Fixes 4shared RAR downloads.

  • Fixes Turbobit downloads.

  • Fixes Twitch downloads.

  • Handles cases where Buzzheavier returns an error, instead of caching the file containing the error, TorBox will just error the download.

  • Fixes Datanodes downloads.

  • Handles log in only Archive.org downloads by failing them with a proper error rather than something generic.

  • Adds downloading from Castbox.fm

    • This allows episodes as well as channel downloads (most recent 50 episodes)

  • Adds downloading via the GalleryDL tool. This allows for over 200+ supported websites already added onto TorBox’s Web Downloader system.

    • All of the supported sites can be viewed here (the TorBox hosters page only shows a small fraction of what is supported).

    • These are mostly image-based websites, and now allows for TorBox to fulfill more purposes such as bulk media archiving and makes TorBox a more complete media ingestion tool.

  • Fixes YouTube downloads.

  • Fixes Vikingfile direct downloads handling.

  • Adds downloading from FileQ.

  • Adds downloading from HubDrive.

  • Adds downloading from DriveSeed.

  • Adds downloading from HubCloud.

  • Adds downloading from googleusercontent.com direct links. Some user’s requested this, since some of their sources only provide these links rather than drive.google.com links.

  • Adds downloading from Filespace.

  • Adds downloading from Uploady.

  • Adds downloading from Datavaults.

Website

  • When adding a new download fails, the error reason will be more visible, rather than being hidden behind the icons.

  • When adding a new download fails, you can now retry it with a single button. This will add it back to the queue.

  • Updates the icons on the new downloads panel.

API

  • Better API docs! Our API docs got an upgrade due to completing all the Postman verification requirements, which includes full documentation of all available API endpoints, with proper descriptions and responses, meaning that the quality of our API docs meet the stringent requirements of Postman.

    • Fancy checkmark at https://www.postman.com/torbox.

    • Our API docs now live on https://api-docs.torbox.app, and is no longer a redirect. This does mean that the search API and Relay API may be more difficult to find, so you can find them here.

    • The reason we put so much time and effort into this doc quality is because we care highly for our community developers who build software around our API. We are committed to making TorBox the simplest developer experience available.

  • Allows changing user settings via API. API DOCS.

  • Torrents can have a new state called “Incomplete”. This is added to torrents which never fully download in time due to not having any seeders.

  • Makes API more reliable.

2026年2月18日

New

Improved

Fixed

Another heavily focused web player update! This nearly completes the web player in terms of features that we are going to add. This also adds a bunch of quality of life updates that many users requested.

Website

  • Web player gets “Up Next” dialogue once you have finished watching a stream.

    • This will stay on your screen until you dismiss it, or perform one of the actions.

    • One of the actions is “Show List” where it will show a list of all video files, including the currently playing file. This currently playing file will be highlighted in TorBox green.

      • Clicking on the name of any file will begin the stream for this file.

      • When clicking on a file, it will keep the same resolution, subtitle and audio settings as currently if available.

    • Clicking on “Play” will play the next up file.

    • This also shows a thumbnail for the next video.

    • Showing this feature can be enabled or disabled in the settings.

    • When clicking play, it will keep the same resolution, subtitle and audio settings as currently if available.

  • Web player also gets a post-video screen. This screen will show when your video ends. This shows you a next up, current video information, and file list widgets allowing you to quickly watch the next video, or pick any video you like.

  • When going AFK on the web player, it no longer resets the player.

  • Adds torrent health check action to active torrents. This may take awhile to gather but will show you the current peers and seeds accurately. This used to be a tool, but now it is built directly into the dashboard for a better user experience and ease of use.

    • With this tool, you can know for sure whether TorBox can see any seeds for this torrent.

  • Makes the sort descending by default. This was a problem for users who selected a sort option in the settings and cannot change direction.

  • Adds setting for choosing a default web player scrobbling option. This option is off by default.

  • Adding torrents now takes a little bit longer, but will show errors if there was a problem when adding the download.

  • Adds Re-Download action to inactive downloads. This allows you to automatically re-download failed, inactive, expired, incomplete, or missing downloads.

  • Adds “Copy Name” tool to all downloads.

  • Adds loading indicators to exporting .torrent and copying full magnet.

  • Fixes action panel not being fully visible/usable on inactive usenet and web downloads.

API

  • Adds “use_cache_lookup” parameter to the /torrentinfo endpoint(s). This allows for quick re-lookups, if you find your users or self requesting the same hashes/magnets/files constantly. API DOCS.

  • Adds “peers_only” parameter to the POST /torrentinfo endpoint. If trackers are found in the magnet or torrent file, TorBox will search the trackers for the peers and seeds information which is usually faster than contacting DHT for the information. As soon as all trackers are contacted and data is returned, TorBox will immediately respond with the seeds and peers without attempting to find the torrent name, size and files. API DOCS.

    • If the “peers_only” parameter is not sent, but trackers are still found, and the attempt to return full metadata fails, TorBox will instead respond with a successful partial response including the hash, trackers, seeds and peers, while name, size and files will be null.

    • This can be useful for applications who only want to get a quick look at the peers and seeds rather than requiring all of the information from DHT.

Search API

  • Fixes NZBHydra2 BYOI searches not showing size, indexer, or files.

Web Downloads/Debrid

  • Fixes Twitch downloads.

  • Fixes PikPak downloads.

Service

  • Processing of files should now be around 25% faster than before.

2026年2月18日

New

Improved

Fixed

Website

  • Allows searching your dashboard by hash, alternative hashes or tags.

  • Shows tags in purple on your downloads.

    • You can add these tags by editing the download, or by the API.

  • New editor for downloads. This allows you to edit the name of the download, the tags and alternative hashes.

    • This shows a nice preview, so you will see what it will look like on the dashboard.

  • Allows filtering your dashboard by your tags. This is useful for only showing specific tags.

  • Adds button in Stremio Integration settings for resetting settings back to default.

  • Sort, filter and sort icons now change to TorBox’s green color when in use (or different than your preset settings).

API

  • Adding cached downloads should be slightly faster, by roughly 30%.

    • Adding cached usenet downloads got the most improvement by over 200% time savings in most cases.

  • Adding a cached download now requests TorBox to generate the download link in the background, saving multiple seconds in most cases when you eventually go to download the resulting file.

    • The science is that most users will immediately download the file after adding it to their account, so we can speed up the process by doing all the hard work in the background, and using the cached link when it is eventually requested.

  • Allows editing data about torrents. This allows you to update the name, tags, and alternative hashes on the torrent. API DOCS.

  • Allows editing data about usenet downloads. This allows you to update the name, tags, and alternative hashes on the torrent. API DOCS.

  • Allows editing data about web downloads. This allows you to update the name, tags, and alternative hashes on the torrent. API DOCS.

  • Fixes deleting cached downloads. The download would be deleted but would error the request through the API. This has been resolved.

Web Downloads/Debrid

  • Handles Bunkr video links.

  • Fixes Extmatrix downloads.

  • Handles Archive.org embed links.

Search API

  • Fixes many bugs.

  • Adds the cached_only parameter to all search endpoints, which searches only for items already cached on TorBox. API DOCS.

2026年2月13日

New

Fixed

A major release so soon! We changed and added so many things in this release, that we had no choice but to make this a new major version. While this contains fewer items than usual, it has big changes such as changing rate limiters, adding QR code downloads, subscribing using crypto and Amazon Pay, removing PayPal subscriptions, and our newest tech, Alternative Hashes!

Website

  • Allows unlinking scrobblers from your account without error.

  • Returns detailed errors when failing to start a web player streaming session.

  • Adds reseller section to checkout.

    • This displays the available resellers, their fees, payment methods and a direct link to their payment page.

  • Torrent download updates are much more responsive now than before. This means that torrents won’t be stuck on “Checking” or “MetaDL” unless they really are in that state.

  • Allows creating QR codes of download links for using on mobile devices. This makes it really easy to create a link on your desktop and use it on your mobile device.

  • Fixes Usenet and web downloads not submitting password properly.

  • Adds awesome animation to the header of the main page, go check it out (you can interact with it)!

API

  • Fixes free users re-downloading cached torrents in some cases.

  • Adds even better errors when force starting queued downloads.

  • Allows querying my alternative hashes when checking cached.

  • Rate limits are now handled across server synchronously, and now use API keys rather than IPs to rate limit.

    • This means that third party services no longer require whitelisting and enforcing rate limits are now done by our servers, per user, rather than by IP per server, which lead to abuse in some cases.

    • This also allows us to fine-tune and customize rate limits properly without having to guess.

Search API

  • Fixes Prowlarr search results not showing in some cases.

  • The Search API now also includes alternative hashes in the response you can use to query cached hashes.

Service

  • Allows subscribing with the Amazon Pay payment method.

  • Allows subscribing with stablecoin crypto. Links to your wallet and automatically debits the cryptocurrencies automatically. The following are available:

    • USDC

    • USDG

    • USDP

  • Removed subscribing using PayPal.

Web Downloads

  • Handles more types of Mediafire links.

  • Adds .gl Annas Archive urls.

  • YouTube links now download the highest quality available.

  • Adds PikPak downloader. Allows you to download PikPak share links of folders or files!

  • Fixes Filer downloader.

  • Fixes Hitfile downloader.

  • Fixes Mixdrop downloader.

  • Adds Filecrypt downloader. Allows you to input Filecrypt links and automatically download the files contained within.

    • This cannot bypass any captcha on the links though.

2026年1月28日

New

Improved

Fixed

Version 8.3 makes our web streaming the most advanced player of all our competition while also giving it features equal to those of dedicated media servers, such as Plex and Jellyfin. This update brings in scrobbling, resolution changes, raw player streaming for mp4 files, and a fancy new “Pre-Stream Selector” which makes starting a stream much easier, giving you your available subtitles and episode options before you start watching!

This update also brings in Vouchers, which can be used as gifts, many UX improvements, and better overall performance for torrents! Please enjoy our latest update.

Web Streaming

  • Adds scrobbling for Trakt, Anilist, Simkl and MyAnimeList. When streaming via TorBox’s web streaming feature, having linked at least one service, and streaming content that can be matched to an ID on an applicable service, TorBox will automatically update when you start and stop watching the content.

    • Starting a video within the first 10% will start “watching” the matched content on the service.

    • Once the video hits 80%, it will “complete” the matched content on the service.

    • This works with TV shows and movies, as you might expect.

    • If the file name cannot be matched to an ID on a service, nothing will be updated. Make sure the file names of your streaming content can be indexed and found on a service. TorBox does it’s best to attempt to match, but streaming content such as “E01.mkv” will be impossible to match to any content, and scrobbling will not work.

    • If you have multiple services linked to your TorBox account, TorBox will update as many services if possible.

    • You are required to link your Trakt, Anilist, Simkl, and/or MyAnimeList account(s) for this feature to work. This can be done on the website via the scrobbling popup in the player.

  • Adds ability to change resolution of the stream. This means that if you are on a slow connection, you can transcode a 2160p (4k) stream down to 720p. This is not an automatic process, but this is available in the Pre-Stream Selector, as well as in the player, for changing on the fly.

    • You cannot upscale any video using this, only downscale.

  • Fixes thumbnails not properly showing up, and being replaced with default TorBox banner.

Website

  • New scrobbling popup will allow you to view linked scrobblers, and link new ones as well.

    • This will show the metadata that is gathered, allowing you to see exactly what media your file is linked to for better accuracy.

  • Allows adding just torrent hashes, and it will be detected as a magnet.

  • Adds new refresh button to dashboard. This refreshes your dashboard manually without having to fully refresh the entire page.

  • Allows playing compatible files as raw, directly in the browser. This allows you to play .mp4 files without having to transcode them to play them in the browser.

    • This does prevent the use the captions or switching audio types, but there is a button to enable transcoding which switches the player to “transcoding mode”, to enable subtitles and audio switching.

    • This is available for all paid plans, but transcoding is still only available for Pro users.

  • Adds settings section for the web player settings, with descriptions and information about settings. Some settings only affect Pro users due to requiring transcoding (this is stated next to settings that require it).

    • Adds setting for enabling or disabling “Always Transcoding”. Enabling this means that TorBox will always transcode files played through the player. Keeping this disabled allows you to play browser compatible video files, such as .mp4 files.

    • Adds setting for choosing default language for subtitles, as well as a setting for choosing a default language for audio streams.

    • Adds setting for automatically skipping intros if applicable. If enabled, the web player will always skip the intro once you get to it. Only skips the first time you encounter the intro in the play session. If you decide to go backwards in the stream, it will not skip again.

    • Adds setting for our Pre-Stream Selector. This setting either disables or enables the selector, we recommend keeping it on though!

  • Adds Pre-Stream Selector which allows you to choose the correct settings for your stream before you begin, allowing you to modify the audio or subtitle language before opening the player! This will hopefully save you some time when watching streams.

    • The Pre-Stream Selector does not display for raw files, as there is no way to change audio or subtitles for the raw player.

  • No longer shows progress bars on inactive items.

  • Now shows removal reason on inactive items.

  • Adds Voucher payment section to the subscription page. This allows you to purchase, redeem, and view TorBox Vouchers. You can read more about the system here, as well as the terms of service of Vouchers here.

    • You are now able to purchase any TorBox plan (not including addons), at any duration, at any quantity sent to any TorBox user.

    • This is great for gifts, sharing, or giving away TorBox to other users!

  • Adds button for changing video zoom level. Similar to other players, you can change the zoom which makes certain videos look better depending on the device or screen. This is usually best in full screen for ultra-wide screens or for mobile devices (both due to their width). The available options are:

    • “original” for the original video ratio.

    • “fill” stretches to the edges while keeping the original aspect ratio.

    • “stretch” stretches to the edges while disregarding the original aspect ratio.

  • Adds button for changing video resolution. This allows you to transcode down the video you are watching to any lower resolution, while keeping the same aspect ratio.

  • Fixes intro bar not showing on some devices.

    • This is the green bar which shows on the timeline in the player where the intro starts or stops.

Service

  • Adds better routing for Canadian users. Previously CA users were routed to our CNAM CDN, but now CA users to the east are routed to our ENAM CDN.

  • Usenet downloads now give better download states. Instead of being stuck at 100% download, it will show you if it is verifying, unpacking, repairing, or has failed in any of these stages.

  • The Tinfoil API is now back to running and works better than ever before (for the 5 people using it).

  • Usenet downloads are now more efficient resulting in less waiting times in a queue.

  • All public torrents now get trackers automatically added if none are there. This means that possibly dead torrents over DHT may find peers via trackers, without any additional input leading to a better user experience.

  • Queued downloads are now only checked every 3 hours, rather than the previous 1 hour. This is due to the increased number of them, and not being able to get through them in time, leading to an infinite queue where queued items eventually never were checked.

  • Automatically disables a CDN when performance is poor, and enables automatically when performance is back to normal.

Search API

  • Metadata responses now include "simkl_id” if found.

  • Metadata responses for anime results will now properly find anime database ID’s if possible when searched via IMDB, TMDB, TVMAZE, etc. This leads to better data accuracy.

  • Metadata responses now will use found IDs to search for other IDs recursively to get the best results.

  • Fixes Usenet searches not respecting season and episode in some cases.

Web Downloads

  • Handles alternative Annas-Archive domains.

  • Fixes HAnime downloads.

  • Fixes Kemono and Coomer downloads due to domain changes.

  • Fixes Filepress downloads due to domain changes.

  • Fixes Scribd downloads.

API

  • Force starting queued downloads now immediately starts them, rather than adding them to the top of the queue (where they may be put further down later).

  • Force starting queued downloads now give proper errors if failed.

  • Fixes web downloads not respecting the “add_only_if_cached” parameter.

  • Fixes uploading some NZBs where they would not be added to TorBox.

  • Fixes NZB urls not giving correct file due to indexer detections. Many protections were put into place to prevent issues.

TorBox Media Center

  • Lots of changes made to bump up to v2.0.0. If you are not on the latest version, you should upgrade as it comes with a few new features, bug fixes, and quality of life updates. You can read about the changes here.

2025年12月20日

Improved

Fixed

API

  • Jobs now include a filename in the API response, allowing for better identification of the file for users.

  • Adds back /job/{job_id} endpoint. API DOCS.

  • Free users can now authorize a device, and verify the code.

Web Streaming

  • Optimized streaming speeds for fast start times and low to no buffering.

Website

  • The web player now auto resumes playback when changing audio tracks or subtitles, as well as preserving your selection across refreshes.

    • It does not save selection if you restart the stream, as in going back to the download page and clicking the start stream button again.

Web Download/Debrid

  • Dailymotion uses alternative downloading method for more reliability.

  • Fixes YouTube music downloads not processing correctly.

2025年12月7日

New

Improved

Fixed

v8.2 introduces a more powerful dashboard, perfect for power users, but has a much better user experience than before, with easier to use features, more powerful controls, and features that users have been asking for.

Website

  • The dashboard now allows you to multi-select items of any kind, allowing you to perform actions on specific items.

    • While having an item selected, holding shift while clicking on an item above or below will select all the items in between, like you would expect in your computer’s filesystem.

    • Allows you to get download links (or zip links for items with more than 1 file), or delete items.

    • There is also a “Select All” checkbox allowing you to select all items on your account to perform these actions on.

    • When performing a bulk download on multiple items, a widget will popup in the top left showing you the download links of the items you requested.

      • You can batch copy links with a button at the bottom. This button is also compatible with JDownloader and other download managers, making downloading all of these items simple.

      • You are able to copy, or directly download the links returned.

  • You are now able to add multiple magnet links, multiple torrent files, multiple web links, multiple usenet links, or multiple usenet files at once, rather than requiring you to open the window multiple times to add multiple downloads.

  • The dashboard now allows you to filter and sort by even more attributes, such as: x,x,x

  • Download items on the dashboard also now operate differently than before. As mentioned above, clicking on the item will select it for a batch operation, while hovering over the download item, will show you a new list of buttons which have different operations.

    • The download button will take you to the download page, like before.

    • The zip button will give you a direct download to the zip of the download, allowing you to download the entire download without leaving the dashboard.

    • The eye icon will show or hide the files list, allowing you to view the files inside the download without leaving the dashboard. This also allows you to download each file without having to leave the dashboard, while also showing you crucial information about the download. Copying links is also possible.

    • This also includes a button (3 dots) that allows you to get the hash, magnet, or other information about to download, without requiring the long press or right click anymore.

  • Pro users are now able to show or hide the sidebar on desktop. This gives your downloads more space, while hiding the upgrade buttons and the download speed chart if it is something you don’t want to see, while giving your downloads more space.

    • This is a Pro feature only.

    • Your browser will save whether you have it opened or closed, so its position will persist across refreshes.

  • Clicking on the number of downloads you have of different types at the top filters the dashboard by those types.

    • This is a paid feature only.

  • The download page also gets a decent upgrade too, making the page more compact and easy to use.

    • This also adds nice informational icons based on what file type it is. These icons are shared with the webdav!

  • Stremio Integration settings now gets an option for switching between the emoji description type of streams, or the text description type. The emoji description uses emojis instead of text for labels.

  • New Checkout page, makes seeing all of the available payment methods easier to see and is more intuitive.

    • Currently, clicking on a payment method will take you to the real payment page, but eventually you will be able to pay on the TorBox site itself, without ever leaving.

  • New coupons system. Enter a coupon before clicking “Pay” or “Subscribe” to get a discount which is applied to all payment methods. This can be done on the subscriptions page.

    • Patreon cannot be discounted.

    • This means that UPI and crypto can now be discounted, which wasn’t possible before!

    • The new checkout page will show your discount and the amount you are required to pay.

  • Signing up for a TorBox account via a redirected URL such as a referral, will now properly redirect you back to the subscription page once you have fully signed up.

    • This reduces friction when you sign up via a referral code, and it never gets applied.

Web Downloads/Debrid

  • Makes 1Fichier downloads more reliable.

  • Properly handles direct download Vikingfile links.

  • Fixes Katfile downloads.

  • Fixes GoFile downloads with cold files. These files will be skipped as they cannot be downloaded. The rest of the files will be downloaded as normal.

  • Fixes GoFile downloads which may require passwords. GoFile downloads that require passwords can now be downloaded by TorBox.

  • Fixes Annas Archive downloads.

  • Fixes Datanodes downloads.

  • Fixes 123Pan downloads.

  • Adds Transfer.it hoster downloads.

Service

  • Uploading to Google Drive, 1Fichier, GoFile, Pixeldrain and OneDrive are now more reliable.

  • Fixes errors when downloading files with special characters in the filename through the CDNs.

    • This only affected files with names that included, “#” or “?” for example.

  • One time payments are now less restrictive, allowing you to pay with a VPN enabled, or even on Incognito.

    • It should be noted that subscription payments are quite strict to prevent fraud.

  • Download statuses should update much quicker and more reliably.

API

  • Re-adding “expired”, or “reported missing” downloads will download fresh rather than counting as cached.

  • You can now only have a maximum of 1000 queued downloads in total. This includes torrents, usenet and web downloads combined.

    • Any more added after you hit 1000 will simply be rejected.

Stremio Addon

  • Introduces “emoji” descriptions for streams, similar to those found in popular Stremio addons such as Torrentio. This is a setting found in the stremio integrations settings section.

  • Improves Your Media matching.

Web Player

  • Subtitles for videos with .ass subtitles now display properly.

WebDAV

  • WebDAV is now more reliable. Previously webdav would stop working if a server went offline, it is now more resilient.

  • Fixes downloads cutting out after a period of time.

2025年10月25日

New

Improved

Fixed

This update re-introduces our transcoder to the TorBox service. This allows you to play any media file on your browser, just like you would for YouTube. We previously introduced this feature very early on, but it wasn’t very popular, and there were too many technical challenges due to using GoFile as storage (crazy days), as well as lacking the time and skill to be able to build out a comparable feature to other services. Now that we have more control, we are able to add awesome, nice-to-have features like this!

This allows you to stream anywhere, but also allows developers to also tap into this new feature, powering a new wave of apps, built on TorBox, for streaming video. Transcoding is extremely fast, and you are able to seek anywhere in the timeline without having to wait for buffering. Eventually adaptive bitrate streaming will be added, once we have determined requirements and finished testing, allowing users on lower bandwidths to scale down their video dynamically to a lower resolution for buffer-free playback.

Website

  • Introduces the ability to stream video files directly to your browser by clicking the stream button on the download page for compatible videos. This takes you to the stream page, which is the brand new TorBox video player.

    • There are all the controls you need, as well as changing subtitles and audio, even viewing the nerdy stream info about the video as well.

    • If detected, there will be shown a “Skip Intro” button. More information can be found in this help document about the new “Skip Intro” feature.

    • There are too many small things to talk about in this change log (where they will be forgotten), so we created an article for you to further understand the player and how it works, and how to use it (the most important part).

    • A fun and nostalgic screensaver has been added to this page, if you stay idle for too long…

    • This is a Pro only feature for the time being.

  • Adds “Wait for uncached Usenet downloads” and “Wait for uncached Torrent downloads” options under the Stremio addon section. Read more about these options under the Stremio Addon section.

  • New login page. Refreshed to include fancy animations, as well as Single Sign On (SSO)! This allows you to sign in using Google or Apple, making logging in easy as a single click.

    • Your account must match the Google or Apple account email otherwise, it will create a new email.

    • You are able to both sign in, and sign up with these buttons.

    • You still must pass the captcha before logging in.

    • TorBox will show you what you last logged in with on this device if you have ever used SSO. This makes it easy to remember which button to click when logging in.

  • Adds cancellation reason before cancelling your subscription. This allows us to collect necessary information on why you are cancelling your subscription, to better improve our services.

API

  • Brings back the streaming API where you can develop your own player to use with your TorBox files! Developers can use this API to create streams, and gather metadata about video files on a users TorBox account, allowing them to stream their content on the browser, or any video player, without any worry about compatibility. API DOCS.

    • These streams are usually faster to start, as well as has the least amount of buffering, which can be very valuable for users on weak connections.

  • API is now much faster for routes with API keys (nearly every single request). This can result in over 200ms savings!

Service

  • Long running downloads via the CDN have been fixed.

  • Improves downloads speeds via CDNs. Ramp up speeds have been majorly improved.

  • Allows sending properly formatted webhooks to Pushcut.io.

    • This requires the Pushcut Pro subscription to be used properly.

  • Referrals are now only valid for the first payment on a user’s account, but buying a year long subscription will now give you 84 days. Similarly, you will get 7 days for every month purchased with your referral code active. You can read more about it here.

Web Downloads

  • Fixes Vikingfile downloads.

  • Fixes Hitfile downloads.

  • Fixes Turbobit downloads.

  • Fixes Mediafire downloads.

  • Handles GoFile downloads with subfolders.

  • Fixes RedGifs downloads.

  • Fixes Hexload downloads

Stremio Addon

  • Searching via the addon should be much faster than before with heavy optimizations made.

  • Allows search Your Media by using Stremio search to find items in Your Media Catalogue.

  • When enabled in the settings, the addon can now wait for uncached Usenet downloads to be completed on TorBox and directly streamed to Stremio without forcing you to view the “TorBox is downloading” video, and having to click back on the file once completed.

    • This allows you to simply “buffer” for a short amount of time while you wait for the Usenet download to be completed. Once the video is available from TorBox, it will start streaming the video.

    • Streams with this enabled are labeled “Cache & Play”.

    • This works with torrents as well, but Usenet downloads much faster, so it will be more useful in Usenet downloads.

    • The Stremio addon will only wait for up to 90 seconds for the video to download, otherwise it will return the common “TorBox is downloading” video to you, and you will have to return to the stream once the file is complete.

  • Improves stream start times, reducing the amount of buffering time necessary.

2025年9月3日

New

Improved

Fixed

Global domination with new CDNs! TorBox releases 14 new CDNs, not including the 2 we already had in Western United States and the Netherlands! This exciting new development means that TorBox users get much faster downloads, faster stream start times, faster seeking times and better throughput wherever they are in the world.

We placed these 14 new CDNs very strategically based on where our users are located, which means the most amount of users will be impacted by this fantastic change. The API has also been upgraded to route you to the perfect CDN, but also use your setting if you have manually changed your preferred CDN location.

These CDNs are also extremely fast, quicker than our competitors in function, being able to push over 4gbit/s from a single connection. The amount of time and effort was spent in optimizing each location for the networks around each CDN was insane, but we are extremely happy with how the CDNs turned out!

Also, happy birthday to TorBox as it just turned 2 years old! It’s been a crazy 2 years, and an even more crazy past 1 year, so please enjoy TorBox v8, and let us know what you think!

Service

  • Introduces our new global CDNs at the following locations:

    • Sydney, Australia 🇦🇺

    • Tokyo, Japan 🇯🇵

    • Mumbai, India 🇮🇳

    • Singapore 🇸🇬

    • São Paulo, Brazil 🇧🇷

    • Chicago, Illinois, United States 🇺🇸

    • Miami, Florida, United States 🇺🇸

    • New York, New York, United States 🇺🇸

    • Marseille, France 🇫🇷

    • Oslo, Norway 🇳🇴

    • London, United Kingdom 🇬🇧

    • Kyiv, Ukraine 🇺🇦

    • Tel Aviv, Israel 🇮🇱

    • Lisbon, Portugal 🇵🇹

    • Cloudflare CDN 🌐

      • Uses the closest Cloudflare datacenter to serve the file, rather than from one of our many new CDNs.

      • This can be very fast for some users, but slow for others. We recommend sticking to auto unless manual tests prove that this CDN is fast for you.

      • This serves mostly as a backup option if none of our CDNs work well for you.

    • Bunny CDN 🌐

      • Like Cloudflare, uses the closest Bunny.net datacenter, rather than from one of our many new CDNs.

      • This can be very fast (in our testing, even faster than Cloudflare), but slow for others. We recommend sticking to auto unless manual tests prove that this CDN is fast for you. We also recommend trying out the Cloudflare one, since they have a larger network and will be faster for more users.

      • This serves mostly as a backup option if none of our CDNs work well for you (even the Cloudflare one).

  • CDNs do not perform zip downloads. You will be routed to either WNAM or WEUR CDNs to handle these downloads.

  • CDNs also do not host the WebDAV, you will be routed to either WNAM or WEUR CDNs to handle these downloads.

  • Fixes streaming issues with Kodi regarding crashes and buffering after a short amount of time.

    • Default Kodi settings are now sufficient to be used with TorBox and works fine with any supported addon.

  • Zip downloads are now resumable and multi-thread downloadable.

    • Once you start your download, the resulting zip file will be created on disk as the download is progressing, meaning you can pause the ongoing download at any time.

    • The initial download will not be multi-thread downloadable until the entire file is on the disk, but most likely the completed zip file is already on your device.

      • If you are using the API to do this, you could first run a GET request on the zip link, cancel it, wait for a minute, then download it again with multiple threads and in most cases the speed benefits will outweigh the waiting period for the file to generate on disk.

      • While not exactly great for multi-threaded downloads, this feature was mainly aimed at making the zip download resumable, which it accomplishes perfectly.

  • Patreon payments no longer require emails to be exactly the same with the new Patreon linking system which shows up before purchasing. This links your Patreon account with TorBox, which prevents any issues with post-purchase linking not working properly.

Web Downloads / Debrid

  • Fixes NexusMods downloads. Now only downloads latest items rather than all archived items which was wasting space.

  • Handles quota error with Google Drive. The download will be rejected so you may attempt the download later.

  • Fixes 123Pan downloading infinitely instead of producing error when in the file downloading stage.

  • Yandex Disk downloads now allow for all folders and files to be downloaded. Previously only video was able to be downloaded.

    • Yandex Disk was also upgraded to a limit of 200GB per link.

  • Fixes UploadHaven downloads.

  • Handles edge case with 1Fichier downloads where the file is locked via their API but not via the website.

  • Fixes Mediafire downloads.

  • Fixes Filepress downloads.

  • Fixes Turbobit edge case where the sizes were longer than expected.

  • More reliable Terabox downloads.

  • Fixes Mixdrop downloads.

  • Fixes names of Terabytez downloads.

  • Fixes names of Worldbytez downloads.

  • Fixes Kemono and Coomer downloads.

  • Fixes HAnime downloads.

  • Fixes edge-case when downloading YouTube playlists, where a single file would hold up the entire queue.

  • Adds progress to downloading YouTube playlists. This only shows the progress bar, as well as the current size, but download speed will still not be shown.

  • Allows using direct download links for Pixeldrain.

Website

  • With all the new CDNs, the CDN selector needed a glow up. It now looks much more modern and less cluttered, and includes flags for easy association with the CDN of your choice.

    • When the “Auto” selection is enabled, there will be a lightning icon next to the CDN that “Auto” will be using. This is nice for users to get a gauge on exactly what Auto is using based on their IP.

  • All drop down selectors also get a similar glow up for better UX.

  • The hosters page also gets a revamp, changing how it looks.

    • The images now load directly from TorBox, which results in faster image loading, better quality, and better security.

  • Allows setting Pixeldrain API key in the settings so that uploads are sent to your account. This is required to use the Pixeldrain uploader now.

  • Allows setting 1Fichier API key in the settings so that uploads are sent to your own 1Fichier account rather than being uploaded anonymously.

  • Allows setting Gofile API key in the settings so that uploads are sent to your own Gofile account rather than being uploaded anonymously.

  • Fixes opening links in player for Android devices.

  • Speedtest page is now more reliable and accurate when performing tests.

  • The speed test page now shows the ping to each CDN before testing.

  • New “Borrowed” tag for torrents where the user does not “own” the torrent. This comes with no repercussions and is purely informational.

  • Searching in the hosters page, will now change the URL you are located at with the search query, so you can easily share the same exact search you are at.

    • If you search for “1fichier”, the current URL you are at will change to /hosters?search=1fichier, so if you refresh or send to another user, it will show the same results.

  • Searching in the integrations page will now change the URL you are located at with the search query, so you can easily search the same exact search you are at.

    • If you search for “qbittorrent”, the current URL you are at will change to /integrations?search=qbittorrent so if you refresh or send to another user, it will show the same results.

  • Selecting a section in the settings page, such as “search” will change the current URL to the section you are currently at, so you can share it or refresh, and it will take you right back to the same section.

  • Adds OAuth Device page for linking your device to a Third Party App.

  • Adds Private filter to the dashboard and settings.

  • Adds Borrowed filter to the dashboard and settings.

  • Adds the ability to download a receipt of any transaction, looks beautiful!

API

  • The API now properly routes you to the best CDN. You can always be sure that your download will be as fast as possible.

  • Allows batch starting queued downloads.

    • Previously this would result in a database error.

  • Route /torrents/torrentinfo can now use the TorBox cache to get torrent info, which can result in quicker results from this endpoint.

    • You must enable this manually, by sending the “use_cache_lookup” parameter. This is due to the fact that it would return zero seeders and zero peers which may defeat the point of this endpoint for some applications.

  • Test files now properly choose the closest files to download and the rest are based on closest as you go down the list.

  • Fixes interesting race conditions with some routes in the API.

  • Requesting download links are now slightly faster.

    • Improved around 50ms!

  • Better reliability with starting queued downloads.

  • Better reliability with starting RSS feed scraping.

  • New device code authorization flow for developers on apps primarily on TV devices. This makes linking devices with TorBox much easier. API DOCS.

  • Adds add_only_if_cached parameter to /createXXXXdownload endpoints that allows you to specify if you only want this download added to your account if it is cached. If not cached it will return an error DOWNLOAD_NOT_CACHED. API DOCS.

  • Adds ability to generate PDF receipt of transaction the user owns.

Search API

  • More results when searching for anime.

  • Quicker results when searching for anime, due to a different scraping method of Nyaa.si which focuses on parallelism.

  • Adds AnimeTosho to anime torrent searches.

    • Previously only used for anime usenet searches.