tigervnc
TLDR
Connect to VNC server
SYNOPSIS
vncviewer [options] [host][:display]
vncviewer [options] [host][::port]
vncviewer [options] -listen [port]
DESCRIPTION
TigerVNC (vncviewer) is a VNC client for connecting to remote desktops. It displays the graphical desktop of a remote VNC server and allows interaction via keyboard and mouse.
The viewer supports multiple encodings optimized for different network conditions: Tight encoding with JPEG compression for low bandwidth, and raw or hextile for local networks. Automatic encoding selection adapts to connection quality.
Security features include TLS encryption and various authentication methods. The -via option provides SSH tunneling for secure connections through untrusted networks.
TigerVNC can also act as a reverse-connection client using -listen mode, where the server initiates the connection to the viewer.
PARAMETERS
-FullScreen
Start in fullscreen mode.-FullScreenAllMonitors
Use all monitors in fullscreen.-Maximize
Maximize viewer window.-ViewOnly
Disable keyboard and mouse input.-Shared
Share desktop with existing connections.-listen port
Listen for reverse connections (default: 5500).-via gateway
Tunnel through SSH gateway.-passwd file
Password file location.-geometry WxH+X+Y
Initial window position and size.-PreferredEncoding encoding
Encoding: Tight, ZRLE, hextile, raw.-QualityLevel n
JPEG quality (0-9, default: 8).-CompressLevel n
Compression level (0-6, default: 2).-NoJPEG
Disable JPEG compression.-AutoSelect
Auto-select encoding and format.-AcceptClipboard
Accept clipboard from server.-SendClipboard
Send clipboard to server.-X509CA file
CA certificate for TLS.-Log config
Debug logging configuration.-h
Display help.
CAVEATS
Display numbers start at 0 (port 5900). Double-colon specifies raw port number. Some features require server support. Full-screen mode exit may need platform-specific key combinations.
HISTORY
TigerVNC is a fork of TightVNC, focused on performance and security improvements. It originated from the VNC (Virtual Network Computing) technology developed at Olivetti Research Laboratory in the late 1990s. TigerVNC is widely used in enterprise environments and Linux distributions.


