Fix: Terabox blocks concurrent downloads from a single IP. Use --transfers 1 (single thread). Do not use --transfers 16 like you do with Google Drive.


If you are deep into the world of cloud storage automation, you already know the golden rule: Rclone is the Swiss Army knife of file management. But if you are a heavy user of Terabox (formerly Dubox), you have likely hit a frustrating wall.

Does Rclone support Terabox? The short answer is No, not in the official stable release.

The long answer? Yes, it is possible, but you need to use a community-driven fork.

After spending several weeks testing API limits, authentication flows, and transfer speeds, I have compiled everything you need to know about the current "verified" status of Rclone with Terabox.


Before we dive into the "how," it's crucial to understand the landscape. You will find dozens of outdated articles from 2022 and 2023 claiming Rclone supports Terabox natively via a webdav endpoint. Those articles are false.

Terabox does not provide a standard WebDAV, SFTP, or S3-compatible API to the public. Flextech intended users to access their storage exclusively via the mobile app (iOS/Android) or the desktop browser.

So, how does "support" exist today? Through two verified, working methods:

Neither method is as elegant as native Google Drive support, but both are verified to allow rclone copy, sync, ls, and mount.

1. The Ultimate "Cold Storage" Most tech veterans have what we call "hot" data (files we use daily) and "cold" data (old photos, archives, project backups). Services like Dropbox are expensive and best used for "hot" data. Now, with Rclone support, TeraBox becomes the perfect vault for your "cold" data. You can script a weekly backup of your computer to TeraBox automatically, set it, and forget it.

2. Media Server Magic One of Rclone's killer features is mounting. You can mount TeraBox as a virtual drive (like Z: on Windows or /mnt/terabox on Linux). This means you can store your movie library on TeraBox and stream it directly to Plex or VLC player without downloading it first. TeraBox just transformed from a locker into a media server drive.

3. Breaking the 2GB Limit (With Tweaks) TeraBox is notorious for its 2GB file size limit on free accounts. However, Rclone’s verified backend implementation often allows for smarter chunking and handling of files. While the service limits still apply based on your subscription, Rclone handles the transfers much more reliably than a web browser, reducing the risk of corruption on large uploads.