> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lekalao.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform administration

> The operator's pages: teams, suspensions, licences.

`/platform` is for **platform administrators**, who run the installation itself, as opposed to team owners, who run their own customers.

## Who is an administrator

The first account created on the installation is one automatically. To name another:

```bash theme={null}
php artisan tinker --execute="App\Models\User::where('email', 'ops@example.com')->update(['platform_admin' => true]);"
```

An administrator also reaches the **Horizon** dashboard (`/horizon`), and keeps access to a suspended team.

<Tip>
  Administrators see every customer's data. Keep them to the few who need it,
  and require two-factor authentication of them.
</Tip>

## Overview

**Platform** sums up the activity:

| Card                   |                                       |
| ---------------------- | ------------------------------------- |
| **Teams**              | In all, opened this month, suspended. |
| **On trial**           | Teams inside their trial period.      |
| **E-mails this month** | Every customer together.              |
| **Taken this month**   | Payments that went through.           |

And the **Teams opened, by month** chart over the last twelve months.

## Teams

**Platform → Teams** lists every customer with their plan, their subscriber count, their e-mails this month and their status. Search by name.

### Suspending

**Suspend** stops a team, with an optional reason:

* its members see "This team is suspended" instead of the interface;
* its API answers `403`;
* its sends, automations and feeds stop;
* **nothing is deleted**.

**Let it work again** puts everything back at once.

## Licences

**Platform → Licences**, for selling self-hosted installations: issue a key (customer, e-mail, months of updates, installations, subscriber limit, notes), follow the active installations, revoke. See [Licence](/self-hosting/licence).

The **Issue a licence** button is there only when the signing key is configured on this server.
