Only Superadmins can access organization settings. Whitelabeling features (custom logo, brand colors, and custom domain) require the Enterprise plan.
Organization Name
The Organization Info section displays your organization’s core details: name, slug, owner email, and creation date. The organization name is set during registration and appears throughout the app. The Brand Name field lets you override the display name shown in the sidebar and emails. If left empty, the organization name is used instead.- Go to Settings > Organization
- Under Branding, enter your preferred name in the Brand Name field
- Click Save Branding
Custom Logo
Upload your own logo to replace the default Upmetr icon in the sidebar.- Go to Settings > Organization
- Under Branding > Logo, click Upload Logo
- Select your logo file
- Click Save Branding
Brand Colors
Upmetr supports independent color customization for light and dark themes. You configure just 4 color values, and Upmetr automatically derives all the CSS variables needed to theme the entire interface.The 4 Color Fields
| Field | Theme | Default | Purpose |
|---|---|---|---|
| Dark Accent | Dark | #0ED4C7 | Primary action color (buttons, links, highlights) |
| Dark Background | Dark | #0A0B0F | Page background color |
| Light Accent | Light | #0AA89D | Primary action color for light mode |
| Light Background | Light | #F5F7FA | Page background color for light mode |
Setting Brand Colors
- Go to Settings > Organization
- Under Branding, find the Dark Theme and Light Theme color panels
- For each panel, use the color picker or type a hex value (e.g.,
#FF6B35) for the accent and background colors - Check the Preview swatch below each panel to see how your colors look together
- Click Save Branding
Derived Variables
From your 4 inputs, Upmetr automatically computes 9 CSS variables per theme:- From the accent color: accent, accent-hover (slightly darker), and accent-text (white or dark, chosen for contrast)
- From the background color: page background, card background, hover state, border color, text color, and muted text color
Custom Domain
Configure a custom domain so your team accesses Upmetr through your own URL (e.g.,monitor.yourcompany.com) instead of the default Upmetr domain.
- Go to Settings > Organization
- Under Custom Domain, enter your desired domain (e.g.,
monitor.yourcompany.com) - Click Save Domain
- In your DNS provider, create a CNAME record pointing your domain to your Upmetr instance
| Record Type | Name | Value |
|---|---|---|
| CNAME | monitor | app.upmetr.com |
DNS changes can take up to 24-48 hours to propagate, though most providers update within minutes. SSL certificates are provisioned automatically once the CNAME is verified.
How Branding Works
Upmetr’s branding system is powered by the BrandContext, which reads your organization’s brand settings from the session and applies them in real time:- Colors are applied as CSS custom properties on the root HTML element. When the user toggles between light and dark mode, the appropriate set of brand colors is activated automatically.
- Logo appears in the sidebar, replacing the default Upmetr icon.
- Brand name replaces “Upmetr” in the sidebar header and transactional emails.
- Changes take effect immediately after saving, with no page reload required. Other team members will see the new branding on their next page load or session refresh.
Resetting to Defaults
To revert to the default Upmetr branding:- Go to Settings > Organization
- Clear all four color fields (delete the hex values so they are empty)
- Clear the Brand Name field
- Click Remove on the logo (if one is uploaded)
- Click Save Branding
#0ED4C7 dark accent, #0AA89D light accent) is restored automatically.
Troubleshooting
Brand colors are not applying
Brand colors are not applying
- Verify you clicked Save Branding after changing the colors.
- Try refreshing the page. In rare cases, the session needs to be updated for changes to take effect.
- Ensure your hex values are valid 6-character hex codes (e.g.,
#0ED4C7). Shorthand codes like#FFFare not supported. - If you set colors for only one theme (e.g., dark), the other theme (light) will continue using Upmetr defaults. Make sure you configured the correct theme.
Logo appears too large or distorted
Logo appears too large or distorted
- Use a square image for best results (e.g., 96x96 or 128x128 pixels).
- The maximum file size is 2 MB. If your logo file is larger, compress it or reduce its dimensions before uploading.
- SVG files scale perfectly at any size. If your PNG or JPG looks blurry, try uploading a higher-resolution version.
- Transparent backgrounds (PNG or SVG) work best since the logo is displayed over the sidebar background.
Custom domain is not working
Custom domain is not working
- Verify the CNAME record is correctly configured in your DNS provider. Use a tool like
dig monitor.yourcompany.com CNAMEor an online DNS checker to confirm propagation. - DNS propagation can take up to 48 hours. If you just added the record, wait and try again later.
- Make sure you entered the domain without a protocol prefix (use
monitor.yourcompany.com, nothttps://monitor.yourcompany.com). - Check that your DNS provider does not have a conflicting A record for the same subdomain.
Team members do not see updated branding
Team members do not see updated branding
Brand settings are stored in the user session. Other team members will see updates on their next login or page refresh. If a team member still sees old branding, ask them to log out and log back in to force a session refresh.

