Skip to main content
All CollectionsDrive
How to install the Internxt CLI
How to install the Internxt CLI

Instructions on how to set up and install WebDAV using the Internxt CLI.

Updated over a week ago

These instructions will show you how to install and manage your files using WebDAV and the Internxt CLI. The instructions are the same for Windows and Mac.

How to install the Internxt CLI

Ensure you have the Internxt v2 or a later version installed on your Windows or Mac operating system. You can download the latest version from our website here.

The following video will show you how to install the Internxt CLI, plus further instructions are available below.

Installing the CLI requires node >= 20.0.0

To check which node version your device is using, open the command line interface on your computer and type

node -v

This will show which node your device is using.

Next, enter the following command to install the Internxt CLI:

npm i -g @internxt/cli

This will install the CLI on your device, and you will be ready to start the next step which is downloading and connect the CLI to WebDAV. You can do so by following the instructions in our how to enable WebDAV article.

You can get more information, such as which version you are running, and a list of commands you can use by entering these commands into your terminal:

To see which version you are using, enter:

internxt --version

For a list of commands to show what actions you can carry out with WebDAV, enter this command:

internxt --help


For further help or support, you can contact us at [email protected]

Did this answer your question?