Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.4k views
in FAQ: CompleteFTP by (161k points)
reopened by
How can I reset the administrator password?

1 Answer

0 votes
by (20.4k points)
 
Best answer

You can reset the admin user's password as follows:

1) Stop the CompleteFTP service

2) Open a command prompt with Windows administrator privileges (cmd)

3) Run the following command in the command prompt where password is the new password for the admin user.

For versions 22.0.0 and higher (64 bit):

"C:\Program Files\Complete FTP\Server\cftpconfig.exe" /p newpassword

For versions 21.1.0 and lower (32 bit):

"C:\Program Files (x86)\Complete FTP\Server\cftpconfig.exe" /p newpassword

4) Restart the CompleteFTP service

...