Skip to main content

Branding Configuration

Imagor Studio supports customising the application title and brand link shown in the navigation bar, browser tab, login page, and error pages. This feature requires a valid license.

Configuration Options

OptionFlagEnvironment VariableRegistry KeyDefault
App Title--app-titleAPP_TITLEconfig.app_titleImagor Studio
App URL--app-urlAPP_URLconfig.app_urlhttps://imagor.net

License Requirement

Branding customisation is only applied when the instance has an active license. On unlicensed instances the title and link always fall back to the defaults (Imagor Studio / https://imagor.net), even if registry values are saved.

The branding settings are visible in the admin panel but remain disabled until a valid license is activated. Get a license →

Where Branding Is Applied

  • Navigation bar — image editor header
  • Login page — top-left brand link
  • Admin setup page — top-left brand link
  • Error page — top-left brand link
  • Browser tab titlePage · Home | Brand Title

Setting via Admin Panel

  1. Activate a license under Admin → License
  2. Go to Admin → System Settings
  3. Fill in Brand Title and Brand URL
  4. Click Update Settings

Changes take effect immediately without a server restart.

Setting via Environment Variable

APP_TITLE=Acme Images
APP_URL=https://acme.example.com

Environment variable values take precedence over the admin panel and are shown with an "overridden by config" indicator in the UI.

Setting via CLI Flag

imagor-studio --app-title "Acme Images" --app-url "https://acme.example.com"

See Configuration Overview for a full description of the priority order (CLI → env → .env → registry).