Install ArdexaRemote command line interface (CLI)

Installing or Updating the ArdexaRemote Command Line Interface

If you are updating the remote app, please ensure that all tunnel and VPN sessions are closed, otherwise you will run into errors during the upgrade process.

We strongly recommend using our Desktop application which includes the command line app. Click here for instructions on how to install the desktop application

Windows

Download ArdexaRemoteCliSetup.exe

Mac

curl -Lo ardexa-remote https://storage.ardexa.com/remote-cli-1.4.4/ardexa-remote-macos && sudo install ardexa-remote /usr/local/bin/ && rm ardexa-remote 

Linux

curl -Lo ardexa-remote https://storage.ardexa.com/remote-cli-1.4.4/ardexa-remote-linux && sudo install ardexa-remote /usr/local/bin/ && rm ardexa-remote

Open a command prompt

Windows: cmd or PowerShell

Mac: Terminal

Linux: Your preferred terminal

To check that ArdexaRemoteCli is correctly installed, run

ardexa-remote --help

And you should see instructions on how to use the command.

Last updated