---
title: Administer InfluxDB
description: Use the InfluxDB API, user interface (UI), and CLIs to perform administrative tasks in InfluxDB.
url: https://docs.influxdata.com/influxdb/v2/admin/
estimated_tokens: 775
product: InfluxDB OSS v2
version: v2
---

# Administer InfluxDB

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).

Use the InfluxDB API, user interface (UI), and CLIs to perform administrative tasks in InfluxDB.

### [Identify InfluxDB OSS v2 version](/influxdb/v2/admin/identify-version/)

Learn how to identify your InfluxDB OSS v2 version using command-line tools, the UI, and HTTP endpoints.

### [Manage organizations](/influxdb/v2/admin/organizations/)

Manage organizations in InfluxDB using the InfluxDB UI or the influx CLI.

### [Manage API tokens](/influxdb/v2/admin/tokens/)

Manage API tokens in InfluxDB using the InfluxDB UI or the influx CLI.

### [Manage buckets](/influxdb/v2/admin/buckets/)

Manage buckets in InfluxDB using the InfluxDB UI or the influx CLI.

### [Manage users](/influxdb/v2/admin/users/)

Manage users in InfluxDB using the InfluxDB UI or the influx CLI.

### [Manage security and authorization](/influxdb/v2/admin/security/)

Security, access control, and sensitive secret handling are incredibly important when handling any sort of sensitive data. This section provides information about managing the security of your InfluxDB instance.

### [Manage secrets](/influxdb/v2/admin/secrets/)

Manage, use, and store secrets in InfluxDB.

### [Back up and restore data](/influxdb/v2/admin/backup-restore/)

InfluxDB provides tools that let you back up and restore data and metadata stored in InfluxDB.

### [Manage InfluxDB internal systems](/influxdb/v2/admin/internals/)

Manage the internal systems of InfluxDB such as the Time Series Index (TSI), the time-structured merge tree (TSM) storage engine, and the write-ahead log (WAL).

### [Manage InfluxDB logs](/influxdb/v2/admin/logs/)

Learn how to configure, manage, and process your InfluxDB logs.
