# tuna and TimescaleDB

## Step 1. Download the client

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

## Step 2. Run TimescaleDB server

Installation instructions can be found in the [official documentation](https://docs.timescale.com/self-hosted/latest/install/).

## Step 3. Run tuna

TimescaleDB uses port `5432` by default:

```bash
tuna tcp 5432

```
