Nodes group management

Forum / NoMachine Cloud Server Products / Nodes group management

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #52449
    Steve92
    Participant

    Hi,

    Is it possible to simplify these actions ?

    1. create nodes group

    sudo /etc/NX/nxserver --nodegroupadd Nodegroup_01

     2. add 1 node to nodes group

    sudo /etc/NX/nxserver --nodeedit Adr_IP_nœud --node-group Nodegroup_01

     3. deny access to this group to all users

    sudo /etc/NX/nxserver --ruleadd --class node --type Nodegroup_01 --value no

     Is it possible to avoid doing step 3 for each new nodes group ?

    i.e. by typing something like:

    sudo /etc/NX/nxserver --ruleadd --class node --type all --value no   ???

    all = any nodes group

    By default, any new nodes group would be forbidden to any user.

    Thanks,

    Regards,

    Steve.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic. Please login .