GUI remote connection


 
Thread Tools Search this Thread
Operating Systems Linux GUI remote connection
# 1  
Old 08-12-2008
Bug GUI remote connection

Hello,
I need a tool for remote GUI connection to Linux machine ,something like remote Desktop in windows?????any help

Thanks in advance
# 2  
Old 08-12-2008
VNC, tsclient, RFB -- google along those lines. VNC is probably the most popular.
# 3  
Old 08-12-2008
in kde, you have a remote desktop client and server
krd or similar
# 4  
Old 08-12-2008
X windows

One thing you should realise is that unlike Microsoft windows, in X windows the windows "server" is like a service so it is easier to remotely display things. You may just need an xwindows server on you desktop. I prefer to use cygwin with X windows installed and just ssh to the Unix machine with X forwarding enabled.
If you really need the full desktop VNC is pretty easy to use. Most linux boxes will have the vncserver installed and there are a few free clients. Here's one RealVNC - VNC feature comparison and download selector.
# 5  
Old 08-20-2008
I think VNC is the most suitable one
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Debian

Launch remote gui apps in remote hosts

Hi, I've been looking for a way to execute a console program (is in windows but by now I accept the linux way) from a linux machine, but this program has to be opened in the remote side. Linux machine acts only as a "signaling" host. My program has to open the camera in the remote side, but only... (7 Replies)
Discussion started by: zauberberg
7 Replies

2. Solaris

Remote Access using GUI from one Solaris to another one

hi gyus, i'm trying to login trough GUI (using login screen, instead to login to locahost I login to remote host) from on Solaris 10 to another one. You know, I see the remote host in the host list, but It's not possible to login since the screen keeps black and after that get back to the former... (3 Replies)
Discussion started by: daninx
3 Replies

3. UNIX for Dummies Questions & Answers

ssh to see remote desktop gui

Hey, how do I access the desktop gui for a remote fedora box? $ ssh user@ip $ xinit Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. Thanks (1 Reply)
Discussion started by: JustinT
1 Replies

4. UNIX for Dummies Questions & Answers

Remote connection to HP-UX from Linux, GUI issues.

Not sure if that's the best thread title... anyway, working remotely on a HP-UX machine I often need a GUI window when executing remote software installs, and for this I use Cygwin/X on my Windows laptop which works perfectly. Connect via telnet, set DISPLAY, run installer, GUI appears locally -... (3 Replies)
Discussion started by: stefcha
3 Replies

5. UNIX for Dummies Questions & Answers

Connection problem with gui java program to postgreaql database using unix

Having problem in connecting my gui java program to postgreaql database. I first used setenv classpath /home/share/postgresql/java/postgresql.jar:proj1, where proj1 is my folder conatining all java and class file, to set classpath. Then javac *.java. Then java proj1.Login. It gives me... (2 Replies)
Discussion started by: uci
2 Replies

6. UNIX for Dummies Questions & Answers

Red Hat 7.2 GUI not loading & Connection issue

Please Help Let me start off by saying that I am a total idiot when it comes to unix. Please, if you would care to reply keep this in mind. Thank you. I have been attempting to get my unix machine online to no avail. I have the rest of the house networked with 3 other windows machines into a... (1 Reply)
Discussion started by: kmer
1 Replies
Login or Register to Ask a Question