X11vnc: Difference between revisions

From Alpine Linux
(use proper warning)
(use pkg and cmd template)
Line 10: Line 10:


== Installation ==
== Installation ==
Install the [https://pkgs.alpinelinux.org/packages?name=x11vnc x11vnc] package from the community repository
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:


x11vnc -display :0</code>
{{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.
(Last edited by Sertonix on 25 Aug 2023.)


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

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