X11vnc: Difference between revisions
(use proper warning) |
(use pkg and cmd template) |
||
Line 10: | Line 10: | ||
== Installation == | == Installation == | ||
Install the | Install the {{Pkg|x11vnc}} package from the community repository | ||
== Setup == | == Setup == | ||
Line 18: | Line 18: | ||
Run the below command in a terminal emulator: | Run the below command in a terminal emulator: | ||
{{Cmd|x11vnc -display :0}} | |||
Now connect using your preferred VNC viewer. | Now connect using your preferred VNC viewer. |
Revision as of 13:19, 25 August 2023
This material is work-in-progress ... This wiki page is incomplete. |
x11vnc is a VNC server application that enables one to interact with real X11 displays. Unlike other VNC alternatives (e.g. TigerVNC) which create extra X11 desktop sessions displayed for remote control, x11vnc shows in real time the existing X11 display.
Pre-requisites
- base installation of X.Org
- an X11 desktop environment/window manager
- Above mentioned DE/WM running before starting x11vnc
Installation
Install the x11vnc package from the community repository
Setup
Tip: More details can be found by consulting the x11vnc man page
Start X either through your preferred Display Manager or by using the startx command.
Run the below command in a terminal emulator:
x11vnc -display :0
Now connect using your preferred VNC viewer.
Note: You will have to set up proper security and networking rules or ssh tunneling if you want to access this VNC server from WAN