{% extends "admin_base.html" %} {% block title %}Create Tenant{% endblock %} {% block page_title %}Create New Tenant{% endblock %} {% block page_description %}Add a new tenant organization to the system{% endblock %} {% block content %}
New Tenant Registration
Step 1 of 1
{% csrf_token %}
Business Information
Legal business name for the organization
.salesshark.com
Only lowercase letters, numbers, and hyphens. Must be unique.
Primary business contact email
Primary business phone number
Physical location of the business
Subscription Plan
Plan can be changed later in tenant settings
Default is 14-day trial period
Resource Limits
Number of shops/branches allowed
Number of user accounts allowed
Owner Account Information
Will be used for login and notifications
Additional Settings
Send login credentials to owner email
Create default shop and settings
Back to List
Plan Information
Basic Plan - KES 2,000/month
  • 1 Shop/Branch
  • Up to 5 Users
  • Basic Reports
  • Email Support
Standard Plan - KES 5,000/month
  • Up to 3 Shops
  • Up to 15 Users
  • Advanced Reports
  • Priority Support
  • API Access
Premium Plan - KES 10,000/month
  • Unlimited Shops
  • Unlimited Users
  • All Reports & Analytics
  • 24/7 Phone Support
  • Custom Integrations
  • White Label Options
What happens next?
Tenant Created
Organization account is set up
Owner Account
Admin user account is created
Welcome Email
Login credentials sent to owner
Trial Started
14-day free trial begins
{% endblock %} {% block extra_js %} {% endblock %}