Skip to main content

Linux

Retrieve API Key

Log in and retrieve an API key from https://app.airpipe.io/apikeys

You have several deployment/setup options depending on your requirements.

Setup with systemd

  curl -s https://download.airpipe.io/setup.sh | sudo bash -s -- --api-key enter-your-api-key-12345

This will automatically setup the necessary folders and airpipe.service script.

Download the binary to the current directory

  curl -s https://download.airpipe.io/setup.sh | sudo bash -s -- \
--api-key enter-your-api-key-12345 \
--download

Download the binary to the current directory and generate directories

This is typically used in tutorial mode.

  curl -s https://download.airpipe.io/setup.sh | sudo bash -s -- \
--api-key enter-your-api-key-12345 \
--local
Download Binary