Britgirl

Forum Replies Created

Viewing 15 posts - 2,236 through 2,250 (of 5,358 total)
  • Author
    Posts
  • in reply to: Authentication failed from Windows 10 to Windows 10 #39816
    Britgirl
    Keymaster

    Are you using password authentication to log in?

    Username formats which can be used are detailed here:
    https://kb.nomachine.com/AR03S01118

    Logs would also help us understand why authentication is failing. Instructions on how to extract them are available here:

    https://www.nomachine.com/DT11R00182

    Please submit them to forum[at]nomachine[dot]com.

    in reply to: How to window scale #39815
    Britgirl
    Keymaster

    and a little bug – in kubuntu left mouse click on tray NoMachine icon not raises NoMachine main window
    only need to right click and select “show main windows”

    Thanks for reporting, we’ll get that checked out.

    I tried to connect to another Ubuntu 20.04 machine, and can select option not to resize (as on screenshot)

    You probably selected to not show this dialog anymore. Welcome panels appearing when the connection to the desktop has been established can be restored by checking the “Reset saved preferences and password”  box while editing the corresponding connection settings.

    These options in the welcome panel are always available on the bottom on the menu. In your case, it is the most left icon (https://kb.nomachine.com/DT10R00168?#5). When multiple monitors are present, it’s the penultimate on the left.

    in reply to: Unable to get external IP to work #39811
    Britgirl
    Keymaster

    Can you check your External IP and compare with what’s showing, for example, on whatismyip.com? If IP addresses are different, then that would indicate indeed a double NAT.

    If it’s the same, I advice you to start again (remove old changes, basically to what you had before changing anything) and set Port Forwarding with for example 24222 (or other – but not 24224 which is used for UPnP which is what I’ve understood you’ve done).

    in reply to: How to window scale #39804
    Britgirl
    Keymaster

    You can set the “Session window geometry” key in the .nxs session file to a specific client screen resolution. So for example your screen resolution is 1920×1200:

    <option key=”Session window geometry” value=”0, 0, 1920, 1200″ />

    Also set these keys to viewport:

    <option key=”Physical desktop resize mode” value=”viewport” />
    <option key=”Session resize mode” value=”viewport” />
    <option key=”Virtual desktop resize mode” value=”viewport” />

    So if the remote display resolution is smaller than the client window, the client window will be resized to show the exact remote display resolution; so will automatically match the exact size which is needed to show full remote server display. If remote display has bigger resolution, we will just show scroll bars, but still, remote display will be not be scaled.

    in reply to: No available desktops on this server (Ubuntu 20.04) #39791
    Britgirl
    Keymaster

    Thanks for the attachments, but we would need server-side logs with debug enabled to be able to understand what is happening. Please see the following document for instructions on how to extract the logs, https://kb.nomachine.com/DT11R00182, and submit them again. Thanks!

    in reply to: After login through client, desktop stops sharing #39786
    Britgirl
    Keymaster

    We would need server-side logs to be able to understand what is happening as we haven’t been able to reproduce on the fly. Please see the following document for instructions on how to extract the logs, https://kb.nomachine.com/DT11R00182, and submit them to forum[at]nomachine[dot]com making sure to put the title of your topic as the subject. Thanks!

    in reply to: Help changing resolution on connection #39785
    Britgirl
    Keymaster

    Out of interest, are you able to physically set the resolution as you want it in KDE? I.e not by connecting with NoMachine?

    Nothing has changed in NoMachine that would change how resolution is handled.

    NoMachine client configuration let me choose several different resolutions and now it doesn’t.

    Were you maybe using NoMachine Workstation in the past? This would allow different resolutions (being virtual NoMachine desktops). A note from the article I mentioned earlier: The supported resolution for virtual NoMachine desktop sessions (Terminal Server for Linux products) doesn’t depend on the remote hardware and thus the remote screen can be resized to whichever resolution is supported by the user’s local monitor.

    in reply to: NX Enterprise Client gives SSH config error #39784
    Britgirl
    Keymaster

    It’s not supported. We are evaluating whether to make the ProxyJump setting possible for a future version.

    in reply to: Server status is stuck on querying the server #39783
    Britgirl
    Keymaster

    Most likely the issue was attributed to this larger system error.

    Thanks for letting us know.

    in reply to: Unable to get external IP to work #39779
    Britgirl
    Keymaster

    Hi, when you searched the forums, did you also find the article about how to connect over the Internet? And did you follow the tips there?

    How to connect over the internet to NoMachine behind a NAT router
    https://kb.nomachine.com/AR10R01099

    “Failed to map the port on gateway” suggests that the port you used in the port-forwarding rule on your router could already already be in use. Go back to your router and change the external port number to, for example, 24222, the restart the nxserver (NoMachine settings -> Server -> Status -> Restart) or you can do it from the commandline. For safe measure also restart UPnP.

    Open CMD as administrator and execute:

    c:\ProgramData\NoMachine\nxserver\nxserver.exe --restart
    c:\ProgramData\NoMachine\nxserver\nxserver.exe --upnpmap

    Is it possible there is a double NAT in place? If so, you will need to map the ports on both routers. So Router A must map to Router B and Router B to the computer you want to access.

    Britgirl
    Keymaster

    Hi, we can’t reproduce this on Ubuntu 22.04.
    However, we found this which would would suggest it’s an Ubuntu bug.

    How to resolve no sound problem on Ubuntu 22.04
    https://zcom.tech/ubuntu-no-sound.html

    Maybe this is your case?

    in reply to: How to window scale #39774
    Britgirl
    Keymaster

    The player window, once you’ve resized it to the size you want, should keep the same dimensions next time you start that session (using the same .nxs file).

    Can you give some more details about what you are trying to achieve? You say “but I only can resize client window by mouse move,” what do you mean exactly?

    Britgirl
    Keymaster

    Whilst we take a closer look at what possible options are available to you, I’ll explain what nxhtd is. This is the NoMachine Web Player (our web server) component which permits NoMachine server to accept incoming remote desktop connections from a browser. This is only available in the enterprise-oriented range.

    in reply to: Help changing resolution on connection #39770
    Britgirl
    Keymaster

    I’d also like to add a note about resolution since this is what the topic was originally about. Arch and PAM problems aside 🙂 the resolution of the physical desktop depends directly on the system settings and what your graphics card supports and not NoMachine. This means that when you are connecting to the physical display, NoMachine can show you the display according to the resolution sizes available with the graphics card installed and these will show in the Display settings of the Connection Menu. In a physical desktop session, the resolution on the client cannot be changed to one that is not supported by the remote GPU. More about this is explained here:

    Some tips about resize and scaling options for NoMachine remote desktop software
    https://kb.nomachine.com/AR02M00835

    in reply to: Help changing resolution on connection #39768
    Britgirl
    Keymaster

    There was a similar problem with Arch and Pam a while back (desktop not showing) and there was a solution. Arch is not amongst our supported Linux, but we will do our best to provide as much help as possible to allow users to install and use NoMachine. This is the earlier topic: https://forums.nomachine.com/topic/connection-fails-on-headless-client#post-21783

    Anyway, we checked on the fly to see if something had changed since then, which it has.

    1. Create a backup of nx PAM configuration (sudo cp -a /etc/pam.d/nx /etc/pam.d/nx.original). Then change /etc/pam.d/nx in this way:

    auth include system-login
    account include system-login
    password include system-login
    session include system-login

    2. Change DefaultDesktopCommand in /usr/NX/etc/node.cfg in order to have this on KDE case:

    DefaultDesktopCommand "/usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/bin/startplasma-x11"

    3. Stop display manager:
    sudo systemctl stop display-manager

    4. Restart NoMachine:
    sudo /etc/NX/nxserver --restart

    This worked for us.

Viewing 15 posts - 2,236 through 2,250 (of 5,358 total)