Disabling Copy/Paste

Forum / General Discussions / Disabling Copy/Paste

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49701
    Steve92
    Participant

    Hello,

    Is it possible to disable copy/paste function :

    – from client (source machine) to server (destination machine) ?

    – from server to client ?

    For any NoMachine product ?

    For any O/S ?

    Is it possible to create complex rules like:

    “Allows copy/paste from server to client only if the client is in LAN” ?

    “Disables copy/paste from any client not in LAN”

    Thanks,

    Regards,

    Steve.

    #49708
    Britgirl
    Keymaster

    Hi,

    is it possible to disable copy/paste function :

    – from client (source machine) to server (destination machine) ?

    – from server to client ?

    Yes, it is possible in all server products, that means also the free version. Here some instructions to disable copy and paste, both directions: https://kb.nomachine.com/DT07S00233#22

     

    Is it possible to create complex rules like:

    “Allows copy/paste from server to client only if the client is in LAN” ?

    “Disables copy/paste from any client not in LAN”

    Rules, via “profiles”, are available in specific products of the Enterprise suite, namely all Cloud Server products, Terminal Server and Enterprise Terminal Server. By federating the smaller Workstations and Enterprise Desktops under one of the Cloud Servers, profiles can be propagated. How to do it? Below is an example, which blocks allows only 192.*.*.*  addresses.

    $ sudo /etc/NX/nxserver --ruleadd --class feature --type client-clipboard --value no --address 10.0.*.*
    
    $ sudo /etc/NX/nxserver --ruleadd --class feature --type server-clipboard --value no --address 10.0.*.*
Viewing 2 posts - 1 through 2 (of 2 total)

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