Skip to content

[FEATURE] - "Quick Assist" app for ad-hoc support of unmanaged devices. #74

@bitbound

Description

@bitbound

This is a draft. Thoughts:

  • A single-file app that will allow connecting to unmanaged devices.
  • I don't know yet how similar it will be to Remotely/TeamViewer/Quick Assist.
    • I want to implement it in a way that makes it more difficult for scammers to abuse. This is a serious problem with RustDesk.
  • A non-customized instance will likely require the end user to type in the remote server and possibly a tenant identifier.
    • I always knew that embedding custom data into an EXE just-in-time during download was a bad idea, which was proven by the issue that happened with ScreenConnect.
    • Customization will require re-compiling with the changes and signing the new binary, using the secure signing flow I've set up through HSM-backed Azure Key Vaults.
  • Possibly create a new tab in the UI for pending ad-hoc sessions, which will show a badge indicating how many are waiting.
  • You can request access here, then launch into the device access session when approved.

Feel free to leave comments with your thoughts/suggestions! 🙂

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeedback_requestedDeveloper is looking for community feedback on this issue.

Projects

Status

Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions