Admin

White-Label for Resellers

Configure per-reseller branding so each reseller's clients see a custom brand instead of Opterius.

Last updated 1775606400

When white-label branding is configured for a reseller, their clients log in and see that reseller's brand — company name, logo, and colors — with no reference to Opterius. Each reseller can have distinct branding.

How It Works

The Panel detects which reseller owns the account a user is logging into, then loads that reseller's branding settings and applies them to the UI. This happens transparently — clients see one consistent brand throughout their session.

White-label branding is layered:

  1. Server-wide branding (Display & Branding) — applies unless overridden.
  2. Per-reseller branding — overrides server-wide settings for that reseller's clients.

Admin and reseller users logging in see their own interface (admin sees Opterius or server-wide brand; reseller sees their own brand).

Configuring Branding for a Reseller

In Server Mode → Resellers → [reseller] → Branding:

Setting Description
Company name Replaces "Opterius" in headers, email notifications, and the suspension page
Logo Upload PNG/SVG or provide a URL
Brand color Primary accent color for this reseller's clients
Custom CSS Additional CSS injected only for this reseller's client sessions
Suspension page Custom HTML or redirect URL shown to suspended accounts

These settings are identical in function to the server-wide branding settings. See Display & Branding for full field documentation.

Reseller Self-Service Branding

By default, only admins can configure a reseller's white-label settings. If you want resellers to manage their own branding, enable Allow reseller to edit own branding in Server Mode → Resellers → [reseller] → Branding. When enabled, the reseller sees a Branding section in their own Settings menu.

DNS Considerations

White-label branding covers the visual layer only. The Panel URL remains https://yourpanel.com:8443. If you want resellers to offer clients a login at https://panel.resellersbrand.com:8443, that requires a separate DNS entry pointing to the Panel IP and a wildcard or per-reseller SSL certificate — this is a network-level configuration, not a Panel setting.

What Clients See

A client belonging to a white-labeled reseller sees:

  • Reseller's logo in the header
  • Reseller's company name in browser tab title and email subjects
  • Reseller's brand color throughout the UI
  • Custom CSS if configured
  • Reseller's suspension page if their account is suspended

They do not see: the Opterius logo, the word "Opterius", any reference to the admin's company, or any indication that they are on a reseller account.

Related