HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bvnc — A GUI tool for browsing for SSH/VNC servers on the local network. See also: `bssh`, `bshell`. More i

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclitoolbvncbrowsingforgui

Problem

How to use the bvnc command: A GUI tool for browsing for SSH/VNC servers on the local network. See also: bssh, bshell. More information: <https://manned.org/bvnc>.

Solution

bvnc — A GUI tool for browsing for SSH/VNC servers on the local network. See also: bssh, bshell. More information: <https://manned.org/bvnc>.

Browse for VNC servers:
bvnc


Browse for SSH servers:
bvnc --ssh


Browse for both VNC and SSH servers:
bvnc --shell


Browse for VNC servers in a specified domain:
bvnc --domain {{domain}}

Code Snippets

Browse for VNC servers

bvnc

Browse for SSH servers

bvnc --ssh

Browse for both VNC and SSH servers

bvnc --shell

Browse for VNC servers in a specified domain

bvnc --domain {{domain}}

Context

tldr-pages: common/bvnc

Revisions (0)

No revisions yet.