{"id":10498,"date":"2021-09-22T20:29:54","date_gmt":"2021-09-22T17:29:54","guid":{"rendered":"https:\/\/kifarunix.com\/?p=10498"},"modified":"2024-03-18T13:51:41","modified_gmt":"2024-03-18T10:51:41","slug":"install-nomachine-on-kali-linux-2021","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-nomachine-on-kali-linux-2021\/","title":{"rendered":"Install NoMachine on Kali Linux"},"content":{"rendered":"\n

In this tutorial you will learn how to install NoMachine on Kali Linux 2021. NoMachine is a remote desktop tool. It works just like VNC, TeamViewer etc.<\/p>\n\n\n\n

It is designed to work across several platforms such as Windows, Mac and Linux to give users access to the physical desktop of the remote computer. NoMachine provides the best, fastest and highest quality remote desktop experience.<\/p>\n\n\n\n

Read more about the features of NoMachine on NoMachine page<\/a>.<\/p>\n\n\n\n

Note that NoMachine works in a client-server architecture. With this architecture, you need to install it on both remote desktop systems you need to access (Server) as well as on the desktop system you are connecting to the remote desktop from (client)<\/strong>.<\/p>\n\n\n\n

Installing NoMachine on Kali Linux<\/h2>\n\n\n\n

Download NoMachine Installation Package<\/h3>\n\n\n\n

Confirm your Kali Linux system architecture type, use hostnamectl<\/code> or uname -m<\/code> command;<\/p>\n\n\n\n

hostnamectl<\/code><\/pre>\n\n\n\n
   Static hostname: kali-2021-3\n         Icon name: computer-vm\n           Chassis: vm\n        Machine ID: 8e1b9fdbe3d44b20a808b6c773bf76cf\n           Boot ID: cead60590d644e8aa822953449e2e460\n    Virtualization: oracle\n  Operating System: Kali GNU\/Linux Rolling\n            Kernel: Linux 5.10.0-kali9-amd64\n      Architecture: x86-64<\/strong>\n<\/code><\/pre>\n\n\n\n

or<\/p>\n\n\n\n

uname -m<\/code><\/pre>\n\n\n\n
x86_64<\/code><\/pre>\n\n\n\n

Next, download the NoMachine DEB binary package from NoMachine For Linux Downloads page<\/a> for your respective Kali Linux 2021 system architecture.<\/p>\n\n\n\n

In our case, we will download the DEB binary package for the 64-bit Kali Linux system.<\/p>\n\n\n\n

You can use command line to download the binary. Just get the download link of the current version of NoMachine from the downloads page.<\/p>\n\n\n\n

wget https:\/\/download.nomachine.com\/download\/7.6\/Linux\/nomachine_7.6.2_4_amd64.deb<\/code><\/pre>\n\n\n\n

Installing NoMachine on Kali Linux<\/h3>\n\n\n\n

Next, run the command below to install NoMachine.<\/p>\n\n\n\n

apt install .\/nomachine_7.6.2_4_amd64.deb<\/code><\/pre>\n\n\n\n
\n...\nPreparing to unpack ...\/nomachine_7.6.2_4_amd64.deb ...\nUnpacking nomachine (7.6.2-4) ...\nSetting up nomachine (7.6.2-4) ...\nNX> 700 Starting install at: Tue Sep 21 23:53:52 2021.\nNX> 700 Installing: nxclient version: 7.6.2.\nNX> 700 Using installation profile: Debian.\nNX> 700 Install log is: \/usr\/NX\/var\/log\/nxinstall.log.\nNX> 700 Compiling the USB module.\nNX> 700 Installing: nxplayer version: 7.6.2.\nNX> 700 Using installation profile: Debian.\nNX> 700 Install log is: \/usr\/NX\/var\/log\/nxinstall.log.\nNX> 700 To connect the remote printer to the local desktop,\nNX> 700 the user account must be a member of the CUPS System Group..\nNX> 700 Player install completed with warnings.\nNX> 700 Please review the install log for details.\nNX> 700 Installing: nxnode version: 7.6.2.\nNX> 700 Using installation profile: Debian.\nNX> 700 Install log is: \/usr\/NX\/var\/log\/nxinstall.log.\nNX> 700 Creating configuration in: \/usr\/NX\/etc\/node.cfg.\nNX> 700 Displaying file: \/usr\/NX\/share\/documents\/node\/cups-info\n\n  CUPS Printing Backend\n\n  The  NoMachine Node  setup procedure could not detect your\n  CUPS installation: either  CUPS  is not installed on  your\n  system or it was installed in a non-standard path. CUPS is\n  needed  in order to  enable  printing  support  in your NX\n  system.\n  Please note that you can enable  printing support for your\n  NX system at any time; to do this make sure  that you have\n  CUPS installed then run:\n\n    \/usr\/NX\/scripts\/setup\/nxnode --printingsetup \n\n  to specify the location of the CUPS root path.\n\nNX> 700 Node install completed with warnings.\nNX> 700 Please review the install log for details.\nNX> 700 Installing: nxserver version: 7.6.2.\nNX> 700 Using installation profile: Debian.\nNX> 700 Install log is: \/usr\/NX\/var\/log\/nxinstall.log.\nNX> 700 Creating configuration in: \/usr\/NX\/etc\/server.cfg.\nNX> 700 Install completed at: Tue Sep 21 23:54:17 2021.\nNX> 700 NoMachine was configured to run the following services:\nNX> 700 NX service on port: 4000\n<\/code><\/pre>\n\n\n\n

Running NoMachine on Kali Linux<\/h3>\n\n\n\n

You should now be able to see the !M icon<\/strong> on the system tray as well being listed among the available system packages.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Configure NoMachine on Kali Linux 2021<\/h3>\n\n\n\n

NoMachine runs as a server or a client.<\/p>\n\n\n\n

To access the NoMachine settings:<\/p>\n\n\n\n