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

x0vncserver — TigerVNC Server for X displays. More information: <https://tigervnc.org/doc/x0vncserver.html>.

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

Problem

How to use the x0vncserver command: TigerVNC Server for X displays. More information: <https://tigervnc.org/doc/x0vncserver.html>.

Solution

x0vncserver — TigerVNC Server for X displays. More information: <https://tigervnc.org/doc/x0vncserver.html>.

Start a VNC server using a passwordfile:
x0vncserver -display {{:0}} -passwordfile {{path/to/file}}


Start a VNC server using a specific port:
x0vncserver -display {{:0}} -rfbport {{port}}

Code Snippets

Start a VNC server using a passwordfile

x0vncserver -display {{:0}} -passwordfile {{path/to/file}}

Start a VNC server using a specific port

x0vncserver -display {{:0}} -rfbport {{port}}

Context

tldr-pages: linux/x0vncserver

Revisions (0)

No revisions yet.