I’m using NoMachine, the server part on Ubuntu 18.04.
And in /etc/NX/server/localhost/server.cfg
I have set DisplayBase, like this:
DisplayBase 3001
To avoid that nxnode.bin listens on port 7001, but right now it still listens on port 7001
netstat –listen -n -p |grep 7001 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 0.0.0.0:7001 0.0.0.0:* LISTEN 5118/nxnode.bin tcp6 0 0 :::7001 :::* LISTEN 5118/nxnode.bin
This setting has worked before. Has something happened?
Version 6.2.4