https://aiapi.fhddos.com/panel is your control centre for everything from monitoring live traffic to managing API keys and reviewing invoices. This guide covers each section of the sidebar, explains team roles and permissions, and answers the most common troubleshooting questions.
Layout overview
The Console has three persistent UI regions:- Top bar — toggle light/dark theme, adjust display language, switch table density, and open your personal profile drawer.
- Left sidebar — primary navigation between all Console sections.
- Main content area — the active page with its data, filters, and actions.
Some sidebar items are only visible to Admins and Owners. If you cannot see a menu item described below, your role does not require it — contact your team Owner if you need elevated access.
Console sections
Dashboard — /panel/dashboard
The Dashboard gives you a real-time snapshot of your gateway activity.
- Daily requests — total calls made today across all models.
- Daily spend — cost in your chosen display currency for the current day.
- Token usage — prompt and completion tokens consumed today.
- 7-day trend chart — a rolling line graph of requests, spend, and tokens over the past week so you can spot patterns or anomalies at a glance.
Logs — /panel/log
The Logs page records every API call routed through your account or team.
- Filter by time range — select a preset (last hour, today, last 7 days) or enter a custom date range.
- Filter by model — narrow results to a specific model such as
gpt-4oorclaude-3-5-sonnet. - Filter by status — isolate successful (
2xx), client-error (4xx), or server-error (5xx) responses. - Export CSV — download your filtered result set as a CSV file containing only your own data. Use this for cost attribution, debugging, or feeding into external analytics tools.
Exported CSVs contain only your own call records. If you need aggregated team-level exports, ask your team Admin or Owner to export from their account.
Monthly Invoices — /panel/invoice
The Invoice page tracks your billing history at a monthly and daily granularity.
- Select a month from the dropdown to load the corresponding billing summary.
- Summary view shows total spend, total tokens, and total requests for the selected month.
- Daily drill-down — click any day in the summary to jump to a detailed breakdown of that day’s usage, including per-model line items.
Model Prices — /panel/model_price
Browse all models currently available through Fhddos, together with their per-token pricing.
- Input price — cost per 1 000 tokens in the prompt.
- Output price — cost per 1 000 tokens in the completion.
- Use this page to compare models and align cost estimates before writing application code.
Tokens — /panel/token
Tokens (API keys) are managed entirely from this page.
| Action | How |
|---|---|
| Create a key | Click Create Token, enter a name, confirm. Copy the displayed key immediately — it is shown only once. |
| Rename a key | Click the edit icon next to any key and enter a new name. Names are for your reference only. |
| Disable a key | Toggle the key’s status to Disabled. Disabled keys are rejected immediately with a 401 error. |
| Delete a key | Remove keys you no longer need to keep the list tidy. Deletion is permanent. |
Profile — /panel/profile
The Profile page covers your personal account settings.
- Quota & usage — see your current balance, spending limit, and how much of your quota you have consumed this period.
- Display currency — choose the currency shown throughout the Console (USD, CNY, etc.). This affects display only; billing is always settled in the account’s base currency.
- Personal settings — update your display name, email preferences, and UI language.
Team & roles
Fhddos uses role-based access control (RBAC) built around the principle of least privilege. Every team member holds exactly one role.Owner
Full control — billing, member management, all settings. Typically one person per team.
Admin
Can manage members, channels, and platform-level settings. Cannot transfer ownership or modify billing.
Member
Can create and manage their own API keys, view logs, and access invoices. Cannot change team settings.
- Navigate to Team in the Console.
- Enter the new member’s email address and select their role.
- Click Invite. They receive an email with an acceptance link.
If you need a more granular permission model (for example, restricting a member to specific models or spend limits), contact Fhddos support.
Troubleshooting
I logged in but can't reach the Console
I logged in but can't reach the Console
Navigate directly to
https://aiapi.fhddos.com/panel. If you land on the marketing site after login, look for the Console button in the top-right corner. Clear browser cache and cookies if the redirect loop persists.I can't find or create an API key
I can't find or create an API key
Open Tokens (
/panel/token) in the sidebar. If the page is restricted, your role may not permit key creation — contact your team Owner to grant you the necessary permission or to create a key on your behalf.My invoice total doesn't match what I expected
My invoice total doesn't match what I expected
Invoice totals are calculated according to Fhddos’s platform settlement rules, which may differ slightly from real-time Dashboard figures due to reconciliation timing. If you need a formal invoice or want to dispute a charge, contact your team Admin or Fhddos support and quote the relevant month and daily breakdown reference.
My CSV export is empty or fails
My CSV export is empty or fails
Check that your filters are not too narrow — a very tight time window or an unused model filter can return zero rows. Broaden the date range, clear optional filters, and try the export again. If the download still fails, wait a few minutes and retry; large exports may time out under high load.
Some sidebar items are missing
Some sidebar items are missing
The table is too dense or too spacious
The table is too dense or too spacious
Use the Density button in the top-right corner of the Console to switch between compact, default, and comfortable row heights. Your preference is saved per browser session.
