Skip to content

Latest commit

History

History
19 lines (10 loc) 路 485 Bytes

vncviewer.md

File metadata and controls

19 lines (10 loc) 路 485 Bytes

vncviewer

Launches a VNC (Virtual Network Computing) client.

  • Launch a VNC client which connects to a host on a given display:

vncviewer {{host}}:{{display_number}}

  • Launch in full-screen mode:

vncviewer -FullScreen {{host}}:{{display_number}}

  • Launch a VNC client with a specific screen geometry:

vncviewer --geometry {{width}}x{{height}} {{host}}:{{display_number}}

  • Launch a VNC client which connects to a host on a given port:

vncviewer {{host}}::{{port}}