RFB Protocol
aka VNC
Introduction
Version 2.2 adds support for VNC connections with the desktop mode.
Usage
To listen for RFB / VNC connections on a specific port use:
xpra start-desktop --start=xterm --bind-rfb=0.0.0.0:5900
(5900 is the default port for VNC servers)
Alternatively, you can start a session with a TCP socket and it will be upgraded to RFB when required by the client:
xpra start-desktop --start=xterm --bind-tcp=0.0.0.0:5900
Clients
You should be able to connect using any VNC compliant client. ie:
vncviewer host
Note: this mode is sub-optimal, use the xpra native protocol for better performance and features.
Last modified 4 years ago
Last modified on 07/29/18 16:57:49