Forum Replies Created
-
AuthorPosts
-
Britgirl
KeymasterIndeed NoMachine’s built-in 2FA will be in version 9. We are late with delivering NoMachine 9, we know, but it’s coming 🙂
To use your own 2FA, you need to first enable 2FA in PAM.
1) open a terminal on the Mac server side
2) make a back up sudo cp /etc/pam.d/nx /etc/pam.d/nx-ori
3) then run sudo cp /etc/pam.d/sshd /etc/pam.d/nx (to enable 2fa in PAM)
4) start a NoMachine connection (no need to set anything in the Edit – Authentication section of your connection)
5) you will then be prompted for the password and code.Let us know how you get on.
February 9, 2024 at 12:01 in reply to: Nxserver Error: Authentication….failed. Error is ‘Wrong password or login’. #46985Britgirl
KeymasterIt could be a problem with your permissions. Take a look at this topic https://forum.nomachine.com/topic/authentication-failed-with-error-7.
Britgirl
KeymasterOur own 2FA functionality will be made available with the next major release, version 9. Can I ask what authentication app you are using?
February 8, 2024 at 13:31 in reply to: Mac to Linux – “No available sessions on this server” error #46975Britgirl
KeymasterHi, what is the Linux distribution you are using on the Linux server and what is the desktop environment? Is this a headless Linux server or do you have a monitor attached?
Britgirl
KeymasterIf it happens again, check to see which sound server is being used on the server host?
Please open /usr/NX/etc/node.cfg on the server host and check which value is set for the AudioInterface key. If they are different, set AudioInterface to the appropriate sound server.
For example, if “AudioInterface pipewire” is set in server.cfg but the sound server
is PulseAudio, set the key to: “AudioInterface pulseaudio” .Then create a new session. If this doesn’t help, we will need the logs as I suggested before.
Britgirl
KeymasterFebruary 6, 2024 at 16:12 in reply to: Multiple simultaneous user connections with unique session for each users #46962Britgirl
KeymasterHello, I understand that you would like each of your users to connect to their own Windows desktop. NoMachine lets multiple users connect to the same Windows desktop (desktop sharing), so the users will be viewing and interacting with the same desktop. If you want each user to have their own desktop environment, you will need to create ‘n’ number of virtual desktops running Windows, each one for one user.
Permitting multiple desktop environments to run on the same OS is a feature available in the Terminal Server for Linux family. These products permit multiple “virtual desktop sessions” on the same host. Each virtual desktop is separate from the others, allowing users which connect to work within their own (Linux) desktop environment.
More information is available in the following articles in the KB:
Does NoMachine for Windows allow multiple users to connect to their own individual desktop on Windows?
https://kb.nomachine.com/AR10Q01052What is the difference between physical desktop connection and virtual desktop connection?
https://kb.nomachine.com/AR10K00700Britgirl
KeymasterHi, what you can do is install the packages for 64-bit, there is no need to install any additional library.
Britgirl
KeymasterHi, if I understand what you wrote, I think that running the “
nxserver --debug --enable all
” and then sound came back was just a coincidence. If you have problems with sound again within the NoMachine session (from Windows to Linux), submit logs from the server.Britgirl
KeymasterHi everyone,
There are two issues with the current implementation of NoMachine on RPi5.
Just so it’s clear what the situation is. The problem with RPi5 (not NoMachine) is that it lacks the capabilities of a full GUI (raspi-config app), so installing has to be done via the command line. This applies to any application you want to install, including, of course NoMachine. You can try installing with another graphical package manager.
Secondly, the RPi5 has a small identity problem 🙂 If you run ‘uname -m’ to know what architecture it is, you get ‘aarch64’ as the output. But there are 32-bit libraries installed there:
file /bin/cat/bin/cat: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=ae08710495f166403a0b241bb0601fe595494e59, for GNU/Linux 3.2.0, stripped
so you would need to install this:
https://downloads.nomachine.com/download/?id=104&distro=Raspberry&hw=Pi4or this:
https://downloads.nomachine.com/download/?id=109&distro=Raspberry&hw=Pi4Now to NoMachine – as I’ve mentioned before, there is a Trouble Report (see my post from earlier in the thread) which is related to the Wayland compositor. The workaround, which is temporary whilst our developers fix it, is to disable Wayland and use X.org.
RaspberryPi OS: sudo raspi-config Advanced Options -> Wayland -> X11 -> OK -> Finish -> Yes (to reboot)
Britgirl
KeymasterOn the server side, for example with Cloud Server (and then adding your node machines such as Enterprise Desktop or Workstation hosts) as your users’ single entry point, you disable direct access to node and configure the Cloud Server to allow specific access for specific users.
You can also use custom scripts which are run on the server upon a given event. I’m not sure what server product you are using, but all the guides in the documents section have a chapter about custom scripts (Server Automation Interface).
Alternatively, you could block specific client-side IP addresses on the corporate firewall and allow only those that you want to come through.
February 5, 2024 at 10:29 in reply to: Could not update ICEauthority file /run/user/1000/ICEauthority #46932Britgirl
KeymasterIt seems to be a problem of permissions on the /run/user/1000 directory?
Britgirl
KeymasterWe would need to see the complete server-side logs so we can check to see why you are encountering this issue. You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243
Send them to forum[at]nomachine[dot]com. Please use the title of this topic as the subject of your email.
Steps to reproduce and some additional details about your set-up (OS and version, for example) would also be useful.
Britgirl
KeymasterHi, are you able to send us the complete server-side logs so we can check them? You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243
Send them to forum[at]nomachine[dot]com. Please use the title of this topic as the subject of your email. Thanks!
Britgirl
KeymasterSounds like a video driver issue, something in the update you said you just did. Can you try disabling hardware decoding in NoMachine on the client side (the machine you are connecting from)?
First exit the Player on the machine you are connecting from by right clicking on the !M icon in the sytem tray and clicking Exit Player.
Edit %USERPROFILE%\.nx\config\player.cfg and set:
<option key=”Enable hardware accelerated decoding” value=”false” />
Then create a new session and check if you still have the same issue.
If you do, set the same key to:
<option key=”Enable hardware accelerated decoding” value=”disabled” />
and create a new session. The first setting disables the use of HW decoding but the codec library is still loaded, while the second settings disables completely the HW decoding. Let us know the results.
-
AuthorPosts