Add wifi AMT and mac client to docs (#5592)
* Adding wifi AMT info https://github.com/Ylianst/MeshCentral/issues/3386 * Add mac to faq https://github.com/Ylianst/MeshCentral/issues/5589 * docs - removing the raw schema.json for better search menus * docs - adding some pics for schema
This commit is contained in:
parent
0ba8b534e7
commit
a6640d533c
|
@ -195,6 +195,12 @@ Once Intel AMT is in a situation where ACM activation can occur, the activation
|
|||
|
||||
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.
|
||||
|
||||
!!!note
|
||||
Activation over wifi has some additional issues.<br>
|
||||
First you need to add your WiFi access point to that wifi configuration to allow CSME to take over WiFi when OS is not functioning. Then it should work.<br>
|
||||
Please also make sure you install Intel WiFi driver and Intel LMS package. It should work. You can detach the ethernet and then try connecting to that device using the IP address acquired by WiFi interface.
|
||||
See [Open AMT Cloud Toolkit](https://www.intel.com/content/www/us/en/developer/topic-technology/edge-5g/tools/open-amt-cloud-toolkit.html) project - a close relative to this project. It has an AMT activation component and newer remote provisioning client can activate locally and also can manage Wi-Fi profile.
|
||||
|
||||
## Intel AMT MEI and LMS
|
||||
|
||||
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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -36,7 +36,7 @@ No, you haven't.
|
|||
|
||||
6. Here are some examples of what that looks like.
|
||||
|
||||
# Can't login on server after first setup
|
||||
## Can't login on server after first setup
|
||||
|
||||
You're sure you're typing in everything right, giving it 2FA code and can't login
|
||||
|
||||
|
@ -44,9 +44,25 @@ You're sure you're typing in everything right, giving it 2FA code and can't logi
|
|||
|
||||
![](images/2022-08-04-18-19-19.png)
|
||||
|
||||
# Branding and Customization
|
||||
## Branding and Customization
|
||||
|
||||
You can brand and customize MeshCentral almost as much as you like without delving into the code, a few changes in the config.json file and uploading images can change the way your system looks. Read more [here](https://ylianst.github.io/MeshCentral/meshcentral/#branding-terms-of-use)
|
||||
|
||||
!!!note
|
||||
You will need to reinstall the agent for agent customizations to take effect.
|
||||
|
||||
## Mac Clients
|
||||
|
||||
You have to manually grant Mac permissions outside of the agent install process due to the MacOS security system under Security & Privacy > Privacy
|
||||
|
||||
To see the screen (otherwise you just see the menu bar, and otherwise blank)
|
||||
|
||||
![](images/2023-11-29-12-57-15.png)
|
||||
|
||||
To be able to transfer files
|
||||
|
||||
![](images/2023-11-29-12-58-05.png)
|
||||
|
||||
To be able to control keyboard and mouse
|
||||
|
||||
![](images/2023-11-29-12-58-36.png)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
Loading…
Reference in New Issue