Loading...

CDN.com.tr Help

Select the active account

Many legacy screens depend on the selected account state rather than a route parameter.

Select the active account

Many legacy screens depend on the selected account state rather than a route parameter.

Panel path

  1. Management Panel
  2. CDN Accounts
  3. Service addresses
  4. Account row or account switcher

Prerequisites

  • The user must be signed in.
  • At least one CDN account must be visible in the user or parent-owner scope.
  • Customer account names, domains, or UUIDs must not remain visible in help screenshots.

Step-by-step guide

1

Open CDN Accounts

The account list is the starting surface for most customer-facing products.

  • Open CDN Accounts.
  • Confirm that status and product icons are visible on each account row.

Expected result: The account list is visible while account names stay redacted in screenshots.

cdnctl equivalent
cdnctl update --check
cdnctl accounts list
2

Select the correct account

DNS, SSL, purge, analytics, and platform screens use the selected account context.

  • Click the product icon on the right account row or select the account from the switcher.
  • Confirm the destination page uses the same account.

Expected result: The target screen loads data with the selected account UUID.

cdnctl equivalent
export ACCOUNT_UUID=<account_uuid>
cdnctl container apps list --account "$ACCOUNT_UUID"

Verification

  • Account action icons are visible.
  • Customer domains and account names are redacted.
  • Data from another account is not shown.

Use cases

A user changes from one domain account to another and expects DNS, SSL, purge, analytics, and platform pages to refresh.

Quick workflow

  1. Open the account switcher.
  2. Search or select the account.
  3. Let the panel store the selected account UUID.
  4. Reload or open the target account-scoped page.

Checks

  • The selected account belongs to the current user or parent owner.
  • The switcher updates local storage and server-side `UserAccountChoose`.
  • The target page reads the same account.

Related pages

Assign package and entitlements

Packages are purchased in the panel and then assigned to accounts to unlock capacity, platform entitlements, and managed add-ons.