All Products
Search
Document Center

Time Series Database:Manage user accounts and databases

Last Updated:Apr 01, 2026

Time Series Database (TSDB) for InfluxDB® supports two account types and lets you create, delete, and authorize databases from the TSDB console.

Quick reference

Task Location in console
Create an account Time Series Data Management > Accounts > Create
Delete an account Time Series Data Management > Accounts > Delete
Create a database Time Series Data Management > Databases > Create
Delete a database Time Series Data Management > Databases > Delete
Modify account permissions Time Series Data Management > Accounts

Prerequisites

Before you begin, ensure that you have:

Account types

TSDB for InfluxDB® instances support two account types: administrator accounts and standard accounts. Both account types can only be created and managed in the TSDB console.

Account type Limit Capabilities
Administrator account One per instance Full permissions on all databases on the instance. Cannot create or manage other accounts.
Standard account Multiple per instance Read and write permissions on authorized databases only. Permissions must be granted manually. Can be deleted.
By default, the administrator account has owner permissions on all databases created on the instance. You can reset these permissions. Standard accounts can only be created after an administrator account exists for the instance.

Manage accounts

Create an account

  1. Log on to the TSDB console.

  2. In the upper-left corner, select the region where your instance is located.

  3. On the Instances page, click Manage in the Actions column for the instance.

  4. Choose Time Series Data Management > Accounts, then click Create.

  5. On the Create Account page, configure the following parameters.

    Parameter Description
    Account name Enter a name for the account. The name must meet all of the following requirements: contains only lowercase letters, digits, and underscores (_); starts with a lowercase letter; ends with a lowercase letter or digit; is 1–16 characters long.
    Account type Select Administrator account or Standard account. Only one administrator account can be created per instance.
    Authorize database Applies to standard accounts only. In the Unauthorized databases section, select the databases to authorize, then click Authorize > to move them to the Authorized databases section. For each database, select a permission type: Read/Write, Read, or Write. If no databases exist yet, create databases before granting permissions.
    Password Enter a password that is 8–32 characters long and contains at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters (! @ # $ % ^ & * ( ) _ + - =).
    Confirm password Re-enter the password to confirm.

    Create account

  6. Click OK.

Delete an account

Only standard accounts can be deleted.
  1. Log on to the TSDB console.

  2. In the upper-left corner, select the region where your instance is located.

  3. On the Instances page, click Manage in the Actions column for the instance.

  4. Choose Time Series Data Management > Accounts. On the Accounts page, click Delete in the Actions column for the account.

  5. Click OK.

Manage databases

Create a database

  1. Log on to the TSDB console.

  2. In the upper-left corner, select the region where your instance is located.

  3. On the Instances page, click Manage in the Actions column for the instance.

  4. Choose Time Series Data Management > Databases, then click Create in the upper-right corner.

  5. In the Create database dialog, enter a database name and click OK.

    Create database

Important

Keep the number of databases per instance at 10 or fewer. A large number of databases distributes data across many databases, which consumes memory and degrades query performance.

Delete a database

  1. Log on to the TSDB console.

  2. In the upper-left corner, select the region where your instance is located.

  3. On the Instances page, click Manage in the Actions column for the instance.

  4. Choose Time Series Data Management > Databases. On the Databases page, click Delete in the Actions column for the database.

  5. Click OK.

    Delete database

Manage permissions

Modify the read and write permissions of a standard account on specific databases from the Accounts page.

For example, grant Read/Write permission on the mydb database to the standard account db_test.

Manage permissions

Administrator account permissions

The administrator account has full permission on all databases created on the instance.

Account permissions reference

The following table lists the InfluxQL operations available to standard accounts by permission type.

Permission type Scope Operations
Read/Write Database SHOW DATABASES, USE
Read/Write Data SELECT, INSERT, DELETE FROM, CARDINALITY, SHOW TAG KEY [EXACT] CARDINALITY, SHOW TAG VALUES [EXACT] CARDINALITY, SHOW FIELD KEY [EXACT] CARDINALITY, SHOW MEASUREMENT [EXACT] CARDINALITY, SHOW TAG KEYS, SHOW TAG VALUES, SHOW FIELD KEYS, SHOW QUERIES, EXPLAIN [ANALYZE]
Read/Write Series SHOW SERIES, DROP SERIES
Read/Write Continuous query CREATE CONTINUOUS QUERY, DROP CONTINUOUS QUERY, SHOW CONTINUOUS QUERIES
Read/Write Measurement SHOW MEASUREMENTS, SHOW MEASUREMENT [EXACT] CARDINALITY
Read/Write Retention policy SHOW RETENTION POLICIES, DROP RETENTION POLICY