I have an Orange Pi Plus which runs on Raspbian and Lubuntu. To save money I would like to use Remote Desktop from Windows 7 or MAC. I have tried installing xrdp with openssh, which works fine on my Raspberry Pi2, as well as others . Has anyone been successful doing this?
Install tightvncserver:
sudo apt-get install tightvncserver
vncserver :1 -geometry 1280x800 -depth 16 -pixelformat rgb565
Then you can connect to Orange On from PC using VNC Viewer (port "1").