A Beginner’s Guide to Resetting AfterLogic Admin Panel Password

by | Mar 22, 2023 | AfterLogic, Linux, Tutorials | 0 comments

Hello everyone,

Are you using AfterLogic, a lightweight webmail client that’s fast, easy-to-use, and open-source? If you’ve forgotten your AfterLogic admin panel password, don’t worry! You can reset it easily using the steps below:

  1. Go to the AfterLogic folder by typing the following command:
    cd /usr/share/afterlogic/data/settings/
  2. Open the configuration file config.json using a text editor such as nano:
    nano config.json
  3. Look for the section that contains your admin username and password:
    “AdminLogin”: [ “superadmin”, “string” ], “AdminPassword”: [ “$2y$07$MTY3OTM4OTc2MS45NjgyMOXbzOWNEqzGfiN”, “string” ]
  4. Delete the password and leave the field blank:
    “AdminLogin”: [ “superadmin”, “string” ], “AdminPassword”: [ “”, “string” ]
  5. Save the changes you made to the configuration file.

That’s it! You can now log in to the AfterLogic admin panel using your superadmin username and leaving the password field empty. Congratulations!

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

avatart

About

I’m a System Administrator and a developer with 10+ years of experience.