Link to home
Start Free TrialLog in
Avatar of hqtrung
hqtrung

asked on

X Server on a monitor less system.

Hi,
Can I install X Server for using User Interface on a monitor less system remotely (it's a dedicated box in DC) ? I'm running Redhat Fedora 1. How can I do it ?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of fulp02
fulp02

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Installing VNC server on the server would be another option.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sumpi
sumpi

just install the server on that system
then login by using ssh -X username@host
(X11Forwarding has to be set to yes on the remote side)

if you want to trigger any application just type the command. If you still want to use your shell, add an &
e.g.: ssh -X sumpi@shuriken
sumpi@shuriken:~$ mozilla &

after that, mozilla is started on my local XServer and I work on the remote machine...

hth
sSmpis solution is good, I would ust add that this can work eve if ou use Windows, grab yourself a copy of cygwin http://www.cygwin.com/ configure it up ssh to the remote computer using the -X extention
Avatar of hqtrung

ASKER

Thanks for all of your reply. My problem is I don't know how to setup XFree86 on RH FC1.
Please help .
Well as you only need a very genric configuration to start with try running

XFree86 -configure