Frequently Asked Question
How to Reset Your ESET PROTECT Web Console Password (Versions 8.x – 10.x)
Last Updated 2 years ago
Encountered Issues
- Error during login to ESET PROTECT Web Console.
- Forgotten or unknown Web Console password.
- Users with Linux or Virtual Appliances.
Solution
If You Remember Your Web Console Password
- Open ESET PROTECT Web Console and sign in.
- Click on
Change Password
. - Enter your current password in the initial field. Fill out the
Type new password
andRetype new password
fields with your new password. ClickLog in
to save the changes.
If You've Forgotten Your Web Console Password
Note: If you can't login due to 2FA and an unavailable phone, resetting your Web Console password will disable 2FA for the admin account, allowing you to login.
For Windows Users:
- Navigate to
Start → Windows System → Control Panel
. - Select
Programs and Features
. - Right-click on
ESET PROTECT Server
and chooseChange
. - Click
Next
, thenRepair
. - Complete the required fields in
Database server connection
and clickNext
. - Use the appropriate port number (Default MS SQL port is 1433).
- Choose
Use existing user
, enter Database username and password. - Uncheck the option to
Use Administrator password already stored in the database
, then type in a new password. ClickNext
. - Choose
Keep currently used certificates
and clickNext
. - If unactivated, enter the License Key.
- Click
Repair
, thenFinish
. You can now login with the new password.
For Linux and Virtual Appliance Users:
- Login as root to the Linux console where ESET PROTECT is installed.
- Save the new password to the variable
NEW_PASSWORD
by runningexport NEW_PASSWORD=
. - To change your password, run
/opt/eset/RemoteAdministrator/Server/setup/installer_backup.sh --skip-license --server-root-password='env:NEW_PASSWORD'
.
Notes:
- The installer_backup.sh path may vary depending on your Linux distribution.
- If you can't find
installer_backup.sh
, download it from the ESET website.
- Run
export NEW_PASSWORD
to remove your password from variables. - Restart the ESET PROTECT Server service.