I've just tested, and it works for me. Did you test in multiple browsers? Does this happen all the time?
I'am not able to reproduce that on my servers. There must be something specific to your server setup that causes this. Do you use any aliases in the apache configuration e.g. for "help"?
No I don't use any aliases in the apache configuration. but I edit the config.inc.php file in /usr/local/ispconfig/server/lib while I'm still with ISPC 3.0.3.3 I edit it to this to set allowed module for client everytime I create client: Code: //** Interface $conf['interface_modules_enabled'] = 'dashboard,dns,help,tools'; after that I update ISPC to 3.0.4 beta and I noticed the new config.inc.php change has changed to this: Code: //** Interface $conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools'; Even if I change the configuration to the old: Code: //** Interface $conf['interface_modules_enabled'] = 'dashboard,dns,help,tools'; it won't work Everytime I create client, the allowed module for client is still dashboard,mail,sites,dns,tools like the new config. I don't know if it's related or not? Thank you.