T
Tenanto
Documentation / Tenant Panel

Tenant Panel

Tenant Admin Panel Guide

The Tenant Admin Panel is where tenant owners and admins manage their organization's users, teams, projects, and settings.


Accessing the Tenant Panel

URL: http://your-tenant.yourdomain.com/app

Example: http://demo.tenanto.local/app

Tenant Login


Dashboard

After login, you'll see the tenant dashboard with key metrics.

Tenant Dashboard

Dashboard Widgets

My Assigned Tasks

The dashboard shows tasks assigned to you with quick "Done" buttons for fast completion.


The sidebar provides access to all tenant features:


Managing Projects

Viewing Projects

Navigate to ProjectsProjects to see all projects.

Projects List

The table shows:

Creating a Project

  1. Click New project
  2. Fill in:
    • Name - Project name
    • Description - Project description
  3. Click Create

Project Actions


Managing Tasks

Viewing Tasks

Navigate to ProjectsTasks to see all tasks.

Tasks List

The table shows:

Creating a Task

  1. Click New task
  2. Fill in:
    • Project - Select parent project
    • Title - Task name
    • Description - Task details
    • Status - Initial status
    • Priority - Task priority
    • Assignee - Assign to a user
    • Due date - Set deadline
  3. Click Create

Task Actions

Task Status Workflow

todo → in_progress → in_review → done

Managing Users

Viewing Users

Navigate to Team ManagementUsers to see tenant users.

Users List

User Roles

Role Permissions
Owner Full access, billing, can delete tenant
Admin Manage users, teams, projects, tasks
Member View and edit assigned projects/tasks

Inviting Users

  1. Click Invite User
  2. Fill in:
    • Name - Optional display name
    • Email - Email address
    • Role - Assign role (admin or member)
  3. Click Send invitation

The invited user receives an acceptance link, creates their password, and is added to the tenant as a verified account.

Creating Users Directly

  1. Click Create User
  2. Fill in:
    • Name
    • Email
    • Password
    • Role
  3. Click Create

Note: Owners and admins can create tenant users within plan limits. Pending invitations are tracked separately under Team ManagementInvitations.

Editing Users

  1. Click Edit on the user row
  2. Modify details
  3. Click Save

Restrictions: You cannot change your own role or delete yourself.


Managing Teams

Viewing Teams

Navigate to Team ManagementTeams to see team groups.

Teams List

Creating a Team

  1. Click New team
  2. Enter team name
  3. Click Create

Managing Team Members

  1. Click View on the team
  2. Go to Users tab
  3. Click Attach to add members
  4. Select role (lead, member)

Team Roles

Role Description
Lead Team leader, can manage team members
Member Standard team member

Billing

Access billing at SettingsBilling or directly at /billing.

Billing

Current Subscription

Shows your current plan status:

Subscription Plans

Click View Plans to see available plans.

Plans

Plan Features Comparison

Default values shipped in config/billing.php. Enforcement depth varies - see the legend below.

Feature Basic Pro Enterprise Enforced?
Users 5 25 Unlimited Yes - hard limit in UI + API
Teams 1 5 Unlimited Yes - hard limit in UI + API
Projects 10 50 Unlimited Yes - hard limit in UI + API
API Requests / Day 1,000 10,000 Unlimited Yes - rate limiter
Custom Domain Yes - blocked in admin tenant form
Storage 5 GB 50 GB 500 GB Placeholder - implement when you add file uploads
Priority Support Placeholder - wire to your ticketing provider
Audit Logs Placeholder - module not shipped, add your own
SSO Placeholder - SAML/OAuth IdP integration not included

Note on placeholder flags: The config keys exist and are readable via PlanFeatureService::canAccess(), so you can display "Pro / Enterprise only" messaging from day one. The underlying modules are intentionally left for you to implement against your business requirements. See Billing & Subscriptions for the full breakdown.

Upgrading Your Plan

  1. Go to BillingView Plans
  2. Click Start Free Trial or Subscribe on desired plan
  3. Complete Stripe checkout
  4. Plan is activated immediately

Managing Subscription


Use the search box (top right) to quickly find:

Press / to focus the search box.


User Profile

Click your avatar in the top-right corner to access:


Next Steps