From 7813123d4d5f61ff932089b655fdc6bb4c0ee936 Mon Sep 17 00:00:00 2001 From: funwaa <56044926+funwaa@users.noreply.github.com> Date: Fri, 27 Nov 2020 02:04:01 +0100 Subject: [PATCH] x0vncserver: add page (#4478) --- pages/linux/x0vncserver.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/x0vncserver.md diff --git a/pages/linux/x0vncserver.md b/pages/linux/x0vncserver.md new file mode 100644 index 000000000..f9c1ac7d6 --- /dev/null +++ b/pages/linux/x0vncserver.md @@ -0,0 +1,12 @@ +# x0vncserver + +> TigerVNC Server for X displays. +> More information: . + +- 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}}`