LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

x0vncserver

Share existing X display over VNC

TLDR

Start with passwordfile
$ x0vncserver -display :0 -passwordfile [path/to/file]
copy
Start on specific port
$ x0vncserver -display :0 -rfbport [port]
copy

SYNOPSIS

x0vncserver [OPTIONS]

DESCRIPTION

x0vncserver is a TigerVNC server that shares an existing X display over VNC. Unlike vncserver which creates a new virtual display, x0vncserver shares the physical display.This allows remote access to the actual screen being displayed on the monitor.

PARAMETERS

-display DISPLAY

X display to share
-passwordfile FILE
Password file for authentication
-rfbport PORT
VNC port to listen on
-SecurityTypes TYPES
Comma-separated list of accepted security types (e.g. `VncAuth,Plain`).
-Geometry WxH+X+Y
Limit the shared region to a subrectangle of the display.
-Log DEST:LEVEL
Configure logging (e.g. `stderr:100`, `*:stderr:30`).
-SendCutText / -AcceptCutText
Enable/disable clipboard forwarding between server and client.
-QueryConnect
Prompt the local user before accepting each incoming connection.

INSTALL

sudo dnf install tigervnc
copy
sudo pacman -S tigervnc
copy
sudo apk add tigervnc
copy
sudo zypper install tigervnc
copy
nix profile install nixpkgs#tigervnc
copy

CAVEATS

Requires X11 display. Password must be set using vncpasswd. Security depends on network configuration. Consider SSH tunneling for secure access.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid