What you need to do to get nxserver and client up and running on fedora 6,7,8 (2/29/08) ================================================================ 1. Login as root on your server 2. Get the server and other needed files: yum install freenx 3. Make a minor change to the nxserver config file: cd /etc/nxserver cp node.conf.sample node.conf vi node.conf // or use nano node.conf //***** change the following two setting: ENABLE_USERMODE_AUTHENTICATION="0" ENABLE_SSH_AUTHENTICATION="1" 4. Add nx to your path: PATH=$PATH:/usr/libexec/nx 5. Setup the nx and nxserver documents and do the nx setup: cd /usr/share/doc/freenx-0.7.1 ./nxsetup --install // Do you want to use your own custom KeyPair? [y/N] --- type "N" 6. Start the nxserver: /usr/libexec/nx/nxserver --start reboot // probably not needed but always a good idea after communication install //==== Were done with the nxserver install, now on to the client for your PC, MAC, etc.==== Available clients are for the following OSs: Windows, Linux, Mac OSX and Solaris The client is available from the follwing site: http://www.nomachine.com/download.php *** I have local copies for linux and setup info on this page... http://tinyRealm.com/nxserver.php