Accessing the dashboard
Log in with your admin credentials. You are redirected to the main dashboard at/admin/home. A second dashboard view, the Doss-specific home at /admin/doss-home, provides a focused view of Doss-specific metrics.
Dashboard views
- Main dashboard
- Doss home
The main dashboard (
DashboardController@index) aggregates platform-wide data:- Total users — count of all registered user accounts
- Total merchants — count of merchant accounts
- Total tickets — count of open support tickets
- Total disputes — count of active payment disputes
- Latest tickets — the most recent support submissions
- Latest disputes — the most recently opened disputes
- Wallet balances — aggregated wallet balances per currency
- Active currencies — all currencies with
status = Active
Transaction metrics
The dashboard displays deposit, withdrawal, and transfer volumes across four time windows. Use the tabs in the UI to switch between them.This week
This week
Revenue, deposits, withdrawals, and transfers from the current Monday through Sunday. Percentage breakdowns show each type as a share of total revenue for the period.
Last week
Last week
The same metrics for the previous Monday through Sunday period, allowing direct week-over-week comparison.
This month
This month
Aggregated totals from the first day of the current calendar month to today.
Last month
Last month
Full month totals for the previous calendar month.
30-day activity chart
The dashboard renders a 30-day trend chart with three data series:| Series | Source |
|---|---|
| Deposits | Transaction::lastThirtyDaysDeposit() |
| Withdrawals | Transaction::lastThirtyDaysWitdrawal() |
| Transfers | Transaction::lastThirtyDaysTransfer() |
dd MMM (for example, 15 Mar) and represent the previous 31 days in chronological order.
Navigation areas
The admin panel sidebar organises features into the following sections:Users
Manage regular users, Doss users, merchants, and admin accounts. Access KYC verification and user alerts.
Transactions
View and edit all deposits, withdrawals, transfers, exchanges, request payments, and revenues.
Support
Manage support tickets and payment disputes, including reply threads and status changes.
Settings
Configure currencies, fees and limits, payment methods, email/SMS, countries, languages, roles, and general platform preferences.
Module manager
Enable and disable platform modules (addons) via the module manager interface.
Crypto providers
Configure and toggle active crypto payment providers such as BlockIo.
Quick actions
From the dashboard you can immediately navigate to:- Users —
/admin/users— view all platform users - Doss users —
/admin/doss-users— view Doss-specific accounts - Merchants —
/admin/merchants— view merchant list - Transactions —
/admin/transactions— full transaction history - Deposits —
/admin/deposits - Withdrawals —
/admin/withdrawals - Revenues —
/admin/revenues - Disputes —
/admin/disputes - Tickets —
/admin/tickets/list
Activity monitoring
The dashboard surfaces the latest tickets and disputes directly on the home screen so you can respond without navigating away. For a full audit trail, go to Settings > Activity logs (/admin/activity_logs), which lists all admin actions with CSV and PDF export options.
Language switching
Admins can switch the panel language without leaving the dashboard. Submit aPOST request to /admin/change-lang with a lang parameter. The selected locale is stored in the session and applied immediately.