diff --git a/docs/docs/meshcentral/devicetabs.md b/docs/docs/meshcentral/devicetabs.md index 4373a399..97ed1ce2 100644 --- a/docs/docs/meshcentral/devicetabs.md +++ b/docs/docs/meshcentral/devicetabs.md @@ -2,6 +2,12 @@ ## General + + +Set alternate port in the link if it's not default + +![](images/general_alternateports.png) + ### 7 Day Power State Legend @@ -15,12 +21,63 @@ Legend ## Desktop +For connecting to the machine. + +### Connect Button + +Right-clicking on Connect button will give you additional options: + +* Ask Consent + Bar +* Ask Consent +* Privacy Bar + +# RDP Connect Button + +Right-clicking on RDP Connect button allows you to specify Alternate Port. + +# Intel AMT Connect Button + ## Terminal +For connecting to a command line based interface to the machine + +Right-clicking on Connect button allows you to: + +* Admin Shell +* Admin Powershell +* User Shell +* User Powershell +* SSH + ## Files +For transferring files to and from the agent. + ## Events +Mesh Events related to the agent. This is your audit log + ## Details -## Console \ No newline at end of file +Agent information that includes + +Note you can show CPU and Memory usage info by clicking the icon in the top right corner + +![](images/details_cpuram.png) + +* OS +* Agent Info +* Network Info +* BIOS +* Motherboard +* Memory +* Storage +* Intel AMT + +## Intel AMT + +## Console + +For debugging and communicating with the mesh agent. + +Type `help` for all available options diff --git a/docs/docs/meshcentral/images/2022-07-02-06-27-36.png b/docs/docs/meshcentral/images/2022-07-02-06-27-36.png new file mode 100644 index 00000000..de0ba8fc Binary files /dev/null and b/docs/docs/meshcentral/images/2022-07-02-06-27-36.png differ diff --git a/docs/docs/meshcentral/images/details_cpuram.png b/docs/docs/meshcentral/images/details_cpuram.png new file mode 100644 index 00000000..8898f52f Binary files /dev/null and b/docs/docs/meshcentral/images/details_cpuram.png differ diff --git a/docs/docs/meshcentral/images/general_alternateports.png b/docs/docs/meshcentral/images/general_alternateports.png new file mode 100644 index 00000000..ab3d0451 Binary files /dev/null and b/docs/docs/meshcentral/images/general_alternateports.png differ