Plesk

FTP Accounts option is missing for a domain in Plesk

Symptoms

Cannot create/manage/delete FTP accounts. There is no option FTP Access in Domains > example.com.

Cause

Management of additional FTP accounts is disabled on a Service Plan/Subscription level.

Resolution

  1. Log into Plesk.

To apply changes for all subscriptions under a Service Plan

  1. Go to Service Plans > service_plan_name > Permissions tab > and expand the Show more available permissions.

  2. Enable the option Additional FTP accounts management:

  3. Click on the Update & Sync button to apply changes for all subscriptions under this service plan.

To apply changes for one subscription

Note: The changes below will make the subscription a custom one and it will become locked for further synchronization with its Service Plan

  1. Go to Subscriptions > example.com.

  2. Click on the Customize link under the Account tab:

    Note: If the right sidebar is collapsed, expand the right sidebar menu

  3. Switch to the Permissions tab and expand the Show more available permissions.

  4. Enable the option Additional FTP accounts management:

  5. Click OK to apply changes.

To apply the same changes via CLI, use the solution below:

  1. Connect to the server via SSH.

To apply changes for all subscriptions under a Service Plan via the command line

Execute the command below:

# plesk bin service_plan -u "<service_pan_name>" -manage_subftp true

Note: Replace <service_pan_name> with the required name of the Service Plan

To apply changes for one subscription via the command line

Note: The changes below will make the subscription a custom one and it will become locked for further synchronization with its Service Plan

# plesk bin subscription_settings -u example.com -manage_subftp true

Note: Replace example.com with the real name of the subscription in question