# tuna and InfluxDB

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Start InfluxDB server

Installation instructions can be found in the [official documentation](https://docs.influxdata.com/influxdb/v2/install/).

## Step 3. Run tuna

InfluxDB uses port `8086` by default:

```bash
tuna http 8086

```
