I was trying to connect to my NVDIA Jetson Nano (server) for headless operation from Windows 11 PC (client). The NVIDIA Jetson Nano run on Ubuntu 18.04.6 LTS. Both the Jetson Nano and my Windows are using free version NoMachine v.8.16. However, this error below occurred whenever I try to connect:
The session negotiation failed. Error: Cannot create a new display, please contact your system administrator
Here are the previous installation steps that I have done following the instruction shown in this article https://kb.nomachine.com/AR02R01074
wget https://www.nomachine.com/free/arm/v8/deb -O nomachine.deb ls sudo dpkg -i nomachine.deb sudo systemctl set-default multi-user.target sudo /usr/NX/bin/nxserver --restart
Some approaches I have tried to tackle the issue include: 1. Uninstall NoMachine, sudo apt update, and re-install NoMachine again 2. Change desktop environment to XFCE by:
sudo apt install xfce4 sudo systemctl set-default multi-user.target sudo /usr/NX/bin/nxserver --restart
Editing the configuration file using: sudo subl /usr/NX/etc/node.cfg change line to following: DefaultDesktopCommand "/usr/bin/startxfce4"
After all of these approaches, the issue is still persist.