Does indeed your reseller hosting business enterprise have a brand i . d that sets it out from the competition? During a ferociously competitive web hosting service industry, a custom trademark can help your web hosting service services to stand out from the crowd, which often is why cPanel & WHM ® makes it logical to customize the cPanel ® interface and establish the unique visual identity.
What is Reseller Branding in cPanel?
cPanel & WHM provides benefits for administering web web hosting service servers (WHM) and dealing with web hosting accounts (cPanel), but we also help a third type from account: reseller hosting. Unlike standard cPanel accounts, resellers can access some WHM features, and they can easily create and manage cPanel accounts for other consumers.
Reseller accounts are great for people who really want to provide web internet hosting services but don’t would like or need a complete server’s resources. With cPanel reseller hosting, the merchant rents server space with a hosting provider, after that parcels it out to clients, each of with whom has a cPanel account which can be personalized by the reseller.
cPanel & WHM provides 2 user interface customization possibilities to resellers:
- Company customization in WHM.
- Themes that override the default theme by using brand colors, text, and additionally icons.
In this article, we’ll use each to build a one of a kind brand for cPanel channel reseller hosting with custom tones, content, and icons.
What You Need to be able to Brand Your cPanel Channel reseller Hosting Interface
Previously we get started, you’ll need the following:
- A cPanel reseller balance; we’ll be using features from both WHM and even cPanel.
- An understanding of HTML and additionally CSS, although we’ll express what you need to know to customize subjects.
- Command-line admittance. Most customizations can be made in cPanel & WHM, but a tiny number require shell easy access.
- Brand solutions, which might include a good logo, color scheme, in addition to template content.
Utilizing that in place, let’s begin!
Reseller Product Customization in WHM
WHM’s Customization feature lets resellers to modify key element aspects of the user interface. This is where an individual choose a company title, logo, and other brand interface elements.
Log in to WHM with your reseller account and browse through to Choices, which you will find under cPanel in the sidebar menu.

On this article, you can:
- Enter in a company name, which will appear in this top left of cPanel’s navigation bar.
- Upload a company symbol for the primary not to mention webmail interfaces.
- Set a favicon, the particular small image in browser tabs.
You can easily also set links in order to your company’s help together with documentation pages, which, simply by default, appear in the particular footer of cPanel webpages.
Under each field in the form is facts about the type about asset you should give. For example, your creative logo should be approximately a couple of px wide and 70 px high to healthy cPanel’s layout. Ignoring the following guidance can have any undesirable impact on often the interface.
Once you own added your brand’s possessions, open cPanel to find out your newly-branded web internet hosting interface.

As a person can see, we’ve included a new logo and a matching favicon. Customization is often all resellers need to brand client cPanel accounts, but is considered possible to change nearly every design element. On the next section, we will show you how for you to create a theme and make it the predetermined.
cPanel Reseller Internet hosting with a Custom Recognized Theme
cPanel consist of a default theme labeled as Paper Lantern. We’re going to create a idea that overrides aspects of Paper Lantern with marketer branding. You could try to make a new theme coming from scratch, but overriding a good existing one is more accessible to people who seem to aren’t developers.
We’ll become working in the File Manager , so log in in order to cPanel with your merchant account and open File Manager .

First, we require to create a web directory to contain our design. Custom themes are placed in the var/cpanel/reseller/styled directory website. If the styled subdirectory doesn’t exist, create that with the +Folder switch.

Inside the styled directory, make a fresh directory and give this an appropriate name for your theme. Don’t make use of spaces in the filename. Use underscores instead, and additionally cPanel will convert them all to spaces in your interface.

Use your +File button to build a file inside your own personal theme directory called styles. css . Be sure to implement that filename, or your own theme won’t work.

Open styles. css along with the Alter button around the toolbar. We’re moving to add CSS assignments to override the non-payments. Add the following WEB PAGE to your styles. css file and click Save in the toolbar.
. navbar-header background-color: #3f7cac;
The following code:
- Identifies often the navigation bar with the exact. navbar-header CSS selector.
- Defines the home we’d like to replace, in this case, background-color.
- Supplies some sort of color as a hex color code.
We don’t have the room to go into way too many details about WEB PAGE here, but you can find lots of details at the Mozilla Developer Network.
In the cPanel User dropdown menu, pick out Change Style, and click on Apply on the idea you have just made.

Now that anyone are running your brand new theme, the navigation fridge will change to typically the color you selected during CSS, in our scenario, a light blue.

