[RDS][IOT] Do we have any GUI Remote access to IOT devices ? for windows and Ubuntu

Anjaneya, Visakh 20 Reputation points
2024-04-01T13:42:14.13+00:00

Hi,

I would like to know about any remote device sharing/access option with a GUI control for devices connected via IoTHub.

Do we have some solution available like this from Azure?

Regards,

Visakh V A

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,120 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. David Broggy 5,681 Reputation points MVP
    2024-04-01T18:19:08.98+00:00

    Hi Visakh,

    If you're saying you need remote access to windows and ubuntu devices, I'd install Defender for Endpoint and use the Live Response feature to get a remote shell back into those hosts.

    https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/live-response?view=o365-worldwide

    I doubt Microsoft will provide GUI access w/o use of a 3rd party tool.

    Good luck.

    0 comments No comments

  2. Sander van de Velde 28,466 Reputation points MVP
    2024-04-01T23:02:56.4433333+00:00

    Hello @Anjaneya, Visakh,

    welcome to this moderated Azure community forum.

    Azure IoT (edge) is mainly focused on sending device-to-cloud messages and offering two-way communication for cloud-to-device control.

    If you want to access your ubuntu or windows remotely, you need to use extra tooling.

    A solution we use for multiple customers is based on auto ssh and is custom built.

    It offers ssh over an outbound port to a 'stepping stone' so the IoT device cannot be attacked.

    The stepping stone (or jump box) is based on a VM in the cloud, only reachable for known IoT device IP ranges.

    Azure also offers Azure Arc.

    Azure Arc-enabled servers lets you manage Windows and Linux physical servers and virtual machines hosted outside of Azure, on your corporate network, or other cloud provider. For the purposes of Azure Arc, these machines hosted outside of Azure are considered hybrid machines.

    Just install an agent and your device is connected to the Azure Cloud.

    Over that tunnel, you can use SSH to connect to the Arc enabled device..

    SSH for Arc-enabled servers enables SSH based connections to Arc-enabled servers without requiring a public IP address or additional open ports.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments