VNC server on XFCE4 Create .vnc/xstartup #!/bin/sh unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS exec startxfce4 Start VNC server vncserver -geometry 1440x900 -alwaysshared -dpi 96 -localhost :2 Where :2 is the suffix port. The listen port is 5902 (:2 = 5902)