Disable FILEMANAGER

Hostmavi

Verified User
Joined
Jul 7, 2019
Messages
55
we want to disable FILEMANAGER globaly for all user whitout editing the skin
How i can disable FILEMANAGER ?
 
Very similar to "Q: How to disable "Change domain name" functionality?" in https://forum.directadmin.com/showthread.php?t=58062. Command name: CMD_FILE_MANAGER. Regarding skin itself - it can be done using "Customize Evolution Skin", if you just want to "hide" the URL, but that'd still let your customers call CMD_FILE_MANAGER from URL, so, never_commands list is the best option to prevent calling CMD_FILE_MANAGER at all.
 
Hi,


Code:
/usr/local/directadmin/directadmin set never_commands CMD_FILE_MANAGER restar

Thank you this worked

Regards
 
HI
we have issue whit password Protected Directories

this command worked well and disabled filemanger gloabal

/usr/local/directadmin/directadmin set never_commands CMD_FILE_MANAGER restart

but this command also disabeled in password Protected Directories
creating or changing the protect (FILEMANAGER not working ).


in user panel -->>> password Protected Directories -->>>>> Find a Directory to Password Protect

or click on exist password proteced link users getting following error

You cannot execute that command
The request you've made cannot be executed because
it does not exist in your authority level
 
Back
Top