Skip to content

Commit

Permalink
docs - adding whitelabel and agent branding info
Browse files Browse the repository at this point in the history
  • Loading branch information
silversword411 committed Sep 12, 2022
1 parent 9eab688 commit 02e4ac5
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/docs/meshcentral/index.md
Expand Up @@ -1201,22 +1201,36 @@ And taking authentication to the next step is removing the login page entirely.

## Branding & Terms of use

Once MeshCentral is setup, you may want to customize the web site with your own brand and terms of use. This is important to personalize the web site to your organization. We also want to customize the web site in such a way that updating to the latest version will keep the branding as-is.
Whitelabeling your MeshCentral installation to personalize it to your companies brand, as well as having your own terms of use is one of the first things many people do after installation.

<div class="video-wrapper">
<iframe width="320" height="180" src="https://www.youtube.com/embed/xUZ1w9RSKpQ" frameborder="0" allowfullscreen></iframe>
</div>

### Branding

You can put you own logo on the top of the web page. To get started, get the file “logoback.png” from the folder “node_modules/meshcentral/public/images” and copy it to your “meshcentral-data” folder. In this example, we will change the name of the file “logoback.png” to “title-mycompany.png”. Then use any image editor to change the image and place your logo.

![](images/2022-05-19-00-38-51.png)

Once done, edit the config.json file and set the following values:
Once done, edit the config.json file and set one or all of the following values:

```json
"domains": {
"": {
"Title": "",
"Title2": "",
"TitlePicture": "title-sample.png",
"loginPicture": "logintitle-sample.png",
"welcomeText": "This is sample text",
"welcomePicture": "mainwelcome-04.jpg",
"welcomePictureFullScreen": true,
"siteStyle": "1",
"nightMode": "1",
"meshMessengerTitle": "Mesh Chat",
"meshMessengerPicture": "chatimage.png",
"footer": "This is a HTML string displayed at the bottom of the web page when a user is logged in.",
"loginfooter": "This is a HTML string displayed at the bottom of the web page when a user is not logged in."
},
```

Expand All @@ -1240,6 +1254,8 @@ This is great to personalize the look of the server within the web site.

### Agent Branding

You can also customize the Agent to add your own logo.

![](images/2022-08-24-06-42-40.png)

### Terms of use
Expand Down

0 comments on commit 02e4ac5

Please sign in to comment.