• 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.

FTP Problem - limited access denies login

D

dhub

Guest
I could not open FTP connect to Plesk server. A check on the server log - /var/log/secure, there is a message:

USER xxxx (Login failed): Limit access denies login


What could be the problem? ProFTPD is started.

Recently have just upgraded from 8.0 to 8.1. But I don't think has anything to do with the upgrade.

Plesk 8.1.0/Virtuozzo
FC4 x86-64
DHUB
 
Managed to fix the problem!

It is due to a setting in /etc/proftpd.conf. This was a new Plesk 8.0.1 installation and the default setting :

<Limit LOGIN>
AllowGroup ftpusers
DenyAll
</Limit>


Just remove the line DenyAll and it works.

Not sure why this is the default setting. Note this for new installation of Plesk 8.0.1.

:)
DHUB
 
Back
Top