Remote Desktop into Ubuntu from Laptop

0

I was wondering what I need to do to be able to access my desktop through remote desktop from my laptop.

They are both running Ubuntu and are using the same internet connection. I do not have a static IP. I don't know if I need to set up a home network to be able to do that.

user15187

Posted 2009-10-23T17:10:48.213

Reputation:

Answers

2

In Ubuntu "Main Menu" there is smth like System -> Preferences -> Remote Desktop . There you can check the box saying that remote connections are allowed, put password etc.

I use such remote desktop over VNC protocol from Windows machine, but I believe it's even easier to access it from other Linux machine.

contexte

Posted 2009-10-23T17:10:48.213

Reputation:

1

If you have X11 forwarding configured, don't mind starting a new session, and know the host/machine name then it should be easy.

ssh -X machinename
gnome-panel

X tunnels tend to be fast as heck over a local network. For remote connections you will notice a noticeable speed decrease.

Also there is vino (a vnc server) included with gnome, which takes just a few moments to configure. I don't have an install available to me ATM but I believe it was in the preferences under remote access or something.

Matt

Posted 2009-10-23T17:10:48.213

Reputation: 329

You can also run vino-preferences if you're too lazy to look through the menus, like me :) – ephemient – 2009-10-23T17:27:03.517

Thanks for the response. I will try that. I was hoping to have access to both my laptop & the remote session so the VNC option seems better. – None – 2009-10-23T17:29:07.177

if both are running ubuntu, and you don't need the full remote desktop, you could easily run individual programs and have them display on the laptop's Xserver. that's what this solution does: you get the laptop's main session, and the remote apps aren't confined to a VNC client window. what you don't get is the desktop's main session. – quack quixote – 2009-10-23T18:30:33.117

1

Any VNC server will do.

Also, FreeNX.

antik

Posted 2009-10-23T17:10:48.213

Reputation: 269

depends on whether you want to access an existing desktop session or not. RealVNC & TightVNC server can't; x11vnc or vino can. – quack quixote – 2009-10-23T18:02:37.697