Internxt Drive With Native Rclone Support Is Now Available!
Internxt now also offers native rclone support for Internxt Drive, adding a new way for individuals, businesses, or enterprises to manage large-scale data, with the same emphasis on security and private storage that Internxt values.
We will go through how to connect your Internxt account for these three methods later in this article. Internxt Ultimate annual and lifetime plans are required to access rclone, so if you’re a new user or want to upgrade, you can do so from our pricing page.
If you’re new to rclone or want to find out more about how Internxt Drive’s rclone support, this article will cover:
- What is rclone
- How to install rclone
- Rclone encryption
- How to connect to rclone with Internxt Drive
- And more
If you’re already familiar with rclone and want to get started with Internxt Drive, you can access this feature from our website below.
What is rclone?
Rclone is a free, open-source tool that helps you move, copy, and manage files between your computer and cloud storage services. It’s often referred to as the Swiss Army Knife of cloud storage due to its powerful features, flexibility, and wide support for different storage providers.
Rclone was created in 2014 by Nick Craig-Wood. He needed a reliable way to move files to and from Google Drive on Linux, where good tools did not exist at the time.
As rclone was released as an open-source project, many people contributed to it by fixing bugs, improving performance, writing documentation, and building new features that expanded what the tool could do.

Now, rclone can be used for several cloud providers, including Google Drive, OneDrive, and now, Internxt Drive.
Benefits of rclone
Speed
Rclone can handle very large files and folders efficiently. It transfers only what has changed, can use multiple connections at once, and is optimized for high-speed uploads and downloads. This makes it a reliable solution to manage large backups, media libraries, or other large storage needs.
Versatility
If you have multiple cloud storage accounts for different uses, with the right ones, you can connect your rclone and manage or copy data between your Google, Internxt, or S3 storage with one versatile tool.
Open source
Like Internxt, rclone makes its source code available to the public. This allows anyone to review how it works, contribute improvements, or customize it for their own needs. It also ensures there is no unauthorized access to your data.
Runs on multiple systems
No matter what device you use, or if you manage your cloud from multiple desktops, rclone works on Windows, macOS, Linux, and most server environments. This means you can use the same commands and scripts on your laptop, desktop, or remote server, making it easy to manage files everywhere.
Low resource usage
As rclone runs a command-line tool, there are no interfaces, background indexing, or background file monitoring like traditional desktop apps.
Instead, it performs transfers only when the command is given via algorithms and direct connections to cloud APIs. This simple, focused design means it can run smoothly on servers, low-power devices, and in the background without slowing down your system.
Works like a local drive
Rclone can mount cloud storage so it appears as a normal disk on your computer, meaning you can open, edit, and save files as if they were stored locally.
This allows you to interact with your cloud storage like you would with interacting and managing storage on your computer, but all your files are actually in the cloud.
How does rclone work?
Rclone works by connecting your computer to cloud storage services using their official APIs. You tell it where your files are and where you want them to go, and it handles the transfer for you and ensures the operations are secure, efficient, and compatible with the cloud provider’s system.

Rclone typically works in the following way:
- Download & set up: Once you have downloaded rclone, you can connect it to your cloud by logging in via your Internxt account. You start by connecting rclone to your cloud account. This involves providing login credentials and selecting the cloud service you want to use, like Google Drive or Dropbox.
- Input commands: You tell rclone what to do with your files with a list of commands, which can be to copy, move, or sync files between your computer and the cloud.
- Data transfer: Rclone then ensures that files are moved, copied, or synced effectively.
- Automation: Rclone can be added to scripts or scheduled tasks so backups, syncing, or transfers happen automatically.
How to use rclone with Internxt
Connect Internxt Drive natively
Once you have downloaded rclone from the official rclone website, follow these steps.
- Start the rclone configuration
Open your terminal or command prompt and run:
rclone config
-
Create and name a new remote
When prompted, selectnto create a new remote:
name > internxt -
Select Internxt as the storage type
Look for Internxt in the list and enter its corresponding number, or type:
Storage> internxt
- Browser authentication
Your default web browser will open automatically. Log in to your Internxt account to authorize rclone.
For more detailed instructions, visit the following help centre articles to set up rclone:
Alternatively, you can keep using rclone via our legacy WebDAV/CLI. Here's how:
Via WebDAV
If you wish to connect to rclone via WebDAV, you must first download the Internxt CLI. This ensures your files are encrypted with zero-knowledge encryption to maintain Internxt’s commitment to privacy.

