[KB7808] Reset the ESET PROTECT or ESET PROTECT On-Prem password

Issue

Solution

I do not know the ESET PROTECT Web Console password

  1. Open ESET PROTECT in your web browser.

  2. Click Forgotten Password.

    Figure 1-1
  3. Type your email and click Submit

    Figure 1-2
  4. Follow the instructions in the email to reset your password. 


I want to change the ESET PROTECT On-Prem Web Console password

  1. Open ESET PROTECT On-Prem in your web browser.

  2. Click Change Password.

    Figure 2-1
  3. Type the existing password into the first blank field, then type the new password into the New password and Confirm password fields. When you are finished, click Log in to save your changes. The password must contain at least 10 characters in at least three of these categories: lowercase letters, uppercase letters, digits or special characters. We recommend using a password with at least 12 characters. 

    Figure 2-2

I want to change the Web Console password for an ESET PROTECT user from EBA or EPH

  1. The administrator must log into EBA or EPH. 

  2. Click User management.

    Figure 3-1
  3. Select the user and select Edit.

    Figure 3-2
  4. Scroll down to Security and click Change Password.

    Figure 3-3
  5. Type the existing password in the current password field, then type the new password into the New password and Confirm password fields. When you are finished, click Save.

    Figure 3-4

I do not know the ESET PROTECT On-Prem Web Console password

Troubleshooting

If a Web Console user cannot log into the Web Console with Two-Factor Authentication (2FA) because of an inaccessible phone (for example, the phone is lost or damaged), resetting the Web Console password disables the 2FA on the Administrator account and enables the user to log in. Other ESET PROTECT On-Prem user accounts with 2FA will remain unaffected.

After the user logs into the Web Console without 2FA, we recommend reenabling 2FA.

  1. In the Windows search bar, type Control Panel and click Control Panel.

    Figure 4-1
  2. Under Programs, click Uninstall a program.

    Figure 4-2
  3. Right-click ESET PROTECT Server and select Change from the context menu.

    Figure 4-3
  4. Click Next.

    Figure 4-4
  5. Click Repair.

    Figure 4-5
  6. Complete all required fields in the Database server connection window and click Next.

    Default port number

    Use the correct port number based on your installation. The standard MS SQL port is 1433. If you are using a pre-existing SQL database, 1433 is the default port.

    Figure 4-6
  7. Click Use existing user and type the Database username (the default is era_user) and Password (you can find the password in: %PROGRAMDATA%\ESET\RemoteAdministrator\Server\EraServerApplicationData\Configuration\startupconfiguration.ini) and click Next.

    Figure 4-7
  8. Deselect the check box next to Use Administrator password already stored in the database, type a new password into the Password and Password confirmation fields and then click Next. The password must contain at least 10 characters in at least three of these categories: lowercase letters, uppercase letters, digits or special characters. We recommend using a password with at least 12 characters. 

    Figure 4-8
  9. Select Keep currently used certificates and click Next.

    Figure 4-9
  10. If your ESET PROTECT is not activated, select Activate with License Key and type or copy/paste the License Key.

    Figure 4-10
  11. Click Repair.

    Figure 4-11
  12. Click Finish. You can now log in to ESET PROTECT On-Prem with your new password.


Linux and Virtual Appliance users

Follow the steps below to reset the Web Console administrator password. Starting in ESET PROTECT On-Prem 12.0 and later, the administrator password must contain at least 10 characters in at least three of these categories: lowercase letters, uppercase letters, digits or special characters. We recommend using a password with at least 12 characters. 

  1. Log in as root to the Linux console on the machine where ESET PROTECT On-Prem is installed.

  2. For security reasons, save your password to the variable NEW_PASSWORD. Type the following command, where <password> is substituted by your new password.

    export NEW_PASSWORD=<password>
  3. Run the following command to change your password to the new one:

    /opt/eset/RemoteAdministrator/Server/setup/installer_backup.sh --skip-license --server-root-password='env:NEW_PASSWORD'
    File path may differ
  4. Run this command to remove your password from variables:

    export NEW_PASSWORD
  5. Restart the ESET PROTECT Server service.