I’m interested on how to remote control my Raspberry Pi 4 in a secure way.
I’ve read about NoMachine but I was looking for something more official.
I want to write code on the RPI but i don’t want to be connected to it with a keyboard and monitor. I want to be able to develop my program from another location.
I tried also with VNC,
sudo raspi-config
and enable the vnc server, but I have problems with the resolution.
I want to access the Rpi not just on my local network. If this is possible will be a huge improvment
Thanks.
2
For remote controlling a Raspberry Pi 4, especially when you want to access it outside your local network, there are several options. However, if you’re looking for an official and secure method, I would recommend using VNC (Virtual Network Computing) with SSH tunneling. While NoMachine is a good option, it’s not officially supported by the Raspberry Pi Foundation, which is why I won’t recommend it!
Faisal Ehsan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.