To run rclone via WebDAV, follow these steps:
- Install and log in to the Internxt CLI
-- Open your terminal and run the following command via npm: npm install -g @internxt/cliLog in with your Internxt account on the CLI by running: internxt login
- Enable the Internxt WebDAV Server
-- To enable the WebDAV server, run the command: internxt webdav enable
- Run Rclone Configuration
-- Open your terminal and run the following command: rclone config
- Create a New Remote
-- Select the option to create a new remote and enter a name to identify the WebDAV server in rclone.
- Select Storage Type
-- When prompted to select a storage type, enter webdav or type 52
- Set the URL
-- Set the URL to https://webdav.local.internxt.com:3005
- Select WebDAV VendorWhen asked for the WebDAV vendor, enter other or type 7.
More information is also available from our help center.
How to connect WebDAV to rclone
Via Internxt S3
Our cloud object storage is also S3-compatible and is the most common access protocol used. It mimics the functionality and API of Amazon's Simple Storage Service (S3) using the same set of commands, like:
- LIST
- GET
- PUT
- DELETE
To connect your S3 account to rclone, follow these steps:
- Run “rclone config”
Input “n” for “New Remote”, press “Enter”, input a name for the remote “internxt-us-central-1”, then press “Enter”
- Choose the Storage Type.
Input “5” for “S3 Compliant”, press “Enter”, input “18” for “Any other S3 compatible provider”, then press “Enter”
- Configure the Authentication.
Input “1”, press “Enter” and Input your Internxt Access and Secret key when prompted.
- Configure the ACL.
Input “1” to set uploaded objects to private, then press “Enter”
- Finalize Configuration.
Input “n” to decline editing advanced config, press “Enter”, then confirm choices. Input “y”, then press “Enter” to finalize the configuration. Finally, input “q”, then press “Enter” to quit the configuration

For more information on these steps, you can find more information in the articles below.
Benefits of object storage
For businesses with a growing data lake, i.e., a pool of unstructured data, object storage has the following benefits:
- Searchability: As objects are stored with unique IDs, customizable metadata, and HTTP URLs, objects are easily found using READ/WRITE operations, making unstructured data easy to find.
- Scalability: As your data grows, object storage’s flat structure supports scalability by adding more nodes to handle the increased volume without complex reconfiguration.
- Data recovery: Object storage copies data across multiple global nodes, simplifying disaster recovery and reducing the need for physical hardware, making data recovery quicker and more cost-effective.
- Security: Your data is encrypted in transit and at rest. HTTPS protocol and server-side encryption with customer-provided encryption keys (SSE-C) are also implemented to guarantee security and privacy.
- Affordability: Zero ingress and egress fees allow for predictable budget and cost savings.
How to get rclone support with Internxt
Internxt Ultimate plan
Rclone support is available for all annual and lifetime Ultimate plans, which you can get for €54/year or €585 for a single payment to access Internxt forever without signing up for a subscription.
You can also pay for lifetime plans using cryptocurrency cryptocurrency or in monthly, interest-free payments with Klarna.
When you purchase an Ultimate plan, you also get access to:
- 5TB encrypted storage
- Post-quantum encryption
- Zero-knowledge encryption
- Two-factor authentication
- Back up your computer
- Password-protected file sharing
- Invite, share & collaborate
- File versioning
- CLI & WebDAV support
- NAS & Rclone support
- Encrypted VPN
- Antivirus
- Cleaner
- Meet
If you want to upgrade your lifetime plan to get access to rclone, you can do so easily by logging in to your account, choosing the Ultimate plan for 85% off, and you will get all the features of Ultimate plus 5TB of storage added to your account.

Internxt object storage pricing
With Internxt, you only pay for the storage you need. Prices start at €7/TB/month.
Our pay-as-you-go model is up to 80% more affordable than AWS, and you can get as much storage as you need whenever you need it.

Security: rclone encryption
For native rclone with Internxt, encrypting your rclone configuration is highly recommended because Rclone stores your Internxt mnemonic and JWT token in its configuration file, but you can set this up by following the instructions in our help centre to keep your accounts secure.
Rclone encryption and Internxt guarantee the security and privacy of your files by using the most secure HTTPS and encryption protocols available.
Internxt S3 uses AES-256-bit encryption to protect data, and buckets are only accessible to the bucket and object creators.
The S3 client provides an encryption key (SSE-C) to encrypt data and temporarily discard it after the operation. If no key is provided, Internxt generates a random AES-256-bit key for each object, stores it securely in the metadata layer, and uses it for future decryption requests.
With rclone encryption and the security protocols that Internxt offers in all its products, you can be sure that your files are protected with the most secure and private cloud storage.
Get started with Internxt S3 and rclone
Native Rclone support has been one of the most highly requested features from our users, so we are thrilled to provide our users with a new way to manage their cloud storage online.
If you have other features you want to see, you can email us at hello@internxt.com, or join our community on Reddit!
Related articles
Best lifetime cloud storage plans
How Internxt protects your data
Frequently asked questions
Why should I use rclone with Internxt?
Rclone offers fast, secure, and efficient transfers, works across multiple operating systems, uses minimal resources, and can mount cloud storage like a local drive.
How do I install rclone?
Download rclone from the official rclone website and follow platform-specific installation instructions. It works on Windows, macOS, and Linux.
How do I connect Internxt Drive to rclone?
You can connect in three ways:
- Native Internxt Drive support: Use rclone config and browser authentication.
- WebDAV via Internxt CLI: Enable the WebDAV server and connect using rclone.
- S3 object storage: Configure rclone as an S3-compatible provider using your access keys.
Where can I find detailed rclone setup instructions?
Internxt’s help center provides step-by-step guides for
Can rclone handle large files?
Yes. Rclone efficiently transfers large files and folders, only syncing changes and supporting multiple simultaneous connections.
Can I automate rclone transfers?
Yes. Rclone can be added to scripts or scheduled tasks for automatic backups, syncing, or data transfers.