---
title: Manage InfluxDB dashboards
description: Create, edit, and manage custom dashboards in the InfluxDB user interface (UI).
url: https://docs.influxdata.com/influxdb/v2/visualize-data/dashboards/
estimated_tokens: 771
product: InfluxDB OSS v2
version: v2
---

# Manage InfluxDB dashboards

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

Create, edit, and manage dashboards from the **Dashboards** tab in the left navigation.

### [Create a dashboard](/influxdb/v2/visualize-data/dashboards/create-dashboard/)

Create a new dashboard or import an existing dashboard in the InfluxDB user interface (UI).

### [Control a dashboard](/influxdb/v2/visualize-data/dashboards/control-dashboard/)

Control an InfluxDB dashboard in the InfluxDB user interface (UI).

### [Export a dashboard](/influxdb/v2/visualize-data/dashboards/export-dashboard/)

Export a dashboard using the InfluxDB user interface (UI).

### [Delete a dashboard](/influxdb/v2/visualize-data/dashboards/delete-dashboard/)

Delete a dashboard from the InfluxDB user interface (UI).

### View your dashboard ID

Use the InfluxDB UI or `influx` CLI to view your dashboard ID.

### Dashboard ID in the UI

When viewing a dashboard in the InfluxDB UI, your dashboard ID appears in the URL.

```sh
http://localhost:8086/orgs/03a2bbf46249a000/dashboards/04b6b15034cc000/...
```

### Dashboard ID in the CLI

Use [`influx dashboards`](/influxdb/v2/reference/cli/influx/dashboards/) to view a list of dashboards and IDs.

```sh
> influx dashboards
ID                  Name
03a2bbf46249a000    dashboard-1
03ace3a859669000    dashboard-2
```

[dashboards](/influxdb/v2/tags/dashboards/)
