Ylianst / MeshCentralAssistant

Tray icon tool for the MeshCentral Agent. It displays the state of the agent, you can start and stop the agent and request help.
https://meshcentral.com
Apache License 2.0
36 stars 26 forks source link

Default connection #11

Open hunter-nl opened 3 years ago

hunter-nl commented 3 years ago

Assistent is at startup always a direct connection. Why not detecting there is already an agent active and select this one as default?

Ylianst commented 3 years ago

If you grab MeshCentral Assistant from "node_modules/meshcentral/agents" and use that, it will not have any "built-in agent" settings and will work as before, just monitoring background agents. I probably need to add an option to download that version without settings from the web site.

Ylianst commented 3 years ago

By the way, I had a specific request on GitHub that if the built-in agent settings where in Assistant to always default to the built-in agent.

hunter-nl commented 3 years ago

What I need is the assistant with built-in agent when it is standalone. And using the background agent when background agent is already installed on the device. Preferable by automatically detecting is background agent is already installed or not.