Checking admin access...

T
ToraMari Admin
🔐 Secure control panel

Manage the earning platform.

Control tasks, payouts, ads, users, and platform performance from a separate protected admin subdomain.

Separated deployment

Admin runs on admin.toramari.online while users stay on toramari.online.

Server-side authority

Withdrawals, balances, and tasks are controlled through verified admin API routes.

Same Firebase backend

Both sites share the same database while keeping UI and access separated.

Admin Login

Authorized accounts only

Only accounts with users/{uid}.isAdmin === true can access the dashboard. Normal users will be signed out automatically.
Back to User Site