• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk Reconfigurator

G

gongcart

Guest
Currently, if you use the reconfigurator to check folder security and permission, it will reset all permission to read. However, in the real hosting environment, it is a no no. We received complains from customers that their read and write permission got reset to read permission only. Please correct this in the next release.
 
Hello,

try using vhostmng.exe instead:

C:\Program Files\Parallels\Plesk\admin\bin>vhostmng.exe --help

usage: vhostmng [options] ...

--help

--install-vhost --vhost-name=<domain> --user-name=<user> [--no-default-pages]

--install-frame-forwarding --vhost-name=<domain> --url=<redirect>
--remove-frame-forwarding --vhost-name=<domain>

--create-subdomain --vhost-name=<domain> --subdomain-name=<subdomain> --user-name=<user> [--no-default-pages]
--remove-subdomain --vhost-name=<domain> --subdomain-name=<subdomain>
--rename-subdomain --vhost-name=<domain> --old-name=<old_subdomain> --new-name=<new_subdomain>

--change-subdomain-user --vhost-name=<domain> --subdomain-name=<subdomain> --user-name=<user>
--rename-subdomain-domain --old-domain-name=<old_domain> --new-domain-name=<new_domain>

--add-web-user --vhost-name=<domain> --web-user=<user> [--no-default-pages]
--remove-web-users --vhost-name=<domain> [--web-users=<user1[;user2;...]>]

--add-protection --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]
--remove-protection --vhost-name=<domain> --directory=<dir> [--subdomain=sub]
--rename-protection --vhost-name=<domain> --user-name=<user> [--subdomain=sub] --old-directory=<dir> --new-directory=<dir>
--add-protection-user --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]
--update-protection-user --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]
--remove-protection-user --vhost-name=<domain> --directory=<dir> --user-name=<user> [--subdomain=sub]

To basically restore permissions use:

C:\Program Files\Parallels\Plesk\admin\bin>vhostmng.exe --install-vhost --vhost-
name=<domain> --user-name=<user> --no-default-pages
 
Back
Top