Ubuntu – How to configure Remmina for VNC desktop sharing

12.04remminavnc

I'm trying to connect two PCs for desktop sharing, I was able to set up ssh shell and file sharing but I failed to connect to VNC server.

There are additional packages that I need to install on my machines?

And how should I fill this dialog:

enter image description here

Best Answer

To use VNC, you must have a VNC server installed and running on the machine.

sudo aptitude install vnc4server 

Follow the instructions

You will require a password to access your desktops.

Password:
Verify:
Password too long - only the first 8 characters will be used
xauth:  creating new authority file /home/server/.Xauthority

New 'server:1 (root)' desktop is server:1

Creating default startup script /home/server/.vnc/xstartup
Starting applications specified in /home/server/.vnc/xstartup
Log file is /home/media/.vnc/media:1.log

Now you can connect to this machine using Remmina on the other machine.

Reference: Install VNC Server and VNC Client on Ubuntu

Related Question