# Dashboard (Overview)

Overview

The Momo Suite dashboard provides a real-time overview of all your mobile money transactions, including analytics, charts, and recent activity.Key Features:

* Total transaction volume and count
* Success, pending, and failed rates
* Transaction volume chart (filterable by type and date range)
* Network distribution chart
* Recent transactions table

ℹ️ Enabling the Dashboard UI

> By default, the Momo Suite dashboard UI is disabled for security reasons.\
> To access the dashboard and its features, you must enable it by adding the following to your .env file:
>
> ```env
> MOMO_SUITE_LOAD_DASHBOARD=true
> ```

> You can create an admin user for the system using the provided Artisan command.
>
> 🔹 Option 1: Create Default Admin
>
> ```bash
> php artisan momo-suite:create-admin --default
> ```
>
> > ⚠️ **Note:** This will create a default admin user with the following credentials:
>
> * **Email:** `admin@momo-suite.com`
>
> * **Password:** `password`
>
> > ✅ **Important:** You should log in and **change these credentials immediately** after your first login for security reasons.
>
> #### 🔹 Option 2: Create Custom Admin
>
> ```bash
> php artisan momo-suite:create-admin
> ```
>
> This will prompt you to enter the **admin’s name, email, and password** manually during execution.
>
> If you do not enable the dashboard, only backend features (such as webhooks and API integrations) will be available, and this dashboard UI will not be accessible.

<figure><img src="https://2943286635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbL6gIbjLHmgakqesoXk%2Fuploads%2Fb5zjvPHmbyl4rrKAVTxm%2FScreenshot%202025-04-26%20at%203.15.57%E2%80%AFPM.png?alt=media&#x26;token=7a07f0cb-c7b0-4643-a085-5918fdf73b9f" alt=""><figcaption></figcaption></figure>
