F
FreeBuxs ADMIN PORTAL

Admin sign in

This portal is designed for admin.freebuxs.com. Real access must be protected with Firebase Authentication and an admin role stored server-side.

Admin Console
Not authenticated
OVERVIEW

Admin Dashboard

Monitor the FreeBuxs platform and review anything requiring attention.

Real balances, bans, withdrawals, offer credits, and admin permissions must be enforced by a backend. Never trust admin actions sent only from browser JavaScript.
Total usersBackend required
Pending payoutsBackend required
Open ticketsBackend required
Offer revenueBackend required

Recent activity

Credits, signups, payouts, reversals.

LIVE DATA
Connect your backend activity feed here.

Needs attention

Risk alerts, payout reviews, and tickets.

QUEUE
No server queues connected yet.
USERS

User Management

Search accounts, review history, suspend abuse, and inspect balances.

UserEmailBalanceEarnedStatusAction
Connect a protected admin users endpoint.
PAYOUTS

Payout Queue

Review Robux, PayPal, crypto, and gift-card withdrawal requests.

IDUserMethodAmountDestinationStatus
Connect your backend withdrawal queue.
SUPPORT

Support Tickets

Missing offers, account issues, payout problems, and referrals.

TicketUserCategorySubjectStatusUpdated
Connect your private support ticket API.
OFFERS

Offer Providers

Manage offerwall integrations and provider configuration.

Provider connections

API keys should only live on your server.

PRIVATE
Add provider controls after your server API exists.

Postback health

Track signed conversions and callback errors.

MONITOR
No postback monitor connected.
SECURITY

Fraud & Risk

Controls that should protect rewards and payouts before launch.

Verify signed offerwall postbacksSERVER
Reject duplicate provider transaction IDsSERVER
Keep balances in a server-side transaction ledgerSERVER
Require auth before writing chat/support dataFIREBASE
Rate-limit chat, signups, referrals, and payout requestsSERVER
Manual review rules for suspicious withdrawalsSERVER
Audit every admin balance adjustmentSERVER
SYSTEM

Admin Settings

Platform configuration that should be stored securely on your backend.

Payout settings

Minimums, supported methods, and review thresholds.

BACKEND
Server settings endpoint required.

Admin access

Grant/revoke admin roles using backend claims or an admins table.

AUTH
Use Firebase custom claims or a protected admin role store.