
Tenant Fields
| Field | Required | Description |
|---|---|---|
| Name | Yes | The business name displayed in the root admin panel |
| Domain Name | Yes | The unique slug used in all API and dashboard URLs, e.g. my-restaurant. Cannot be changed after creation |
| Database Server | Yes | Which PostgreSQL server to provision the tenant’s database on. See Database Servers |
| Active | No | Toggle off to suspend access for this tenant without deleting their data |
Create a Tenant
Manage a Tenant
Click Edit on any tenant to update its name or Active status.Tenant Isolation
Each tenant’s data is completely isolated in its own PostgreSQL database. No tenant can access another’s data — even if they are on the same database server.Frequently Asked Questions
How do I add a new business to the platform?
How do I add a new business to the platform?
Create a new tenant from the Tenants page. Set the Domain Name to a unique slug for that business. After creation, the business owner can log in at their tenant URL and complete their own setup.
The tenant database is not connecting — what do I check?
The tenant database is not connecting — what do I check?
Verify that the Database Server assigned to the tenant is reachable and the credentials are correct. Go to Database Servers, click Edit on the server, and click Test Connection. If the connection fails, check network access and PostgreSQL credentials. Also check that the tenant’s database was provisioned — it should be created automatically on first application startup.
Can I move a tenant to a different database server?
Can I move a tenant to a different database server?
This requires a manual database migration and is not supported through the UI. Contact your platform administrator to coordinate a tenant database move.
What happens when I deactivate a tenant?
What happens when I deactivate a tenant?
Deactivated tenants cannot log in to the dashboard and the POS will not function. Their data is fully preserved and the tenant can be reactivated at any time.
Related
Database Servers
Manage PostgreSQL servers for tenant hosting
Root Users
Manage platform administrator accounts
Locations
Manage physical branches within a tenant
Settings
Configure tenant-level preferences