logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VNC Viewer - Control Remote Desktops | Online Free DevTools by Hexmos

Control remote Linux desktops with VNC Viewer. Access graphical interfaces remotely and manage servers easily. Free online tool, no registration required.

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}}

See Also