I would like to install NoMachine in the server side, configure it as I wish, and then disable the access to settings, so that no user can modify it. Would that be feasible?
Only user with administrator rights has access to nxserver configurations.
…I want the connections to always be “view only” and I don’t want any user to have the possibility to change it. Any ideas?
Edit as administrator nxserver configuration file (server.cfg) which is placed by default in the “C:\Program Files (x86)\NoMachine\etc\” directory. Find the key PhysicalDesktopMode. Uncomment it and set value to 0.
So, change the line like this:
#PhysicalDesktopMode 2
to:
PhysicalDesktopMode 0