vote up 0 vote down star

I am looking for something like logmein but my target machine is Ubuntu 8.04.

I.e. I want to easily log in from any place in the internet to my ubuntu machine.

flag

45% accept rate

2 Answers

vote up 1 vote down

One alternative to LogMeIn is TightVNC:

TightVNC is a free remote control software package. With TightVNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is:

  • free for both personal and commercial usage, with full source code available (GPL-licensed);
  • useful in remote administration, remote customer support, education, and for many other purposes;
  • cross-platform, available for Windows and Unix, compatible with other VNC software.

It's not as convenient as LogMeIn, since you need the target PCs IP address, but it's good enough in most cirmcumstances.

link|flag
or any VNC client will work as well. note the VNC server software to use depends on what you want -- just a login on the remote server (Xvnc/vncserver/tightvncserver), or connecting/controlling an existing X session (x11vnc, vino, etc). – ~quack Nov 18 at 10:36
@~quack You're right, basically any VNC client should work. It's a universal solution; I use VNC to connect from an iPod Touch to a PC running Windows 7. – alex Nov 18 at 11:09
vote up 1 vote down

For command line you could use ssh or putty depending on whether you are logging in from a Linux or Windows machine.

For a graphical login I use TightVNC or even Windows' Remote Desktop (this will need the server installing on the Ubuntu, I would imagine that the servers for the other protocols are part of the standard install).

link|flag
maybe for server installs. ubuntu desktop supplies Vino for VNC capability, but doesn't include ssh-server in a default install. – ~quack Nov 18 at 10:40

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.