Just a FYI for the RPi Remote Desktop..

if anyone is looking or want a way to Remote Desktop into the RPi and have a GUI.

Install xrdp.

sudo apt-get install xrdp

Nothing to change on the RPi. I use remote desktop to gain access and pull up a GUI on the screen.

Just wanted to throw this out to everyone…

Thanks.

I had to do one additional step for the xrdp service to work after installing:

sudo service xrdp enable

Then from there I can stop/start the service with:

sudo /etc/init.d/xrdp

OK. Thanks for the info. I didn’t have that problem. Glad it works for ya.