• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Add master account to Plesk 11

Lenvanessen

New Pleskian
Hello,

I have a question, i'm used to have a master ftp account with mij plesk 10.x installation, but since i have plesk 11 i don't have one anymore.

Can anyone tell me how to activate/create a master ftp account that can access any file in the /vhosts directory

Searching the web i found this command: useradd -u 10101 -o -d /var/www/vhosts/ -g psacln -s /bin/false masterFTP

But i'm not getting anything from it, i used ssh to enter it but it gives the response:

useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.

Also, if this has worked, what would my password be?

Thanx
 
useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.
It is just a warning, user should be created.
Anyway you can edit /etc/passwd in order to change home directory for existing users.
 
Back
Top