• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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