FTP not working - 530 Login authentication failed

On the side add username and set initial method as password to add your password. Once you log in click on SFTP tab on the sidebar on the left

Now please tell me how should I access to my website ?


It wont allow me

Did you access SFTP as sudo user or root

1 Like

I have ubuntu so I crate user over installation of ubuntu , so yes I am sudo user not root
root user in ubuntu is disabeld by defualt

Create SFTP account on site management section for site where you need SFTP access. That’s how you wont get problems with file permissions too.

@Dreamer I don’t see the SFTP section … just ftp

Up in the right corner.

So many people have the same issue. I am new to cyber panel and I am thinking about getting out while I can. I have noticed so many issues from FTP - DNS - NAMESERVERS

But I like change and I will have a play for a couple of days and if I can not find a resolution then I will go back to cpanel

The only solution to accessing FTP is by using a non secure password instead of hash. FTP not working - 530 Login authentication failed - #32 by webshanks

But you need to create SFTP account to secure your access.

I have a same issue.

I created FTP user, but cannot login.

Ubuntu 20.04.

Same issue with me.
After digging around, I found out that pure-ftpd 1.0.50 has the following:

Support for MD5, SHA1 and the MySQL PASSWORD() function were removed for password hashing. You should now use scrypt, argon2 or the system crypt(3) function.

Cyberpanel will have to be updated to to now support this. So far it has not been.
PureFTPD 1.0.50 with MariaDB fails to auth, possible reason wrong hash - Server Fault