Remote Desktop on Ubuntu

Many softwares can be used to perform Remote Desktop on Ubuntu. One of the best software is NomachineNX. You can see the details of this project by clicking this link, this software is  very interesting since allowing multisession login with different IDs.

NoMachineNX server can be remote controlled from Mac OS, Solaris and Windows. The servers are available for Linux (.rpm .deb and .tar.gz), Solaris. While the clients are available on Linux, Mac OS, Solaris and Windows.

The installation process is very handy. just click the installer. After the installation process finished, you should see whether NXServer already running or not? by executing command below:

sudo /usr/NX/bin/nxserver --status 

The output will be like this:

NX> 900 Connecting to server .. NX> 110 NX Server is running. 	 NX> 999 Bye. 

Change the configuration of server.cvg by editing the file below using Gedit or Vim.

/usr/NX/etc/server.cfg 

Remove comment characters (#) in front of these lines:

ENABLEAUTOKILLSESSIONS = \"1\" ENABLEUNENCRYPTEDSESSION = \"0\" 

Also edit /usr/NX/etc/node.cfg Remove comment characters (#) in front of this line:

ENABLEUNENCRYPTEDSESSION = \"0\" 

After this, your Ubuntu PC could be remote controlled from other PCs which use Linux, Mac OS, Solaris, and Windwos. To execute NXCLient from Ubuntu, you could execute:

/usr/NX/bin/nxlient 

The download links are:

NX Desktop Server DEB
Dowload NX Desktop Server ,DEB for Debian/Ubuntu
NX Node DEB
Dowload NX Node .DEB for Debian/Ubuntu
NX Client
Download NX Client

Google
 

Leave a Reply

457 views