Feature #9539
openImplement Subdomain-Based Multi-Tenant Routing for Admin Panel (pos)
100%
Description
Implement subdomain-based routing for the Admin Panel so that each company has its own dedicated admin URL.
Example
Local Development
mythri.localhost:5174
acme.localhost:5174
Production
mythri.shop.example.com
acme.shop.example.com
The application should automatically identify the company (tenant) from the subdomain and load the corresponding admin data, including products, orders, customers, settings, inventory, and other company-specific configurations.
Requirements
Support multiple companies (tenants).
Automatically resolve the tenant from the subdomain.
No manual route creation for each company.
Base domain should be configurable for local and production environments.
New companies should automatically have their own admin URL without additional code changes.
Ensure complete tenant isolation so administrators can access only their own company's data.
Subtasks
Related issues
Updated by Pavan Kumar Murala about 1 month ago
- Due date changed from 07/02/2026 to 07/03/2026
- Status changed from New to In Progress
- % Done changed from 0 to 20
Updated by Pavan Kumar Murala about 1 month ago
- Status changed from In Progress to Resolved