---
title: Identify InfluxDB Enterprise v1 version
description: Learn how to identify your InfluxDB Enterprise v1 version using command-line tools, HTTP endpoints, and other methods.
url: https://docs.influxdata.com/enterprise_influxdb/v1/administration/identify-version/
estimated_tokens: 792
product: InfluxDB Enterprise v1
version: v1
---

# Identify InfluxDB Enterprise v1 version

Identifying which InfluxDB product and version you’re using is essential for accessing the correct documentation, troubleshooting issues, and planning upgrades.

#### Identify your InfluxDB version

If you are unsure which InfluxDB product you are using, use our interactive version detector to help identify it:

[Detect my InfluxDB version](#)

## Quick detection methods

### InfluxDB OSS v1 / Enterprise v1 detection

Check the version using `influxd`:

```bash
influxd version
```

Check the `/ping` endpoint headers:

```bash
curl -i http://localhost:8086/ping
```

Look for the `x-influxdb-version` header (for example, `1.11.7`).

For Enterprise v1, the `x-influxdb-build` header will show `Enterprise`.

## Understanding InfluxDB products

For a complete comparison of InfluxDB versions and deployment options, see the [InfluxDB platform overview](/platform/).

## Troubleshooting

### Can’t access your InfluxDB instance?

If you can’t directly access your InfluxDB instance:

1. Use the [interactive version detector](#identify-your-influxdb-version) above or [Ask InfluxData AI](#)
2. Answer questions about your setup:
    -   License type (paid or free)
    -   Hosting model (cloud or self-hosted)
    -   Server age
    -   Query language preferences
3. Get product recommendations based on your answers

### Still not sure?

If you’re still uncertain, see the [Support and feedback](#bug-reports-and-feedback) options.

#### Related
