1. Server Side
1.1 installation
First, you need to install the NX package on Linux. I am doing a test on centos6x. Run the following command to install the package.
$ Sudo Yum install NX freenx
1.2 Initialization
First switch to the root user, and then run the following command to initialize nxserver
#/Usr/bin/nxsetup -- install
1.3 Configuration
After initialization, modify the/etc/nxserver/node. conf file
# Enable_passdb_authentication = "0"
Change
Enable_passdb_authentication = "1"
1.4 start the service
$ Sudo/etc/init. d/freenx-server restart
2. Client installation and configuration
2.1 first download from http://nomachine.com/. here I download 3.520.nx Client for Windows.
2.2 refer to http://www.kernelhardware.org/how-to-setup-freenx/to configure NX Client for Windows.
Replace the key with the content in the/etc/nxserver/client. id_dsa.key file on the server.
2.3 After configuration, you can use the client to connect to the NX server.
Reference: http://www.kernelhardware.org/how-to-setup-freenx/