Skip to main content
The Fhddos Console at 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.
Check the Dashboard first whenever you suspect an unexpected spike in costs. The 7-day trend makes it easy to identify which day the change occurred before drilling into Logs.

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-4o or claude-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.
ActionHow
Create a keyClick Create Token, enter a name, confirm. Copy the displayed key immediately — it is shown only once.
Rename a keyClick the edit icon next to any key and enter a new name. Names are for your reference only.
Disable a keyToggle the key’s status to Disabled. Disabled keys are rejected immediately with a 401 error.
Delete a keyRemove keys you no longer need to keep the list tidy. Deletion is permanent.
API keys starting with oh- grant full API access under your account quota. Never embed them in frontend code, mobile apps, or public repositories. Store them in environment variables or a dedicated secrets manager and rotate them regularly.

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.
Inviting members
  1. Navigate to Team in the Console.
  2. Enter the new member’s email address and select their role.
  3. Click Invite. They receive an email with an acceptance link.
Audit trail All significant actions — key creation, role changes, member additions and removals — are recorded in the audit log. Owners and Admins can review this trail for compliance and incident investigation.
If you need a more granular permission model (for example, restricting a member to specific models or spend limits), contact Fhddos support.

Troubleshooting

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.
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.
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.
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.
Menu visibility is controlled by your role. Several sidebar items — including platform-level configuration and channel management sections — are Admin and Owner features. Members do not see them and do not need them for day-to-day use.
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.