tacticalrmm icon indicating copy to clipboard operation
tacticalrmm copied to clipboard

Apache Guacamole like implementation

Open elibrody opened this issue 2 years ago • 6 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like So there is the project called Apache Guacamole that it would be great to utilize the concept they use to connect to remote machines

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

elibrody avatar Jul 23 '22 04:07 elibrody

Hi, so atm you can integrate with an existing Guacamole instance for remote access if you want using a combination of URL Actions and Custom Fields (check the docs under 3rd party integrations for examples). '

As for actually implementing something like Guacamole this would not really make sense for 2 reasons:

  1. The remote desktop portion of our software is more like Remote Assistance, where you can be controlling someone's screen while they are using their screen at the same time, so Guacamole would not work for this as it uses RDP which would kick the user our of their session. And we don't want to use VNC :)
  2. Guacamole does not have an agent and requires you to be on the same LAN as the target pc or have ports open on firewall, which obviously would not be ideal since this software is designed to access machines behind closed firewalls.

wh1te909 avatar Jul 23 '22 07:07 wh1te909

By using guac I meant for servers and Linux agents where ssh, vnc, rdp would make more sense and in terms of the agent I thought about it being added to the tactical RMM agent

elibrody avatar Jul 23 '22 15:07 elibrody

Ah ok that makes more sense, in that case i'll re-open the ticket and leave it as a feature request.

wh1te909 avatar Jul 23 '22 18:07 wh1te909

Thanks Dan I don't think it will happen anytime soon but thought I'd put it in

elibrody avatar Jul 23 '22 18:07 elibrody

In the meantime you already have web ssh and web RDP via the mesh agent, you can use them from tactical too in the Take Control and Terminal screens. Only thing missing is VNC

wh1te909 avatar Jul 23 '22 18:07 wh1te909

Thanks in my experience VNC is the best for Linux and mac clients web vnc eliminates the need for a client to be installed in order to use it

elibrody avatar Jul 23 '22 19:07 elibrody