docs - adding videos

silversword411 committed Jun 30, 2022 at 00:30 UTC 60800d626344d98aead4f0c32034e7aac609f9c2
3 files changed +42
docs/docs/design/index.md
+6
@@ -81,6 +81,12 @@ The main takeaway is that MeshCentral is mostly an ExpressJS application. This i
81
82 MeshCentral will run `npm install` automatically when any of these optional modules are needed but not currently available.
83
84 +## Understanding the different modes: LAN, WAN and Hybrid
85 +
86 +<div class="video-wrapper">
87 + <iframe width="320" height="180" src="https://www.youtube.com/embed/gx5Fh3pQOns" frameborder="0" allowfullscreen></iframe>
88 +</div>
89 +
90 ## Code files and folders
91
92 Someone would think the server is rather simple when taking a look at the MeshCentral server code files. At a high level, the entire server has 3 folders, 3 text files and a manageable number of .js files that are fairly self-descriptive. Here is a list of the source files and folders.
docs/docs/intelamt/index.md
+22
@@ -13,6 +13,12 @@ Intel AMT Guide [as .odt](https://github.com/Ylianst/MeshCentral/blob/master/doc
13
14 This user guide contains all essential information for activating and using Intel® Active Management Technology (Intel® AMT) with MeshCentral. We will review how to activate, connect to and use Intel AMT features and how this benefit administrators that want to manage computers remotely. This document expect the reader to already be familiar with how to install and operate MeshCentral and have a basic understanding of how Intel® AMT works.
15
16 +## History of AMT
17 +
18 +<div class="video-wrapper">
19 + <iframe width="320" height="180" src="https://www.youtube.com/embed/_SXT0Gr4Mls" frameborder="0" allowfullscreen></iframe>
20 +</div>
21 +
22 ## Introduction
23
24 MeshCentral is a free open source web-based remote computer management software and it fully supports Intel® Active Management Technology (Intel® AMT). MeshCentral does not require that computers it manages support Intel AMT, but if a remote computer has this capability, MeshCentral will make use of it.
@@ -173,3 +179,19 @@ Once Intel AMT is in a situation where ACM activation can occur, the activation
179 ![](images/2022-05-16-23-16-05.png)
180
181 The best way to test this feature is to create an “Intel AMT only” device group and run the MeshCMD command on the remote system to perform activation. If there is a problem, this process should clearly display why ACM activation fails.
182 +
183 +## Intel AMT MEI and LMS
184 +
185 +Intel Active Management Technology (Intel AMT) can communicate to the local platform using the Management Engine Interface (MEI). We show how your can use that to get Intel AMT information. For more advanced usages, you need to connect using TCP and TLS which requires Intel Local Manageability Service (LMS). We show how MeshCentral's Mesh Agent and MeshCMD have a small version of LMS built-in and how it works
186 +
187 +<div class="video-wrapper">
188 + <iframe width="320" height="180" src="https://www.youtube.com/embed/mStyhe-fSC0" frameborder="0" allowfullscreen></iframe>
189 +</div>
190 +
191 +## Intel AMT System Defense
192 +
193 +As part of Intel AMT there are hardware filters in the network interface you can setup to match and perform actions on packets. This happens at Ethernet speeds with no slow down and independent of the OS.
194 +
195 +<div class="video-wrapper">
196 + <iframe width="320" height="180" src="https://www.youtube.com/embed/q7RyboI4uew" frameborder="0" allowfullscreen></iframe>
197 +</div>
docs/docs/meshcentral/index.md
+14
@@ -767,6 +767,12 @@ In addition to local device groups, the IP-KVM/Power switch device group was als
767
768 ## NGINX Reverse-Proxy Setup
769
770 +### Video Walkthru
771 +
772 +<div class="video-wrapper">
773 + <iframe width="320" height="180" src="https://www.youtube.com/embed/YSmiLyKSX2I" frameborder="0" allowfullscreen></iframe>
774 +</div>
775 +
776 Sometimes it’s useful to setup MeshCentral with a reverse-proxy in front of it. This is useful if you need to host many services on a single public IP address, if you want to offload TLS and perform extra web caching. In this section we will setup NGINX, a popular reverse-proxy, in front of MeshCentral. NGNIX is available at: https://www.nginx.com/
777
778 ![](images/2022-05-19-00-23-11.png)
@@ -1760,3 +1766,11 @@ su -c '/bin/bash -i' myOtherUser
1766 ```
1767
1768 This will run bash in interactive mode and work correctly.
1769 +
1770 +#### SSH and SFTP integration to the Terminal
1771 +
1772 +MeshCentral has built-in web-based integration of SSH in the "Termina" tab and SFTP in the "Files" tab.
1773 +
1774 +<div class="video-wrapper">
1775 + <iframe width="320" height="180" src="https://www.youtube.com/embed/7qAbl2OuZEU" frameborder="0" allowfullscreen></iframe>
1776 +</div>
\ No newline at end of file