You can change typically the color of most user interface elements in this approach, but there’s one difficulty. How do you realize which CSS selector in order to use? We’ll explain the way to find out by using another example.
Acquiring CSS Selectors for cPanel Reseller Themes
We had a light bluish navigation bar in typically the last image, but typically the menu section headers were definitely a different color. If at all possible, we want them to be able to match, so we now have to apply the similar CSS transformation.
Fortunately, internet browsers make it very easy to find typically the right CSS selector. We will show you how it’s done in Google® Chrome™, but other web browsers support a similar approach.
Open cPanel and right click on the element anyone would like to change. Select Inspect from often the menu.

The visitor opens its web inspector with the code with regards to the element you particular highlighted. To the right is a list about the CSS directives of which influence that element. Find the one that equipment the property you might like to change.

In this case, the selector is. widget-heading, which means that we can add typically the following CSS to our styles. css file.
. widget-heading background-color: #3f7cac;
Protect the file and recharge cPanel. The navigation bar council and menu items these days match.

Finding often the right CSS selector isn’t always so straightforward, nevertheless once you are used with the web inspector, you will quickly indicate theme elements and publish CSS to change all of them.
Customizing Reseller Plan Content in cPanel
In addition to croping and editing a reseller hosting accounts’ appearance, you can as well insert or change text message on cPanel pages. Often the page content is restricted by templates, and at this time there are several that influence the content in the exact main page area.
- Global header and footer templates, which affect each page in cPanel. These people are named ?global_header. html. tt and ?global_footer. html. tt .
- Feature-specific header and footer templates, referred to as after each feature. Just for example, the FTP page’s templates are called ftp_page_header. html. tt and ?ftp_page_footer. html. tt
Header layouts control content at the particular top of pages and footer templates at the bottom. Other cPanel functions and interface elements already have similar templates, which are really described in Guide to help cPanel Interface Customization : UI Includes.
To add more content to cPanel pages and posts, we create the arrangement files in the ?var/cpanel/reseller/includes/ directory inside the reseller’s hosting account. The includes directory does not occur by default, so an individual may need to construct it.
Let’s add a good welcome note to typically the top of cPanel internet pages. Follow the same File Manager process outlined around the previous section in order to create a file named global_header. html. tt during ?var/cpanel/reseller/includes/ .
Open ?global_header. html. tt in the File Manager text editor, enter often the following and click help you save.
< div style="background-color: #553555; color: #fff; font-weight: bold; padding: 15px; text-align: center; "> Welcome to your cPanel account. < /div>
Refresh cPanel, and the new header message will be showcased at the top connected with every page.

Through this way, you can add HTML, CSS, and even JavaScript to any with cPanel’s reseller templates.
Customizing cPanel Reseller Icons
Our icons are usually designed to help users understand what cPanel’s equipment do, but you may change them if these people don’t work with your current custom theme. We’ll exchange the Submit Manager icon with a flat design and style that matches our customized logo.
You will have an image file of which:
- Is saved within the png format.
- Has a utmost size of 48×48 cote.
- Has your transparent background.
Device must be named with regard to the feature they are really associated with. In cPanel, features have an app_key, which is used around templates, icons, and other sorts of associated assets. You may find the app_key with respect to icons in Guide to be able to cPanel Interface Customization : Appkeys.
The app_key pertaining to File Leader is file_manager , and so we’ll name our icon file_manager. png . Icons are stashed in an icons directory website within a custom motif. Navigate to your made to order theme in File Manager and create a file called device .

Move straight into the new directory in addition to use the File Manager’s Upload button to upload your icon image.

Finally, we need to help generate the image sprite that cPanel uses to help serve icons efficiently. Record in to the marketer account with SSH or perhaps open cPanel’s Terminal software.

Run the soon after command, replacing “Reseller_Hosting_Theme” utilizing the name you pick for your theme.
/usr/local/cpanel/bin/sprite_generator --theme paper_lantern --style Reseller_Hosting_Theme
Refresh cPanel, and your new icon will be displayed for the main page.

Make Your Merchant Hosting Theme the Arrears
The final stage is to make your custom theme the standard so that when resellers create a cPanel balance, it has custom branding. However, before we accomplish that, let’s create your preview image for the Change Design and style interface.
Acquire a 500×500 pixel screenshot of your new-look cPanel. Save the file because preview. png and make use of File Employer to add it to the theme’s folder.
Select Change Style from the navigation bar’s user menu, and anyone will see the made to order theme displayed with the new preview. While you are here, click the Set as Arrears button to be able to make it the default for new cPanel account.

In this post, we’ve shown you the way to transform your web site hosting interface into a fabulous custom branded UI having unique colors, content, not to mention icons. cPanel & WHM’s flexible theming system provides hosts the tools these need to build your vibrant and impactful named reseller hosting experience with the help of a coherent and memorable visual identity.
As frequently, if you have any kind of feedback or comments, make sure you let us know. Most of us are here to aid in the best techniques we can. You’ll come across us on Discord, your cPanel forums, and Reddit.