I’m trying to get NoMachine servers on both Windows and Linux to use UDP on a designated port to speed up connections.
I only saw on the support page that it uses a random port within a range and tries to negotiate with that range. This is extremely infuriating for use cases which have to flow through multiple firewalls filtering on specific ports and protocols. I would like to be able to designate a UDP port to bind to so I can have firewall rules made for that specific combination.
I found a config file in Linux under ~/.nx/config/player.cfg, but changing the UDP port in there and restarting the server doesn’t make the connection flow over UDP.
I don’t even know where the config file is on Windows. It definitely isn’t in the GUI…
Why is the documentation so lacking here?