I'm using VNC Viewer in Windows to control the Raspberry Pi without screen but I need to get into the Raspberry Pi first by using putty software and then write the command code:
$ vncserver
to create a server to be able to control the Pi with the VNC Viewer.
How can I run this automatically without code writing, how to configure it?
start.shfile insert your command – Francesco Gusmeroli Jul 18 '17 at 14:02RealVncis incompatible with most viewers. Do you intend to boot the Pi to GUI; if nottightvncserveris a better option, but setting either up on a headless system is non-trivial. – Milliways Jul 19 '17 at 00:21