Here is a step-by-step guide to connect remotely to a Linux desktop using VNC (Remmina) on another Linux machine:
-
Install Remmina: On the client machine, open a terminal and run the following command to install Remmina:
sudo apt-get install remmina -
Configure Remmina: After installation, open Remmina. Click on
File>New Profileto create a new profile. -
Enter VNC Server Details: In the
Generaltab, enter the following details:Name: Give a name to the profile (e.g., My VNC Server)Server: Enter the IP address or hostname of the VNC server machineDisplay: Enter the display number of the VNC server (e.g., :1)
-
Select VNC Protocol: In the
Securitytab, select the VNC protocol used by the VNC server. If unsure, tryVNC (Tight)orVNC (Tight) over SSH. -
Enter Login Credentials: In the
Sessiontab, enter the following details:Username: Enter the username to log in to the VNC serverPassword: Enter the password for the username
-
Save and Connect: Click on
Saveto save the profile. Now, click onConnectto connect to the VNC server. -
Accept Connection: On the VNC server machine, you should see a notification asking if you want to allow the connection. Click
Allowto grant access.
Reference(s):