NoMachine NX Server Installation

From SlackWiki
Revision as of 02:42, 20 October 2011 by Natex (talk | contribs)
Jump to navigation Jump to search


Introduction

The purpose of this article is help the user quickly get NX Server installed on a Slackware machine. The installation will use the compressed tar packages (version 3.5.X.TAR.GZ) from http://www.nomachine.com. The tutorial only applies to NoMachine's NX server implementation (free edition) and does not apply to Freenx. Instructions for installing Freenx can be found here.

What is NX?

An introduction to NX can be found at http://www.nomachine.com/documents/getting-started.php

Slackware Requirements

According to NoMachine, there are three required packages for a working installation on Linux.

  • nxclient
  • nxnode
  • nxserver

No other dependencies are required to install NX Server. However, sshd must already be running on the server and configured properly. The client machine must be able to connect to the server via ssh.

NX Installation

The following steps must be performed with root priviledges.

  1. Obtain the nxserver, nxnode, and nxclient (compressed tar) packages from http://www.nomachine.com/select-package.php?os=linux&id=1.
  2. Change to the /usr directory.

    # cd /usr

  3. Extract each of the three packages.

    # tar zxvf nxclient-3.5.X.tar.gz

    # tar zxvf nxnode-3.5.X.tar.gz

    #tar zxvf nxserver-3.5.X.tar.gz

Installation Connect