All Products
Search
Document Center

Time Series Database:Manage user accounts and databases

Last Updated:Mar 28, 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

TaskLocation in console
Create an accountTime Series Data Management > Accounts > Create
Delete an accountTime Series Data Management > Accounts > Delete
Create a databaseTime Series Data Management > Databases > Create
Delete a databaseTime Series Data Management > Databases > Delete
Modify account permissionsTime 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 typeLimitCapabilities
Administrator accountOne per instanceFull permissions on all databases on the instance. Cannot create or manage other accounts.
Standard accountMultiple per instanceRead 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.

    ParameterDescription
    Account nameEnter 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 typeSelect Administrator account or Standard account. Only one administrator account can be created per instance.
    Authorize databaseApplies 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.
    PasswordEnter 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 passwordRe-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.

Manage permissions

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

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 typeScopeOperations
Read/WriteDatabaseSHOW DATABASES, USE
Read/WriteDataSELECT, 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/WriteSeriesSHOW SERIES, DROP SERIES
Read/WriteContinuous queryCREATE CONTINUOUS QUERY, DROP CONTINUOUS QUERY, SHOW CONTINUOUS QUERIES
Read/WriteMeasurementSHOW MEASUREMENTS, SHOW MEASUREMENT [EXACT] CARDINALITY
Read/WriteRetention policySHOW RETENTION POLICIES, DROP RETENTION POLICY