stay
November 10, 2022, 12:00pm
1
I created ftp account with given method by cyberpanel. I use below method to create FTP account.
When I try to long through FileZilla, Its gives me error
Command:
USER admin_atozisocertificate
Response:
331 User admin_atozisocertificate OK. Password required
Command:
PASS ****************
Response:
530 Login authentication failed
Error:
Critical error: Could not connect to server
I tried multiple times but, still not able to connect through FTP account. Please htlp me to resolve the issue.
Hello @stay
Try using CLI to change user password
cyberpanel changeFTPPassword --userName admin_atozisocertificate --password mynewpassword
And try again
stay
November 11, 2022, 6:01am
3
I tried to connect through Filezilla again after changing the password. But, it again gave me the same error.
stay
November 11, 2022, 11:06am
5
I tried this multiple times. But, its not working for me.
Which VPS do you have for hostinger the cyberpanel one or the other option?
stay
November 11, 2022, 11:13am
7
I’m using cyber panel on aws right now.
Hi, I have the same problem, My Cyberpanel is installed on GCP with Ubuntu OS 22.04 LTS. I tried create another FTP account but still getting
530 Login authentication failed
Not sure, what I can do now…
Hello @stay @sochun2424
There seems to be an issue with FTP here are the steps I came up for my users and it works:
Download and Install Bitvise SSH Client
On the Login tab key in your SSH username and password and Login
Click on New SFTP Windows on the sidebar
Upload files
Login to CyberPanel and fix permissions for your website
instructions for linux clients to follow…
Hi Joseph,
Exactly the same issue (error 530) here. Is the fix for Linux already available? Looking forward to hearing from you. Thanks! Ralph
I am having the exact same issue. Running Cyperpanel 2.3 on a Vultr instance with Ubuntu 20.04 LTS x64 and the FTP account I create does not work. Is there any solution to this?
Version 2.3 Build 3
Use phpMyAdmin to update the users table in your cyberpanel database. The problem is that the passwords are being hashed and stored which is good for security but it doesn’t work for logging in. Just change the hashed ppassword to what ever plain text password you want and then login with FTP like usual.
1 Like
Shalom
March 21, 2023, 7:38am
14
@dclozier
This worked.
Thank you very much