Plesk

Unable to connect to Plesk server over FTP: FAIL: ftp per_source_limit

Symptoms

Cause

The connection limit per IP address is exceeded.

Resolution

  1. Connect to the server via SSH

  2. Edit file /etc/xinetd.d/ftp_psa by adding the next line (in bold):

    ...
    instances = UNLIMITED
    per_source = UNLIMITED
    server = /usr/sbin/in.proftpd
    ...

  3. Restart the xinetd service:

    # service xinetd restart