Britgirl

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 5,350 total)
  • Author
    Posts
  • in reply to: Simultaneous connection on Mac OS #51708
    Britgirl
    Keymaster

    For installation, you can follow the tutorial here, it shows the free edition as the example, but the steps for installing Enterprise Desktop are exactly the same! Once installed, it’s ready for use. Default configurations match most scenarios.

    https://www.nomachine.com/getting-started-with-nomachine

    Then, if you want to know a bit more about configuration, take a look at the guide here: https://kb.nomachine.com/DT07S00246.

    And if you have further questions, let us know πŸ™‚

    in reply to: Cant find application after package install #51705
    Britgirl
    Keymaster

    Thanks for the further suggestions. As you said, Linux CNC is plain old Debian 12. Also consider that NoMachine installs on pretty much most Linux distros without much ado, including Debian 12. If it’s only the NoMachine package which is affected, ie. other applications which have been downloaded and installed without problems, we can investigate further. If not, as I already suggested, the Linux CNC forums could help with installing and configuring Linux CNC. Some of the other points you mentioned about Linux CNC would be more appropriate in the Linux CNC forums. The NoMachine forums are here for users to ask about NoMachine software, get technical assistance for NoMachine and discuss why you should be using it πŸ˜‰

    in reply to: Simultaneous connection on Mac OS #51697
    Britgirl
    Keymaster

    Hi, on the target macOS system that you want to connect to, what you need is the Enterprise Desktop package.

    https://www.nomachine.com/product&p=NoMachine%20Enterprise%20Desktop

    It lets unlimited users connect to the same physical desktop at the same time. Here you can compare the free edition to the Enterprise Desktop product: https://www.nomachine.com/remote-access-for-everybody. On devices of the users who need to connect, install the free edition or the Enterprise Client (the former contains both the client and server components, the latter does not contain the server component).

    in reply to: How to always connect in full screen mode? #51696
    Britgirl
    Keymaster

    Hi, are you connecting to mDNS discovered machines (NoMachine computers on LAN)? Or are you connecting to computers by creating a connection manually (i.e you insert the IP address when you create the connection).

    Are other connection preferences being ignored as well, such as user credentials not being store or a custom resize mode?

    How do you disconnect the session?

    in reply to: Problem connecting to RaspberryPi #51694
    Britgirl
    Keymaster

    Hi, there is a Trouble Report open for a similar issue and a temporary workaround is available. Check the link here:
    https://kb.nomachine.com/TR10U11031.

    in reply to: Full screen on connection #51692
    Britgirl
    Keymaster
    in reply to: Cant find application after package install #51691
    Britgirl
    Keymaster

    It should be more or less the same. We don’t test specifically on Linux CNC, but it’s Debian-based, which we test frequently.

    As I wrote earlier, sudo dpkg -i /path_to_the_file/filename.debshould work. If it’s still not working, provide us the output of this:

    ls -l /path_to_the_file/file.deb

    Remember, you can still use the workaround I provided earlier for gdebi. Open gdebi as root and then open the NoMachine file. Or use other workaround from link with gdebi report in the link I pasted earlier. So for example, edit as root:

    /usr/share/applications/gdebi.desktop

    replace:
    exec=gdebi-gtk %f
    with:
    exec=sh -c "gdebi-gtk %f"

    and after that start the installation procedure again. If you try with another app that you’ve downloaded on to your machine, and you’re getting the same result, perhaps the Linux CNC forums can help as well?

    in reply to: Connecting issues with a reinstall #51690
    Britgirl
    Keymaster

    Good to know it’s now working. In version 8, port mapping is disabled by default. Can you tell me what version you had installed before you updated? I.e did you have a version 7 installed and functioning for outside access?

    in reply to: Connecting issues with a reinstall #51672
    Britgirl
    Keymaster

    Let’s concentrate on the W10 and the W11 computers to keep things simple πŸ™‚

    Please take a look at the following article and make sure you have followed the steps for enabling automatic port-mapping, https://kb.nomachine.com/AR04S01122. You can also see here https://www.nomachine.com/getting-started-with-nomachine#internet. If you are connecting over the Internet, you need to use the IP address that is facing the internet, ie. the public IP address. If it is not showing up in NoMachine, you can check it using, for example, whatismyip.com.

    Britgirl
    Keymaster

    We are aware of a similar behaviour with regards to the first issue, and are currently investigating possible solutions.

    With regards to the second issue, the default behaviour of NoMachine with regards to CAPSLOCK is that it does not interfere in any way with the physical status of CAPSLOCK of either machine. The remote side is synced to match the local client when you start typing.

    This means that if your CAPSLOCK is ON on the local client, and you start the session, and on the remote server side CAPSLOCK is OFF, it does not automatically come ON on the remote side. However, if you start writing, you will get CAPS.

    Similarly if you have it OFF on the local side, and CAPSLOCK is ON on the remote side. It stays ON on the remote side. However, when you start typing, remote status is synced to match the client status and there will be no CAPS.

    Is what I have described does not match what you are experiencing in your set-up?

    in reply to: Connecting issues with a reinstall #51664
    Britgirl
    Keymaster

    Hi,

    so just to clarify, you have 3 computers on the same network (1 Win 11, 1 Win 10, and 1 other which you tried and which was working, let’s call it MachineC), and they are all on the same LAN.

    The reported IP matches not only what NoMachine says is the IP, but there’s a wholly different and unrelated program that is using the same IP to share a data connection and that also matches that IP.

    Can you give some more details? Is this program on the Win11 machine? If you disable it, can you then connect? You won’t be able to connect to your computer if the port that NoMachine uses is in use by another application.

    If you’re still not able to connect, can you confirm that they are all on the same LAN? Can they all “see” each other. With that I mean whether your Machines panel is showing the other machines on your same network (https://www.nomachine.com/finding-other-nomachine-computers-on-the-same-network). Can you see, from MachineC for example, the other two? Can you see, from your Win10, the Win11 computer?

    When you connect to any of your machines, are you connecting by creating a connection manually (via the Add button), or are you connecting through local discovery? You can answer with a screenshot of the Machines panel if you prefer.

    in reply to: Cant find application after package install #51663
    Britgirl
    Keymaster

    we assume you are using a stock Debian 12 in its default configuration, so we can assume that you downloaded the package to the Downloads folder. You need to specify the relative path to where the package is located. For example, this could be:

    sudo dpkg -i /home/$USERNAME/Downloads/nomachine_8.16.1_1_amd64.deb

    in reply to: Cant find application after package install #51646
    Britgirl
    Keymaster

    It seems that the gdebi package manager on Debian has a problem. This means that any package you try to install will not work, not just NoMachine. Installing from the command line with dpkg -i should work however.

    If you still prefer the GUI method, try opening gdebi as root. It was discussed here in an external forum:

    https://unix.stackexchange.com/questions/405520/gdebi-keeps-crashing-when-install-is-clicked

    in reply to: 8.16.1 still does not work with KDE Plasma on Wayland #51645
    Britgirl
    Keymaster

    The changes that were made in KDE Plasma 6 were pretty significant, so adapting NoMachine to the new EGL backend of KDE has been as equally substantial. But good news, tests are now being done πŸ™‚

    in reply to: 8.16.1 still does not work with KDE Plasma on Wayland #51635
    Britgirl
    Keymaster

    Are you referring to https://kb.nomachine.com/TR05V11141? It has not yet been fixed.

Viewing 15 posts - 391 through 405 (of 5,350 total)