zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
414 stars 296 forks source link

Ftp Auth - Invalid Password #261

Open 50l3r opened 9 years ago

50l3r commented 9 years ago

1: Go to FTP Accounts 2: Create an account with user demo / pass: demo123 3: Specify a root folder 4: When i try to acces via filezilla, i recieve this error:

Estado: Resolviendo la dirección de XX.XX.XX.XX Estado: Conectando a XX.XX.XX.XX:21... Estado: Conexión establecida, esperando el mensaje de bienvenida... Respuesta: 220 ProFTPD 1.3.4a Server (Debian) [::ffff:XX.XX.XX.XX] Comando: USER demo Respuesta: 331 Password required for demo Comando: PASS *** Respuesta: 530 Login incorrect. Error: Error crítico Error: No se pudo conectar al servidor

Proftpd.log

oct 29 16:49:14 XX.XX.XX.XX proftpd[22258] XX.XX.XX.XX (XX.XX.XX.XX.dyn.user.ono.com[XX.XX.XX.XX]): FTP session opened. oct 29 16:49:14 XX.XX.XX.XX proftpd[22258] XX.XX.XX.XX (XX.XX.XX.XX.dyn.user.ono.com[XX.XX.XX.XX]): USER demo: no such user found from XX.XX.XX.XX.dyn.user.ono.com oct 29 16:49:14 XX.XX.XX.XX proftpd[22258] XX.XX.XX.XX (XX.XX.XX.XX.dyn.user.ono.com[XX.XX.XX.XX]): FTP session closed.

but in ftpuser table in zpanel_proftpd already exist

http://gyazo.com/406bf0800dc88e6f6bc0dec870e82106

marcelotk15 commented 9 years ago

I have the same problem. You fix?

Ron-e commented 9 years ago

Zpanel is dead, Zpanel forum is dead... Try the new fork from all the voluntary staff of zpanel named sentora. On there forum they also give Zpanel support -> http://forums.sentora.org/

marcelotk15 commented 9 years ago

thks, broh! I go try this. :+1:

jatpat commented 9 years ago

I faced same issue, I found ftp server was down, I restarted ftp server from console with linux command, and now it is working

beotiger commented 9 years ago

I faced same issue. But proftpd is not down. Restatring it does not solve the problem. How can we move to Sentora instead of Zpanel on Debian?

jatpat commented 9 years ago

ya, but I restart it with root access and it worked.

Thempra commented 9 years ago

Maybe you have a issue with database connection

nano /etc/zpanel/configs/proftpd/proftpd-mysql.conf

Uncomment and set your password SQLConnectInfo zpanel_proftpd@localhost root password_here

debpalash commented 8 years ago

@Thempra you saved the earth! :P so many thanks!