Results 1 to 10 of 12
Is their a program out there that I can do remote admin like on Putty but instead of using the command line, using X-Windows?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-02-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- MO, USA
- Posts
- 34
Remote Admin with gui
Is their a program out there that I can do remote admin like on Putty but instead of using the command line, using X-Windows?
- 08-02-2004 #2
What about something like linuxconf (the old tool that come with redhat) and VNC? There's a VNC howto in the howto section of the forum, linuxconf shouldn't be too hard to set up.
- 08-02-2004 #3Linux Newbie
- Join Date
- Jul 2004
- Location
- www.syracuse.com
- Posts
- 119
there is webmin. but this doesn't do admin stuff through x though, it uses a web server. but it is nice since you can do stuff easily anywhere as long as you have a web browser on your computer. it is based on perl, and supports secure connections. www.webmin.net i think.
- 08-02-2004 #4
VNC is more or less the standard for GUI remote admin, even M$ has quasi accepted it. kde has support for it built in. There is a web interface if you run realVNC, but as VNC is not secure inherently, i just use it over local netoworks. But ssh will forward x11 packets remotely, just add the flag -X
ie
Code:ssh -X qub333@igloo.com
- 08-02-2004 #5Just Joined!
- Join Date
- Jul 2004
- Location
- MO, USA
- Posts
- 34
so i tried the VNC but when i try to start X-Win it has errors starting up office tools. I think I might have better luck with gnome or kde whichever I dont care, how do i install them?
- 08-02-2004 #6
- 08-02-2004 #7Just Joined!
- Join Date
- Jul 2004
- Location
- MO, USA
- Posts
- 34
i am using realVNC
- 08-02-2004 #8
- 08-02-2004 #9Just Joined!
- Join Date
- Jul 2004
- Location
- MO, USA
- Posts
- 34
this all started from me wanting to make my rh box file server on my workgroup. I figured if i could remote admin with a gui it would be easier than command line
- 08-02-2004 #10
ok, steps
1) Install real VNC server+viewer on both RH machine and client
2)Open up viewer on client and type in <serversip>:5900
3) Enter password (if prompted)
4) Remote away
---
Point to be made, the command line is a far more powerful admin tool, consider learning more about it, it makes remote access over the internet much easier. (bandwidth issues normaly with GUI)


Reply With Quote
