PDA

View Full Version : [ubuntu] VNC Questions



pittmantechno
August 4th, 2010, 05:35 PM
Hello !

I have a few Ubuntu Server's and Desktops, And i would like to be able to VNC into them more effectively.

From what I can tell it is not possible to start a VNC session, unless the system has been physically logged in to a User's Desktop environment.

in other words, if the computer is sitting at the login screen - I am unable to Remote control it.

So I have to physically go to the machine and log in to the desktop environment, then go back to my computer for VNC connection to it - lot of running around ( putting a damper on my experiments =)
total pain in the **** if I ever need to restart.

dose anyone know a way around this problem ?

I am quite a bit more Mac savvy - so forgive me if this is a silly question

Zorgoth
August 4th, 2010, 06:08 PM
I think you should be able to ssh in and run the command
'vncserver' -

If you need to configure any graphical stuff, you can use ssh -X as well as VNC - more secure, but you will have to use screen or & to keep something running after you quit your ssh session.

(and VNC is for sissies - ssh + screen ftw!)

kr651129
August 4th, 2010, 07:55 PM
I think you should be able to ssh in and run the command
'vncserver' -

If you need to configure any graphical stuff, you can use ssh -X as well as VNC - more secure, but you will have to use screen or & to keep something running after you quit your ssh session.

(and VNC is for sissies - ssh + screen ftw!)

Don't forget it you are going to do that to make sure you have the ssh server daemon up and running on your server and that the firewall isnt blocking it

pipemartinm
August 5th, 2010, 05:03 AM
Follow the instructions here: http://ubuntuforums.org/showthread.php?t=122402&page=61

raysolomon
August 6th, 2010, 08:04 AM
Or... use NoMachine NX instead of VNC
I found it to be quite better than vnc

http://ubuntuforums.org/showthread.php?t=1546856