• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

How do I create a "master" FTP Account in Plesk?

dekket

New Pleskian
Hi.

I wish to create a FTP account which will see all sites within the server. A 'master' ftp account, if you will. This so that I won't have to use multiple accounts when managing my customers' sites.
Is it possible to do through Plesk?
 
That is not possible with Plesk. However you can create a usual FTP account and then manually edit it's parent director to /var/www/vhosts/
 
I've tried that, but can't get it to work.
useradd master -p '**********' -d /var/www/vhosts/ -s /bin/false

But I can't connect with that. It says wrong password, but that seems insane since it's copied and pasted. I suspected that it had to do with the rights of the home directory, but I added the group 'root' to the user so it out to be able to at least list the directory.

Any ideas?
 
It should work ...

Alternatively, create the FTP account from Plesk normally and then through your Shell, edit "/etc/passwd" and change the path to the /var/www/vhosts

Set the correct group ...

I have done this with ISPConfig3 + Debian though I have not fully tested it with Plesk ..
 
That worked, however I can't browse the sub folders... I've added the group 'psaserv' to the user, which allowed me to enter each folder, but not list their contents.
I'd like to avoid chmod'ing anything, since I'd have to do that for every new customer added probably...

Ideas?
 
Back
Top