I want to control the jetson nano from personal computer remotly

Hi

I want to control the jetson nano from personal computer remotely

Other question:

Can i connect more than jetson nano for example 3 or 4 together in the same time to personal computer and view all their desktops together

Best,

Have a try VNC for the remote control.
Don’t know what’s you mean together at the same time. However you can open three individually sessions on your PC.

I mean by together , I can connect 3 Jetson nano to one PC via Ethernet cable and i can visualize the desktop of 3 devices in the same time on my PC
For Example i can open Terminal from each device and visualize them all 3 in my desktop PC

is it possible to do that?

Best,

You can use PuTTY to remotely access the command line.

Yes, VNC can do it.

VNC will do this with a GUI, ssh (PuTTY) would do this for command line. Some applications require the GUI (some GPU applications). SSH works out of the box, VNC is what you want for many other uses and I doubt you can get around that if working from Windows.