OpenBSD Remote Desktop

openbsdremote desktop

Does OpenBSD have a built-in remote desktop server? If not, what is the most preferred remote desktop server people run on OpenBSD?

Best Answer

Clear answer: YES, but you have to configure it.

As any unix like system using X you can use Xdmcp
- you have to allow your X chooser, such as GDM or KDM to accept XDMCP connections
- then you open a graphical client or just a terminal:
$ X -query your.servers.ip.address

Alternatively you can always install and run: VNC server

Related Question