---
title: Find your connection details | Tiger Data Docs
description: Connect to Tiger Cloud, self-hosted TimescaleDB, or MST using your connection details
---

To connect to your Tiger Cloud service, self-hosted TimescaleDB, or Managed Service for TimescaleDB, you need at least the following:

- Hostname
- Port
- Username
- Password
- Database name

Find the connection details based on your deployment type:

- [Tiger Cloud](#tab-panel-625)
- [Self-hosted TimescaleDB](#tab-panel-626)
- [Managed Service for TimescaleDB](#tab-panel-627)

## Connect to your service

Retrieve the connection details for your Tiger Cloud service:

- **In `<service name>-credentials.txt`**:

  All connection details are supplied in the configuration file you download when you create a new service.

- **In Tiger Console**:

  Open the [`Services`](https://console.cloud.tigerdata.com/dashboard/services) page and select your service. The connection details, except the password, are available in `Service info` > `Connection info` > `More details`. If necessary, click `Forgot your password?` to get a new one.

  ![Service connection details in Tiger Console](/docs/_astro/tiger-service-connection-details.CJPBXPtc_Z23UGAt.webp)

## Find your project and service ID

To retrieve the connection details for your Tiger Cloud project and Tiger Cloud service:

1. **Retrieve your project ID**:

   In [Tiger Console](https://console.cloud.tigerdata.com/dashboard/services), click the arrows next to the project name in the top left. The project ID is under the project name.

   ![Retrieving the project ID in Tiger Console](/docs/_astro/tiger-console-change-project.D-LN4vwi_1pfWTk.webp)

2. **Retrieve your service ID**:

   Click the dots next to the service, then click `Copy` next to the service ID.

   ![Retrieving the service ID in Tiger Console](/docs/_astro/tiger-console-service-id.KxfYxLWI_ZaH4ze.webp)

## Create client credentials

You use client credentials to obtain access tokens outside of the user context.

To retrieve the connection details for your Tiger Cloud project for programmatic usage such as Terraform or the [Tiger Cloud REST API](/docs/get-started/quickstart/cli-rest-api/index.md):

1. **Open the settings for your project**:

   In [Tiger Console](https://console.cloud.tigerdata.com/dashboard/services), click `Settings`.

2. **Create client credentials**:

   1. Click `Create credentials`, then copy `Public key` and `Secret key` locally.

      ![Creating client credentials in Tiger Console](/docs/_astro/tiger-cloud-console-client-credentials.DPblOdeh_kpDgz.webp)

      This is the only time you see the `Secret key`. After this, only the `Public key` is visible in this page.

   2. Click `Done`.

Find the connection details in the [PostgreSQL configuration file](https://www.postgresql.org/docs/current/runtime-config-file-locations.html) or by asking your database administrator. The `postgres` superuser, created during PostgreSQL installation, has all the permissions required to run procedures in this documentation. However, it is recommended to create other users and assign permissions on the need-only basis.

In the `Services` page of the Managed Service for TimescaleDB Console, click the MST service you want to connect to. You see the connection details:

![MST service connection details](/docs/_astro/mst-connection-info.Doo0G8db_Z6MTAp.webp)
