Install and configure NX server
1. Install
- Get the download package information.
- Go to NoMachine download website: http://www.nomachine.com/download.php -> use "NX Free Edition for Linux" --> NX Free Edition for Linux DEB - i386 -> get the links for NX Client, NX node, NX server (all of them).
- Download files: (Run the following commands under software/nxdownloads)
- Install all the packages (Note: order is very important)
- sudo dpkg -i nxclient_3.3.0-6_i386.deb
- sudo dpkg -i nxnode_3.3.0-17_i386.deb
- sudo dpkg -i nxserver_3.3.0-22_i386.deb
- Start the server
- sudo /usr/NX/bin/nxserver --start
- Reference: http://www.bradshawenterprises.com/blog/2007/installing-nomachine-nx-on-any-modern-linux-including-ubuntu-710/
2. Add users who can access the server using NX client (in other computer)
- Add new users to the configuration file: /usr/NX/etc/users.db
- Note: the free version only supports two NX clients users at the same time.
- Restart the server: sudo /usr/NX/bin/nxserver --restart
- Test whether you can login using NX client from another remote computer
3. Files
- Configuration file: /usr/NX/etc/users.db
4. Commands
- /usr/NX/bin/nxserver --stop
- /usr/NX/bin/nxserver --start
- /usr/NX/bin/nxserver --restart
Labels