Forum Replies Created
-
AuthorPosts
-
Britgirl
KeymasterAre you using password authentication to log in?
Username formats which can be used are detailed here:
https://kb.nomachine.com/AR03S01118Logs 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.
Britgirl
Keymasterand 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.
Britgirl
KeymasterCan 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).
Britgirl
KeymasterYou 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.
Britgirl
KeymasterThanks 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!
Britgirl
KeymasterWe 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!
Britgirl
KeymasterOut 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.
Britgirl
KeymasterIt’s not supported. We are evaluating whether to make the ProxyJump setting possible for a future version.
Britgirl
KeymasterMost likely the issue was attributed to this larger system error.
Thanks for letting us know.
Britgirl
KeymasterHi, 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.
August 18, 2022 at 14:45 in reply to: NoMachine disables sound permanently on server (Ubuntu 22.04) #39775Britgirl
KeymasterHi, 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.htmlMaybe this is your case?
Britgirl
KeymasterThe 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?
August 18, 2022 at 13:31 in reply to: Difference in NoMachine Free vs Enterprise for SCCM (endpoint managment) #39772Britgirl
KeymasterWhilst 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.
Britgirl
KeymasterI’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/AR02M00835Britgirl
KeymasterThere 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.
-
AuthorPosts