Hello,
I installed NoMachine Free on a headless Rocky 8 server and I am trying to connect from a Windows 11 Client. On the client I get stucked on the loading page and I never get to the login. No error comes up on the client log, while I have errors on the server log file:
NXSERVER WARNING! libnxh::NXEncryptorGetContext timeout 120 seconds reached.
NXSERVER ERROR! Server: Encryptor context not received.
Looking into the log file, I find errors related to Redis like:
NXSERVER NXRedis: no value for command smembers saved in database.
NXSERVER NXRedis: no value for command evalsha saved in database.
While trying to debug I connected from the server (used as client too) to the server itself and this is the only case where I could establish a successful connection.
Do you have any idea on how to solve this?