docs - adding whitelabel and agent branding info

silversword411 committed Sep 12, 2022 at 11:04 UTC 02e4ac56785a0aadab73c21f808ab80ed378bc98
1 file changed +18 -2
docs/docs/meshcentral/index.md
+18 -2
@@ -1201,7 +1201,11 @@ And taking authentication to the next step is removing the login page entirely.
1201
1202 ## Branding & Terms of use
1203
1204 -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.
1204 +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.
1205 +
1206 +<div class="video-wrapper">
1207 + <iframe width="320" height="180" src="https://www.youtube.com/embed/xUZ1w9RSKpQ" frameborder="0" allowfullscreen></iframe>
1208 +</div>
1209
1210 ### Branding
1211
@@ -1209,7 +1213,7 @@ You can put you own logo on the top of the web page. To get started, get the fil
1213
1214 ![](images/2022-05-19-00-38-51.png)
1215
1212 -Once done, edit the config.json file and set the following values:
1216 +Once done, edit the config.json file and set one or all of the following values:
1217
1218 ```json
1219 "domains": {
@@ -1217,6 +1221,16 @@ Once done, edit the config.json file and set the following values:
1221 "Title": "",
1222 "Title2": "",
1223 "TitlePicture": "title-sample.png",
1224 + "loginPicture": "logintitle-sample.png",
1225 + "welcomeText": "This is sample text",
1226 + "welcomePicture": "mainwelcome-04.jpg",
1227 + "welcomePictureFullScreen": true,
1228 + "siteStyle": "1",
1229 + "nightMode": "1",
1230 + "meshMessengerTitle": "Mesh Chat",
1231 + "meshMessengerPicture": "chatimage.png",
1232 + "footer": "This is a HTML string displayed at the bottom of the web page when a user is logged in.",
1233 + "loginfooter": "This is a HTML string displayed at the bottom of the web page when a user is not logged in."
1234 },
1235 ```
1236
@@ -1240,6 +1254,8 @@ This is great to personalize the look of the server within the web site.
1254
1255 ### Agent Branding
1256
1257 +You can also customize the Agent to add your own logo.
1258 +
1259 ![](images/2022-08-24-06-42-40.png)
1260
1261 ### Terms of use