Knowledge Base
Searching in : Software update
ID: SU02U00242
Released on: 2023-02-15
Last Update: 2023-02-16
Print this article

NoMachine 8.4.2 now available for download

Luxembourg, February 16th, 2023

NoMachine makes available updated packages for version 8 to fix some issues affecting previous releases such as misleading error message when Kerberos authentication tickets are renewed, non-working propagation of profile rules from Cloud Server to Workstation Linux, and connections to Windows nodes not working when connecting via Cloud Server. Enhancements included are support for Swedish keyboard in web sessions and the possibility to set and display profile rules via CLI using the node name with the '--node-name NAME' parameter.

This release also updates the OpenSSL component to 1.1.1t following the recent advisory published by the OpenSSL project (CVE-2023-0286, CVE-2022-4304, CVE-2023-0215 and CVE-2022-4450). Additionally, the nxhtd component is now updated to be based on httpd 2.4.55 and relies on the last version of APR libraries, apr-1.7.2 and apr-util-1.6.3, which fix a number of security issues (CVE-2022-28331, CVE-2021-35940, CVE-2022-28331 and CVE-2022-25147).

All NoMachine users are advised to update their client and server installations with this latest NoMachine release which contains the updated OpenSSL and Apache libraries.

The complete list of fixes included in this 8.4.2 release are:

TR05R09717 - A misleading error message is printed in logs when Kerberos tickets are renewed
TR02U10772 - Cannot start up snap applications within NoMachine virtual sessions on systems using cgroupsv1
TR01U10753 - Propagation of profile rules from the cloud server doesn't work if the node is a Workstation
TR01U10759 - Sudden termination of session when starting Firefox or other applications in a virtual desktop on Plasma Wayland
TR01U10755 - The NoMachine menu shows a user as connected even if such user is not connected
TR01U10754 - User cannot connect to a Windows node through the cloud server
TR02U10773 - Sudden termination of the NoMachine display agent on Fedora 36
TR02U10775 - Cannot connect disks on macOS equipped with Apple Silicon chipset


Supported Platforms

Windows 32-bit/64-bit Vista/7/8/8.1/10/11
Windows Server 2008/2012/2016/2019/2022

Mac OS X Intel 64-bit 10.9 to 10.11/macOS Intel 10.12 to 13/macOS Apple Silicon 11/12/13

Linux 32-bit and 64-bit
RHEL 6.0 to RHEL 9.x
CentOS 6.0 to CentOS 8.5
SLED 11 to SLED 15
SLES 11 to SLES 15
openSUSE 11.x to openSUSE 15.x
Fedora 10 to Fedora 37
Debian 5 to Debian 11
Ubuntu 8.04 to Ubuntu 22.04

Raspberry Pi 2/3/4 ARMv6/ARMv7/ARMv8

Important Notice

In NoMachine version 8, UPnP/NAT-PMP is disabled by default in the Free Edition. To get access to your computer over the internet, NoMachine's UPnP/NAT-PMP port mapping must be enabled by hand ('Server settings -> Ports' -> Select the service and click on Configure); or alternatively, your router can be configured with the appropriate port-forwarding rule. When port-mapping/port-forwarding is enabled, remote NoMachine connections, including connection requests from guests via the new Guest Desktop Sharing feature will be possible.

Download NoMachine Packages

You can download the latest packages suitable for your Operating System from the NoMachine Web site at the following URL:

https://www.nomachine.com/download

Customers with valid subscriptions should log in to their customer area and download the "Production version".

Automatic updates

The automatic check for updates is scheduled to check our repositories every two days.

To update the free NoMachine package:

  • - Open the NoMachine User Interface from your Programs Menu.
  • - From the Machines panel click on 'Settings', then on 'Server' and finally on 'Updates'.
  • - Then click on the 'Check now' button.

To update the NoMachine Enterprise Client immediately:

  • - Click on 'Settings', from the Player panel click 'Updates'.
  • - Then click on the 'Check now' button.

More information about the check for automatic updates is available here:

https://www.nomachine.com/AR05M00847

Manual package installation or update

Please follow the instructions to install the package or update your installation manually:

On Windows:

  • - Download and save the EXE file.
  • - Double click on the NoMachine executable file.
  • - The Setup Wizard will take you through all steps necessary for installing or updating NoMachine.

On macOS:

  • - Download and save the DMG file.
  • - Double-click on the Disk Image to open it and double-click on the NoMachine program icon.
  • - The Installer will take you through through all steps necessary for installing or updating NoMachine.

On Linux:

You can use the graphical package manager provided by your Linux distribution or update NoMachine by command line by following instructions below. If you don't have the sudo utility installed, log on as superuser ("root") and run the commands without sudo.

RPM

  • - Download and save the RPM file.
  • - Install the package by running:
    # rpm -ivh <pkgName>_<pkgVersion>_<arch>.rpm
    or
  • - Update your NoMachine installation by running:
  • # rpm -Uvh <pkgName>_<pkgVersion>_<arch>.rpm

DEB

  • - Download and save the DEB file.
  • - Install the package by running:
    $ sudo dpkg -i <pkgName>_<pkgVersion>_<arch>.deb
    or
  • - Update your NoMachine installation by running:
  • $ sudo dpkg -i <pkgName>_<pkgVersion>_<arch>.deb

TAR.GZ

  • - Download and save the TAR.GZ file.
  • - Install the package by running:
    $ cd /usr
    $ sudo tar xvzf <pkgName>_<pkgVersion>_<arch>.tar.gz
    $ sudo /usr/NX/nxserver --install
    or
  • - Update your NoMachine installation by running:
    • $ cd /usr
    • $ sudo tar xvzf <pkgName>_<pkgVersion>_<arch>.tar.gz
    • $ sudo /usr/NX/nxserver --update
  • If you are installing Enterprise Client or Node run respectively:
    • $ sudo /usr/NX/nxclient --update
    • $ sudo /usr/NX/nxnode --update

Documents

Installation and configuration guides for the NoMachine products are available at:

https://www.nomachine.com/all-documents

The NoMachine Development Team