x11vnc

A VNC server that will enable VNC on an existing display server. By default, the server will automatically terminate once all clients disconnect from it. More information: <https://manned.org/x11vnc>.

Debian Debian
RUN apt-get update && \ apt-get install -y x11vnc
Ubuntu
RUN apt-get update && \ apt-get install -y x11vnc
Alpine
RUN apk add x11vnc
Arch Arch Linux
RUN pacman -S --noconfirm x11vnc
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y x11vnc
Fedora
RUN dnf install -y x11vnc
Raspbian
RUN apt-get update && \ apt-get install -y x11vnc
click the source code to copy install x11vnc on any operating system with command-not-found.com