NapX PMS Docs
Admin Guide

Tenants

How to view and manage tenants in the admin dashboard.

Tenants

The Tenants page gives super-admins full visibility and control over every tenant in the platform.

Viewing tenants

Navigate to System → Tenants in the sidebar. The table shows:

ColumnDescription
NameDisplay name of the tenant
SlugURL-safe identifier (must be unique)
CreatedDate the tenant was created
StatusActive / soft-deleted

Creating a tenant

Requires isSuperAdmin = true.

  1. Click + New Tenant in the top-right of the table.
  2. Fill in the Name and Slug fields.
    • Slug must be lowercase, alphanumeric, and hyphen-separated (e.g. acme-corp).
    • Slugs cannot be changed after creation.
  3. Click Create.

Configuring tenant upload quota

  1. Click a tenant name (or View details) to open the tenant detail sheet.
  2. In Upload Quota Configuration, set Monthly upload limit (GB).
  3. Click Save quota.

Notes:

  • Leave the field blank to use the platform default quota.
  • Quota values are persisted in tenant settings and enforced by the API during upload URL issuance.

Deleting a tenant

Click the menu → Delete. This performs a soft delete (deletedAt timestamp is set). The tenant's data remains in the database.

There is currently no UI to restore a soft-deleted tenant. Use the database directly if needed.

On this page