From 02e4ac56785a0aadab73c21f808ab80ed378bc98 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Mon, 12 Sep 2022 11:04:58 -0400 Subject: [PATCH] docs - adding whitelabel and agent branding info --- docs/docs/meshcentral/index.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/docs/meshcentral/index.md b/docs/docs/meshcentral/index.md index ba4524306d..3ebd240f5a 100644 --- a/docs/docs/meshcentral/index.md +++ b/docs/docs/meshcentral/index.md @@ -1201,7 +1201,11 @@ 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. + +
+ +
### Branding @@ -1209,7 +1213,7 @@ You can put you own logo on the top of the web page. To get started, get the fil ![](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": { @@ -1217,6 +1221,16 @@ Once done, edit the config.json file and set the following values: "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." }, ``` @@ -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