This commit is contained in:
Ylian Saint-Hilaire 2022-07-12 11:37:02 -07:00
commit ef41a18269
8 changed files with 67 additions and 0 deletions

View File

@ -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.

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -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: