Documentation

Create an organization

Use the InfluxDB user interface (UI) or the influx command line interface (CLI) to create an organization.

Organization and bucket limits

A single InfluxDB 2.7 OSS instance supports approximately 20 buckets actively being written to or queried across all organizations depending on the use case. Any more than that can adversely affect performance. Because each organization is created with a bucket, we do not recommend more than 20 organizations in a single InfluxDB OSS instance.

Create an organization in the InfluxDB UI

  1. In the navigation menu on the left, click the Account dropdown.

  2. Select Create Organization.

  3. In the window that appears, enter an Organization Name and Bucket Name and click Create.

Create an organization using the influx CLI

Use the influx org create command to create a new organization. Provide the following:

  • An operator token using your influx CLI connection configuration, INFLUX_TOKEN environment variable, or the --token, -t flag.
  • A name for the organization with the --name, -n flag.
  • Optional: A description of the organization with the --description, -d flag.
influx org create \
  --name 
ORG_NAME
\
--description "
ORG_DESCRIPTION
"
  • Copy
  • Fill window

Replace the following:

  • ORG_NAME: The name of the organization to create
  • ORG_DESCRIPTION: A description of the organization

Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more

InfluxDB 3 Core and Enterprise are now in Beta

InfluxDB 3 Core and Enterprise are now available for beta testing, available under MIT or Apache 2 license.

InfluxDB 3 Core is a high-speed, recent-data engine that collects and processes data in real-time, while persisting it to local disk or object storage. InfluxDB 3 Enterprise is a commercial product that builds on Core’s foundation, adding high availability, read replicas, enhanced security, and data compaction for faster queries. A free tier of InfluxDB 3 Enterprise will also be available for at-home, non-commercial use for hobbyists to get the full historical time series database set of capabilities.

For more information, check out: