mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-28 16:15:54 -05:00
Merge pull request #4252 from silversword411/master
docs - adding more info to devicetabs and debugging
This commit is contained in:
commit
0147da4ccd
@ -49,6 +49,14 @@ If you want to change node to meshcentral in journalctl, add this to /etc/system
|
|||||||
SyslogIdentifier=meshcentral
|
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
|
### Logging it all
|
||||||
|
|
||||||
To log everything that's possible, prepare the log directory.
|
To log everything that's possible, prepare the log directory.
|
||||||
|
@ -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.
|
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
|
## Terminal
|
||||||
|
|
||||||
For connecting to a command line based interface on the agent
|
For connecting to a command line based interface on the agent
|
||||||
|
BIN
docs/docs/meshcentral/images/desktop_buttonsbottomleft.png
Normal file
BIN
docs/docs/meshcentral/images/desktop_buttonsbottomleft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
docs/docs/meshcentral/images/desktop_buttonsbottomright.png
Normal file
BIN
docs/docs/meshcentral/images/desktop_buttonsbottomright.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
docs/docs/meshcentral/images/desktop_buttonstopright_actions.png
Normal file
BIN
docs/docs/meshcentral/images/desktop_buttonstopright_actions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/docs/meshcentral/images/desktop_buttonstopright_other.png
Normal file
BIN
docs/docs/meshcentral/images/desktop_buttonstopright_other.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
docs/docs/meshcentral/images/desktop_settings.png
Normal file
BIN
docs/docs/meshcentral/images/desktop_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -13,6 +13,7 @@ nav:
|
|||||||
- 'Tokens': 'meshcentral/tokens.md'
|
- 'Tokens': 'meshcentral/tokens.md'
|
||||||
- 'Assistant': 'meshcentral/assistant.md'
|
- 'Assistant': 'meshcentral/assistant.md'
|
||||||
- 'Code Signing': 'meshcentral/codesigning.md'
|
- 'Code Signing': 'meshcentral/codesigning.md'
|
||||||
|
- 'Plugins': 'meshcentral/plugins.md'
|
||||||
- 'Debugging': 'meshcentral/debugging.md'
|
- 'Debugging': 'meshcentral/debugging.md'
|
||||||
|
|
||||||
- Design and Architecture:
|
- Design and Architecture:
|
||||||
|
Loading…
Reference in New Issue
Block a user