Quick Start

Super-charged cloud development environments.

Quick Start

To install the Jumpbox CLI and get started, simply run this command in your terminal.

$ bash <(curl -Ss https://jumpbox.run/install.sh)

Our quick-start script will download and install the Jumpbox CLI on your local machine. It is always a good idea to check what a script is going to do when you run a command in this way. You can review the source code for our quick start installer at by visiting https://jumpbox.run/install.sh in your browser.

Once you've got the Jumpbox CLI installed, to connect to your jumpbox simply run:

jump

If you'd like to adjust your jumpbox settings or dig deeper, find out what the jumpbox CLI can do by running:

jump help

That's it. Simple!

Last updated