System Grab Bag

View all TLDR pages from Linux (or from all pages)

vncviewer

Launches a VNC (Virtual Network Computing) client. More information: https://manned.org/vncviewer.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.