

The session parameter defines the session you want to access, and the geometry parameter adds the resolution of the VNC desktop. $ vim ~/.vnc/configĪdd the following configuration to it. Here, we will configure TigerVNC to access Gnome using the user configuration settings from the ~/.vnc/config file. If you are adding another user, just switch to the user and add the vnc password with the vncpasswd command. rw- 1 tecmint tecmint 8 Jul 14 21:33 passwd You can check the password file is created, by using the following command. vnc” directory under the user’s home directory with a passwd file inside it. The above command asks you to supply a password twice and creates the “. Note: This password is for accessing VNC remote desktop, and the password we created in step 3 is for accessing the SSH session. $ sudo useradd tecmintįirst, switch to the user using ( su – tecmint) and run ‘ vncpasswd‘ to set the VNC password for the user. For example, I’ve used “ tecmint” as a user, you can choose your own username.
Tigervnc fedora install#
$ sudo apt install tightvncserver Ĭreate a normal user, that will be used to connect to a remote desktop. $ sudo yum -y install tigervnc-server xorg-x11-fonts-Type1 To install, use the following yum command as shown below. TightVNC is a remote desktop control software that enables us to connect to remote desktops. $ sudo dnf groupinstall "Server with GUI" Therefore, you need to install a GUI ( Graphical User Interface) called GNOME or XFCE desktop which works very well on remote VNC access. If you’ve installed a minimal version of the operating system, which gives only a command-line interface not GUI. Step 1: Installing the Desktop Environment
Tigervnc fedora how to#
This article demonstrates how to install VNC Server using TightVNC a much-enhanced version of an older VNC program, with remote desktop access on RHEL-based Linux distributions and Debian-based distros. The server transmits a duplicate display of a remote computer to the viewer. To use VNC you must have a TCP/IP connection and a VNC viewer client to connect to a computer running the VNC server component. This means a normal Windows-based user can interact with Linux based system without any hazel.

It is independent and is compatible with Windows and Unix/Linux. VNC is an open-source application created in the late 1990s. It helps administrators and technical staff to manage their servers and desktops without being to the same location physically. Keyboard and mouse clicks can easily transmit from one computer to another. Virtual Networking Computing ( VNC) is a kind of remote sharing system that makes it possible to take control of any other computer connected to the internet.
