diff --git a/docs/docs/meshcentral/debugging.md b/docs/docs/meshcentral/debugging.md index ab6faa82..f255b592 100644 --- a/docs/docs/meshcentral/debugging.md +++ b/docs/docs/meshcentral/debugging.md @@ -49,6 +49,14 @@ If you want to change node to meshcentral in journalctl, add this to /etc/system SyslogIdentifier=meshcentral ``` +### Finding agent problems + +Using the servers `My Server > console` + +* `agentstatus` - Gives you summary counts of problems +* `agentissues` - Gives IP:port and what error +* `dupagents` - Gives duplicateAgent IP's, counts and names + ### Logging it all To log everything that's possible, prepare the log directory. diff --git a/docs/docs/meshcentral/devicetabs.md b/docs/docs/meshcentral/devicetabs.md index a6e8c927..5971a12e 100644 --- a/docs/docs/meshcentral/devicetabs.md +++ b/docs/docs/meshcentral/devicetabs.md @@ -85,6 +85,64 @@ Right-clicking on RDP Connect button allows you to specify Alternate Port. Uses Intel AMT to control video output of the hardware video card. +### During a desktop session + +**Bottom left include:** + +![desktop bottom left](images/desktop_buttonsbottomleft.png) + +* Sending special Keys + +**Top Right include:** + +Actions + +![](images/desktop_buttonstopright_actions.png) + +* Wake Up +* Run Commands +* Sleep +* Reset +* Power Off +* Uninstall Agent + +Settings + +![](images/desktop_settings.png) + +* Quality +* Scaling +* Frame rate +* Swap Mouse Buttons +* Reverse Mouse Wheel +* Use Remote Keyboard Map +* Automatic Clipboard +* Lock on Disconnect + +![](images/desktop_buttonstopright_other.png) + +* Session recording indicator +* Screen rotating +* switching view mode +* full screen + +Bottom right include: + +![](images/desktop_buttonsbottomright.png) + +* Session Sharing with Guest +* Toggling keyboard lockout on guest +* Refresh Desktop view +* Upload Clipboard +* Download Clipboard +* Record Session to file +* Take screenshot +* Toggle Remote Desktop Background +* Open URL on remote desktop +* Lock the Remote computer +* Display a notification on the remote computer +* Open Chat Window + ## Terminal For connecting to a command line based interface on the agent diff --git a/docs/docs/meshcentral/images/desktop_buttonsbottomleft.png b/docs/docs/meshcentral/images/desktop_buttonsbottomleft.png new file mode 100644 index 00000000..e9367ae2 Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonsbottomleft.png differ diff --git a/docs/docs/meshcentral/images/desktop_buttonsbottomright.png b/docs/docs/meshcentral/images/desktop_buttonsbottomright.png new file mode 100644 index 00000000..e2d1b99d Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonsbottomright.png differ diff --git a/docs/docs/meshcentral/images/desktop_buttonstopright_actions.png b/docs/docs/meshcentral/images/desktop_buttonstopright_actions.png new file mode 100644 index 00000000..08c7a58a Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonstopright_actions.png differ diff --git a/docs/docs/meshcentral/images/desktop_buttonstopright_other.png b/docs/docs/meshcentral/images/desktop_buttonstopright_other.png new file mode 100644 index 00000000..b734aa76 Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonstopright_other.png differ diff --git a/docs/docs/meshcentral/images/desktop_settings.png b/docs/docs/meshcentral/images/desktop_settings.png new file mode 100644 index 00000000..e03c6080 Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_settings.png differ diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 326c1f94..6753e2f8 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -13,6 +13,7 @@ nav: - 'Tokens': 'meshcentral/tokens.md' - 'Assistant': 'meshcentral/assistant.md' - 'Code Signing': 'meshcentral/codesigning.md' + - 'Plugins': 'meshcentral/plugins.md' - 'Debugging': 'meshcentral/debugging.md' - Design and Architecture: