For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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.6.0/ardexa-remote && 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

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

Last updated

Was this helpful?