ToolJet/docs/versioned_docs/version-3.0.0-LTS/Enterprise/white-label.md
Pratik Agrawal 8885db4a9f
[docs]: Update White Labeling (#12011)
* [docs]: Update White Labeling

* Update SS
2025-02-18 16:21:25 +05:30

44 lines
2.6 KiB
Markdown

---
id: white-label
title: White Label
---
<div className='badge badge--primary heading-badge'>Available on: Paid plans</div>
The White Label feature in ToolJet lets you customize the look and feel of your ToolJet deployment to match your branding guidelines, including your logo, favicon, and page title. This guide will help you understand the configuration of white labeling for your organization. For **self-hosted** instances, white labeling is set at the **instance level**, while for the **cloud**, it is applied at the **workspace level**, automatically updating the sign-up page and sign-up email after setup.
<img className="screenshot-full" src="/img/enterprise/white-label/favicon-v3.png" alt="ToolJet White Labeling" />
## Self-hosted Configuration
To access the White Labelling configuration, go to **Settings > White Labelling**. ( Example URL - `https://app.tooljetcorp.com/instance-settings/white-labelling`)
In this section you can configure the following branding elements:
- **Application Logo**: This includes the logo displayed on the login screen, dashboard, and app-editor and deployed application. (Preferred dimensions: 130px by 26px).
- **Favicon**: It is an icon associated with the webpage displayed in the browser tab. (Preferred dimensions: 32px x 32px or 16px x 16px.)
- **Page Title**: This is the title associated with the webpage displayed in the browser tab. (Preferred title length: 50-60 characters.)
<img className="screenshot-full" src="/img/enterprise/white-label/self-hosted.png" alt="ToolJet White Labeling Self Hosted" />
## Cloud Configuration
To access the White Labelling configuration, go to **Settings > White Labelling**. ( Example URL - `https://app.tooljetcorp.com/<workspace-slug>/settings/white-labelling`)
In this section you can configure the following branding elements:
- **Application Logo**: This includes the logo displayed on the login screen, dashboard, and app-editor and deployed application. (Preferred dimensions: 130px by 26px).
- **Favicon**: It is an icon associated with the webpage displayed in the browser tab. (Preferred dimensions: 32px x 32px or 16px x 16px.)
- **Page Title**: This is the title associated with the webpage displayed in the browser tab. (Preferred title length: 50-60 characters.)
<img className="screenshot-full" src="/img/enterprise/white-label/cloud.png" alt="ToolJet White Labeling Cloud" />
## FAQ
<details>
<summary>
**Q. What happens to white labeling if the license or subscription expires?**
</summary>
If your license or subscription expires, white labeling will automatically revert to ToolJet's default branding until the license is renewed.
</details>