Set a user to user a certain node

Forum / NoMachine Cloud Server Products / Set a user to user a certain node

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14726
    JL
    Participant

    Hello All,

    I have a Ubuntu 16.04 server running ‘NoMachine Cloud Server 5.2.21_1’ evaluation.
    I have two Linux Desktops running ‘NoMachine Terminal Node 5.2.21_2’ evaluation.

    Multinode works great.

    Is there a way to pin a user to a particular node every time the user logs into the Cloud Server ??
    The user will be logging via the Cloud Server Web Client.

    Thanks,

    JL

     

    #14752
    mlyn
    Contributor

    Hello,

    you can use profiles:
    Guide to set profiles for remote node

    In the case when you would like to allow specified users to access to one node, you can use the commands below.

    To disable access for all to both nodes:

    nxserver –ruleadd –class node –type <node1:port> –value no

    nxserver –ruleadd –class node –type <node2:port> –value no

    To allow specified user to access:

    nxserver –ruleadd –class node –type <node2:port> –value yes –user <username>

    or if you prefer, a possibilty is to disable access to specified node for specified user with  command:
    nxserver –ruleadd –class node –type <node2:port> –value no –user <username>

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

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