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:
You can create an admin user for the system using the provided Artisan command.
🔹 Option 1: Create Default Admin
⚠️ 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 AdminThis 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.
Last updated