docs - adding more info to devicetabs and debugging

silversword411 committed Jul 12, 2022 at 08:30 UTC 5a00b22238a44856afcdd136cb58501329eba3d5
8 files changed +67
docs/docs/meshcentral/debugging.md
+8
@@ -49,6 +49,14 @@ If you want to change node to meshcentral in journalctl, add this to /etc/system
49 SyslogIdentifier=meshcentral
50 ```
51
52 +### Finding agent problems
53 +
54 +Using the servers `My Server > console`
55 +
56 +* `agentstatus` - Gives you summary counts of problems
57 +* `agentissues` - Gives IP:port and what error
58 +* `dupagents` - Gives duplicateAgent IP's, counts and names
59 +
60 ### Logging it all
61
62 To log everything that's possible, prepare the log directory.
docs/docs/meshcentral/devicetabs.md
+58
@@ -85,6 +85,64 @@ Right-clicking on RDP Connect button allows you to specify Alternate Port.
85
86 Uses Intel AMT to control video output of the hardware video card.
87
88 +### During a desktop session
89 +
90 +**Bottom left include:**
91 +
92 +![desktop bottom left](images/desktop_buttonsbottomleft.png)
93 +
94 +* Sending special Keys
95 +
96 +**Top Right include:**
97 +
98 +Actions
99 +
100 +![](images/desktop_buttonstopright_actions.png)
101 +
102 +* Wake Up
103 +* Run Commands
104 +* Sleep
105 +* Reset
106 +* Power Off
107 +* Uninstall Agent
108 +
109 +Settings
110 +
111 +![](images/desktop_settings.png)
112 +
113 +* Quality
114 +* Scaling
115 +* Frame rate
116 +* Swap Mouse Buttons
117 +* Reverse Mouse Wheel
118 +* Use Remote Keyboard Map
119 +* Automatic Clipboard
120 +* Lock on Disconnect
121 +
122 +![](images/desktop_buttonstopright_other.png)
123 +
124 +* Session recording indicator
125 +* Screen rotating
126 +* switching view mode
127 +* full screen
128 +
129 +Bottom right include:
130 +
131 +![](images/desktop_buttonsbottomright.png)
132 +
133 +* Session Sharing with Guest
134 +* Toggling keyboard lockout on guest
135 +* Refresh Desktop view
136 +* Upload Clipboard
137 +* Download Clipboard
138 +* Record Session to file
139 +* Take screenshot
140 +* Toggle Remote Desktop Background
141 +* Open URL on remote desktop
142 +* Lock the Remote computer
143 +* Display a notification on the remote computer
144 +* Open Chat Window
145 +
146 ## Terminal
147
148 For connecting to a command line based interface on the agent
docs/docs/meshcentral/images/desktop_buttonsbottomleft.png
Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonsbottomleft.png differ
docs/docs/meshcentral/images/desktop_buttonsbottomright.png
Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonsbottomright.png differ
docs/docs/meshcentral/images/desktop_buttonstopright_actions.png
Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonstopright_actions.png differ
docs/docs/meshcentral/images/desktop_buttonstopright_other.png
Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_buttonstopright_other.png differ
docs/docs/meshcentral/images/desktop_settings.png
Binary files /dev/null and b/docs/docs/meshcentral/images/desktop_settings.png differ
docs/mkdocs.yml
+1
@@ -13,6 +13,7 @@ nav:
13 - 'Tokens': 'meshcentral/tokens.md'
14 - 'Assistant': 'meshcentral/assistant.md'
15 - 'Code Signing': 'meshcentral/codesigning.md'
16 + - 'Plugins': 'meshcentral/plugins.md'
17 - 'Debugging': 'meshcentral/debugging.md'
18
19 - Design and Architecture: