White Label for MettaXIoT PC Web
You can customize branding information such as Logo, platform name, default language, and theme color based on the domain name.

Domain Name
Section titled “Domain Name”Enter your company’s website address to customize the platform with your branding.

| Do | Don’t |
|---|---|
Enter the domain name. www.example.com | Do not include the transfer protocol. http://www.example.com |
Enter your brand name. It will be displayed as the title in the browser tab.

Upload an icon to be displayed in the browser tab.
![]()
| Attribute | Value |
|---|---|
| Format | ICO |
| Dimensions | 50px × 50px |
| Maximum file size | 1MB |
The logo will display on the login page and in the top-left corner of the platform.

Upload separate logo images for Light mode and Dark mode. You can use the same image for both.
| Attribute | Value |
|---|---|
| Format | PNG |
| Dimensions | 1000px × 150px |
| Maximum file size | 1MB |
Login Page Image
Section titled “Login Page Image”Upload an image to be displayed on the login page.

| Attribute | Value |
|---|---|
| Format | PNG |
| Dimensions | 460px × 430px |
| Maximum file size | 3MB |
Default Theme Color
Section titled “Default Theme Color”Select a color to match your company’s brand. This color will be applied as the primary theme color across the platform.
Default Menu Color
Section titled “Default Menu Color”Choose between a Light or Dark theme for the menu to align with your visual identity.
Optional Languages
Section titled “Optional Languages”Select the languages that will be available for users to choose from on the platform.

Now platform support the following languages:
- English
- 简体中文
- Русский
- Türkçe
- Español
- Italiano
- Português
- Deutsch
- Français
- عربي
- 日本語
Default Language
Section titled “Default Language”Set the default language for the platform. Users can override this setting in their personal preferences.

APP Download Badge
Section titled “APP Download Badge”Control whether the APP download badge is displayed on the login page.

Menu Bar Position
Section titled “Menu Bar Position”Choose the position of the menu bar, either Top or Side.
CNAME Configuration
Section titled “CNAME Configuration”To use a custom domain name (such as www.examplegps.com), you must point it to the MettaXIoT platform at www.mettaxiot.com.
-
Find the configuration page
Navigate to the domain name analysis rule configuration page for your domain.
-
Add a new DNS record
Select the option to add a new DNS record.
-
Set the Record Type
Choose CNAME as the record type.
-
Enter the Host Name
Enter your preferred prefix (such as
www,gpsortracker) in the Host Name field. -
Enter the Record Value
Enter the MettaXIoT address in the Record Value field. Use the domain that matches your current node:
www.mettaxiot.comorindia.mettaxiot.com. -
Set TTL
Leave the TTL period value at its default setting.
Once these steps are complete, visiting your custom domain (such as tracker.examplegps.com) will redirect you to the MettaXIoT platform.
HTTPS Certificates
Section titled “HTTPS Certificates”To secure your custom domain, you must purchase and bind an SSL certificate through your domain provider. If you use Alibaba Cloud, follow these steps:
-
Purchase a certificate
Go to the Certificate Management page and purchase an SSL certificate.
-
Configure the application
Follow the provider’s instructions to configure the certificate application.
-
Verify configuration
Verify the configuration on your domain’s DNS analysis page. You can also use our SSL Verification Tool to check the status.
-
Provide certificate files
After verification, you must provide two separate files: the certificate in CRT format and the private key in Key format.
Send both files to us, and we will complete the final setup on our end.
We will notify you once the configuration is finished so you can test the connection.
Example Files
Section titled “Example Files”A Key file typically ends in .key or .txt and looks like this:
-----BEGIN RSA PRIVATE KEY-----ImcaJjXQsihqkuohYcWh2QuijBgXZC+o9IUl+2S Nhw6OYXSJTuuD09VFQFAaUC41AoGAfusLj179P1QYNJKo5a+Jqg4O0Uc3wgjYRlZdkBQ7BJ6O+nKeZaXM7wTlALwmZ9RKyKbvzR9AGvqHgPxUn0xTNOzIN+WI/Yyg7vkEQUCdb96YVE7LRQgxiBtSgQUrya4rlUZb0S/s/yye2iWrCTuWbSOr2OJIuo4LPaCen3/W3ZECQQD4lpsqR+sIBFkYFPayHMuNzlIkA31rx1fff19APAEytOiQi+opbBOhE73a+txQE6doGokawtIAtb/p8 CCtThbbFLJBIRjQWCIl1NnNWSwlqPO9FQJBAOM05EVUzmDZeIUmRASvhOzrcvAvsGbeIFbKmEihj4bFCvtypmeNvLMw1Apd1xfpnszr0/x9rGuxsuLLo49ZzfkCQQCFi940OxgmwfDQovh166CXgKEZ93ZA9953Zb7Kedzu4Fom-----END RSA PRIVATE KEY-----A Certificate (CRT/CER) file typically ends in .crt or .txt and looks like this:
-----BEGIN CERTIFICATE-----VVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xKzApBgNVBAMTIlVUTi1VU0VSRmlyc3QtTmV0d29yayBBcHBsNzExMDY5NDAxMTAvBgNVBAsTKFNlZSB3d3cucmFwaWRzc2wuY29tL3Jlc291cmNlcy9jcHMgKGMpMDcxLzAtBgNVBAsTJkRvbWFpbiBDb250cm9sIFZhbGlkYXRlZCAtXCKBNQNAzybtImcaJjXQsihqkuohYcWh2QuijBgXZC+o9IUl+2SNhw6OYXSJTuuD09VFQFAaUC41rLcU9BDh6w7xmGnZJzZ0H8jm2E9NA6s6DId7qQ+f/YdkKePRR+Dwp9GnjmheMvhqs0DFj+tCFhHX3PK8WGrYBYG8ejsgo8uKAKTkishpOMyTs4CmTlDXchn5QGRjpq2FlIqqlTwLdMGpkeUSZjuAFblLhTQs158Q5VHC5SH+3DvJW+g7/CpTjBhiTnfNyD19rUmrWZ2dmic50B32BAiIO9OepmVvI8nA1TBvNFfhX75cOCk=-----END CERTIFICATE-----<LinkButton href=“https://doc.mettaxiot.com/web/#/3/39” icon=“external” iconPlacement=“start”
Customize Branding Information