Forum / NoMachine Cloud Server Products / Not allow the user to see the server file system / Reply To: Not allow the user to see the server file system
January 20, 2015 at 09:06
#5984
frog
Participant
Hello,
if you want to disable access for filesystem for users, there are two ways to do this:
1). You can disable it in node.cfg. There is key “#EnableDiskSharing”, if you want to disable access from server change its value to:
“EnableDiskSharing client”
This way you disable access for all users.
2). You can also disable access only for one user. For this we are using profiles.
sudo /etc/NX/nxserver –ruleadd –class=service –type=server-disk-sharing –value=no –user=nomachine
change ‘nomachine’ to your username