Issue
- Login error in ESET PROTECT Web Console
- Cannot log into the ESET PROTECT Web Console because you do not have the ESET PROTECT Web Console password
- I know the Web Console password
- I do not know the Web Console password
- Linux or Virtual Appliance user
Solution
I know the Web Console password
-
Open ESET PROTECT On-Prem in your web browser and log in.
-
Click Change Password.
-
Type the existing password into the first blank field, then type the new password into the Type new password and Retype new password fields. When you are finished, click Log in to save your changes.
I do not know the Web Console password
If you do not know the password, and you need to reset the ESET PROTECT Web Console password for an individual administrator account, follow the steps below:
-
Click Start → Windows System → Control Panel.
-
Click Programs and Features.
-
Right-click ESET PROTECT Server and select Change from the context menu.
-
Click Next.
-
Click Repair.
-
Complete all required fields in the Database server connection window and click Next.
-
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. -
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.
-
Select Keep currently used certificates and click Next.
-
If your ESET PROTECT is not activated, select Activate with License Key and type or copy/paste the License Key.
-
Click Repair.
-
Click Finish. You can now log in to ESET PROTECT Web Console with your new password.
Linux and Virtual Appliance users
Follow the steps below to reset the Web Console Administrator password. The administrator password must be at least 8 characters long.
-
Log in as
root
to the Linux console on the machine where ESET PROTECT On-Prem is installed. -
Save your password to the variable NEW_PASSWORD (for security reasons). Type the following command, where
<password>
is substituted by your new password.export NEW_PASSWORD=<password>
-
Run the following command to change your password for the new one:
/opt/eset/RemoteAdministrator/Server/setup/installer_backup.sh --skip-license --server-root-password='env:NEW_PASSWORD'
-
Run this command to remove your password from variables:
export NEW_PASSWORD