Snappy Mail Forgot Password

Hello there. Cyberpanel version 2.3 I’m using I forgot my Snappy Mail password. I have reviewed all the topics in the forum, but unfortunately I could neither find the password nor enter the panel.

I’m waiting for your help

Snappymail admin password or normal user password ([email protected] for example)?

You referred to “enter the panel” so I suppose it is the admin one.

Enter your snappymail admin by appending ?admin to the URL, example:

https://YOUR_IP:8090/snappymail/?admin

Check your password using:

cat /usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/admin_password.txt
2 Likes

Thank you for your interest. But unfortunately the password found here did not work.

cat /usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/admin_password.txt

I logged in over ssh.

I entered the password from here on the panel as you mentioned.

www.xxxxxxx.8090/snappymail/?admin

user name : admin
password: `cat /usr/local/lscp/cyberpanel/rainloop/data/data/default/admin_password.txt (password from here)

If you are available, you can connect to me remotely.

Thank you again for your interest.

In that case, do this to generate a new admin password:

Delete this file:

/usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/admin_password.txt

Edit this file:

/usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/configs/application.ini

Around line 66, you should have:

admin_password = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

Where XXX is a hash. Just delete the hash, so it becomes:

admin_password = ""

Enter at the admin URL again by appending the ?admin

https://YOUR_IP:8090/snappymail/?admin

Then get your password by reading admin_password.txt again:

cat /usr/local/lscp/cyberpanel/rainloop/data/_data_/_default_/admin_password.txt
1 Like

Thank you also for your excellent support.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.