I wanted to know what are the options available for connecting the jetson nano from remote. I tried installing VNC but there was not package I found for ARM64. Raspberry pi is ARMHF version and there is a package available for it.
I also tried installing other alternatives like, team viewer, log me in, any desk but nothing seems to work for this.
I wanted to how can I control the jetson nano installed at a remote site from my office.?
The link you mentioned seems to work only if both nano and other system is on the same network. My question is regarding cloud remote connections which I can access from anywhere I want. VNC has a cloud vnc option into which we can sign in and can access the system from anywhere we want but unfortunately they do not have anything for ARM64.
Is there any other alternatives for cloud remote connections.?
I just tried vino and it works ok. I’m using a cheap 5 dollar usb wifi rn, the graphic is slow but workable on low color setting.
vino
Vino is the default VNC server in Ubuntu to share your existing desktop with other users.
To configure vino from within GNOME, go to System > Preferences > Remote Desktop
To set vino to request access each time, tick Allow other users to view your desktop in the Remote Desktop configuration window.
There's no way to set vino to only listen for the next connection.
To set a password, tick Require the user to enter this password:, and enter a hard-to-guess password.
To put vino in view-only mode, untick Allow other users to control your desktop.
To only allow local connections, open a terminal and run the command:
gsettings set org.gnome.Vino network-interface lo
To allow connections from anywhere, open a terminal and run the command:
gsettings reset org.gnome.Vino network-interface
Does Vino provide cloud connections.? On the same network I can access nano UI from Vino->VNC but cloud connections are not possible I guess. Do you have any idea.?
I have used ssh -X over remote connections, and it works fine.
It sets up the X windows forwarding such that programs that you launch over the SSH shell connection end up on your desktop (as long as your desktop has an X server – on Windows, use something like MobaTerm or whatever.)
There are many options for each of the two.
Moreover, some options are complex and would address both steps.
Do you have the first step implemented?
second?
both?
neither of the two?
Are you trying to use any solution which will work and provide GUI remote desktop access?
Is your choice limited to some specific solution?
Are there any other constraints?
To remotely connect to jetson nano from your office by using SSH with PuTTY. Before stating the connection enable SSH on jetson nano. Make sure using the latest version of PuTTY on your local system. Open the PuTTY configuration windows, Enter the IP address or username of jetson nano in the Hostname section. Select the connection type to ssh. Click on Open to start the connection. To get know about more click here.