Create an organization
This page documents an earlier version of InfluxDB. InfluxDB v2.7 is the latest stable version. View this page in the v2.7 documentation.
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.3 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
In the navigation menu on the left, click the Account dropdown.
u
u
username
org-name
Select Create Organization.
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. A new organization requires the following:
- A name for the organization
# Syntax
influx org create -n <org-name>
# Example
influx org create -n my-org