X11vnc: Difference between revisions
(Created page with "{{Warning|This wiki page is incomplete.}} [https://en.wikipedia.org/wiki/x11vnc x11vnc] is a VNC server application that enables one to interact with real X11 displays. Unli...") |
m (Update link to man pages) |
||
Line 13: | Line 13: | ||
== Setup == | == Setup == | ||
{{Tip|More details can be found by consulting the x11vnc [[ | {{Tip|More details can be found by consulting the x11vnc [[Alpine_Linux:FAQ#Why_don.27t_I_have_man_pages_or_where_is_the_.27man.27_command.3F|man page]]}} | ||
Start X either through your preferred Display Manager or by using the ''startx'' command. | Start X either through your preferred Display Manager or by using the ''startx'' command. | ||
<br> | <br> |
Revision as of 20:46, 20 June 2022
Warning: 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