跳到主要内容

2.1 Create a Tenant

Objective

Learn how to create a tenant in the All-in-One Platform. A tenant is the core isolation unit in the platform's multi-tenant architecture, with independent devices, assets, users, and data space.

Applicable Roles

System Administrator

Prerequisites

Logged in to the platform with a System Administrator account.

The basic information of the new tenant (tenant name, contact info, etc.) and the tenant profile to be used are confirmed.

Steps

Step 1: Navigate to Tenant Management Page

From the left sidebar, select the "Tenants" menu item to enter the tenant list page.

alt text

Step 2: Open the Create Tenant Dialog

Click the "+" icon or the "Add Tenant" button in the upper-right corner of the tenant list page to open the create tenant dialog.

alt text alt text

Step 3: Fill in Tenant Information

Fill in the following information in the create tenant dialog:

FieldDescriptionRequired
Tenant NameThe unique display name of the tenant, used for identification in the listYes
Tenant ProfileSelect a previously created tenant profile, which determines the feature quotas and limits for the tenant (see Chapter 3. Tenant Profiles)Yes
Contact NamePrimary contact person on the tenant sideNo
Phone NumberContact person's phone numberNo
EmailContact person's email addressNo
CountryCountry or region where the tenant is locatedNo
AddressDetailed address of the tenantNo
Additional InfoOther information to be noted, stored in JSON formatNo

alt text

Step 4: Submit Creation

After confirming the information is correct, click the "Add" button at the bottom of the dialog to submit.

Upon successful creation, the new tenant will appear in the tenant list.

alt text


Additional Field Notes

ItemDescription
Tenant Name UniquenessTenant names must be unique across the platform and cannot duplicate existing tenant names.
Tenant Profile PurposeThe tenant profile determines the feature quotas for the tenant (e.g., max devices, max users, etc.). It can be changed after creation (see Section 2.2).
Tenant IDThe system automatically generates a unique tenant ID (UUID) upon creation for API calls and internal system identification. No manual entry is required.

Next:2.2 Edit a Tenant