vncserver

Launches a VNC (Virtual Network Computing) desktop. More information: <https://manned.org/vncserver.1x>.

Install

All systems
curl cmd.cat/vncserver.sh
Arch Arch Linux
pacman -S tigervnc
CentOS
yum install tigervnc-server
Fedora
dnf install tigervnc-server

Launches a VNC (Virtual Network Computing) desktop. More information: <https://manned.org/vncserver.1x>.

  • Launch a VNC Server on next available display:
    vncserver
  • Launch a VNC Server with specific screen geometry:
    vncserver --geometry widthxheight
  • Kill an instance of VNC Server running on a specific display:
    vncserver --kill :display_number

© tl;dr; authors and contributors