3

Is there a way to boot a Raspberry Pi directly to an RDP or VNC session?

I don't want to boot to a full OS with a display manager and THEN RDP or VNC. I'd like to have the Pi boot and only do network, mouse, keyboard, sound and video... pulling everything from an RDP or VNC session.

The thought is to use the Pi's processing for those things and all the other processing is done on the RPD/VNC server.... only passing video, mouse keyboard and sound over the network.

I don't want a full raspian or pidora OS... just a kernel and the absolute minimum to get a RDP/VNC session.

jag7720
  • 31
  • 3

2 Answers2

1

I would download a minimal version of Raspbian for your SD card, and then run TightVNC from a script at startup.

syb0rg
  • 8,178
  • 4
  • 38
  • 51
0

I wanted to do something similar, see:-

Detect if a Pi is running headless

Unfortunately tightvncserver doesn't seem to run if you aren't logged in. There may be ways around this, but in the end I ssh into the Pi, login, then start tightvncserver

Milliways
  • 62,573
  • 32
  • 113
  • 225