hi, I just install a fresh new EndeavourOS, and use yay to install nomachine (8.10 version), I can see the nxserver is running, and the log shows normal, but I just cannot connect to this server, also in the GUI, I cannot see other machines running nxserver(I can see them in another machine in the same local network). Seems the server is not correct set? I attached the log, can anyone kindly help check why it doesn’t work?
Also how can I check whether the 4000 port is working properly? I run sudo lsof -i -P | grep LISTEN
it shows this:
`
nxserver. 12486 nx 18u IPv4 20387 0t0 TCP localhost:22308 (LISTEN)
nxserver. 12486 nx 23u IPv4 18960 0t0 TCP localhost:22309 (LISTEN)
nxexec 12605 root 23u IPv4 18960 0t0 TCP localhost:22309 (LISTEN)
nxnode.bi 12610 sddm 15u IPv4 25940 0t0 TCP localhost:12001 (LISTEN)
nxnode.bi 12610 sddm 17u IPv6 23880 0t0 TCP localhost:7001 (LISTEN)
nxnode.bi 12610 sddm 18u IPv4 23881 0t0 TCP localhost:7001 (LISTEN)
nxnode.bi 12610 sddm 23u IPv4 18960 0t0 TCP localhost:22309 (LISTEN)
`
so seems 4000 port is not working?