NX webplayer server configuration

Forum / NoMachine for Linux / NX webplayer server configuration

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35753
    k.gorbachev
    Participant

    We have nxserver configured for guest access – it works fine.
    But we need to set default options, like screen scaling, etc.
    As we found it could be configured by player.cfg.
    But then we checked file in guest folder we unable to find any config/player.cfg file:

    ls /home/guest0010/.nx/
    node nxdevice nxerror.log nxserver.log

    also i tried to create nxs config and load it by URL: nxwebplayer?config=cfm.nxs
    but i have an error that config file not found (invalid config file name):

    root@4794d8902f64:/usr/NX/share/config# ls
    cfm.nxs default.nxs.sample

    How we can configure server to have default player.cfg and default.nxs for any guests (new and old).

    #35795
    irek
    Participant

    Hello k.gorbachev,

    ensure that ownership (nxhtd:nxhtd) and permissions (700, on Linux and Mac) are preserved for the new connection file.

    Please check by executing:

    ls -lah /usr/NX/share/config

    To set proper ownership and permissions on Linux or Mac:

    chown nxhtd:nxhtd cfm.nxs
    chmod 0700 cfm.nxs

    For instructions please see: https://knowledgebase.nomachine.com/DT11R00193

Viewing 2 posts - 1 through 2 (of 2 total)

This topic was marked as solved, you can't post.