White-label Branding
Branding lets you replace the default AUMS look with your own visual identity. You can customize branding at the instance level and override it per organization.
Instance-level branding
Section titled “Instance-level branding”Configure global branding under Settings → Branding:
| Setting | Description |
|---|---|
| Logo | Upload a logo image. Displayed in the header and login page. |
| Primary color | Accent color used for buttons, links, and highlights. |
| Custom domain | Serve AUMS from your own domain (e.g. admin.example.com). |
| Favicon | Custom browser tab icon. |
Organization-level branding
Section titled “Organization-level branding”On the Business plan, each organization can have its own branding that overrides the instance defaults. Configure under Organizations → [Org] → Branding:
| Setting | Description |
|---|---|
| Logo | Organization-specific logo |
| Primary color | Organization-specific accent color |
Organization branding is applied when a user is scoped to that organization’s dashboard view.
Custom domain
Section titled “Custom domain”To serve AUMS from a custom domain:
- Set
BASE_URLto your custom domain (e.g.https://admin.example.com). - Point a DNS
CNAMErecord at your AUMS deployment’s hostname. - Ensure your deployment platform handles TLS termination for the custom domain.
For Vercel, add the domain in the Vercel dashboard. For Cloudflare Workers, add a custom domain route. For cloud deployments (AWS/GCP/Azure), configure the load balancer with your domain’s TLS certificate.