If you upgraded to ESET PROTECT 8.0 and are unable to log into the Web Console because your username or password contains special characters, upgrade to ESET PROTECT version 8.0.17.1 to resolve this issue.
Download the ESET PROTECT All-in-one installer from the ESET website and unzip the downloaded file.
Double-click the Setup.exe
file and click Next in the Welcome screen.
Select Upgrade all components and click Next.
wget https://download.eset.com/com/eset/apps/business/era/webconsole/latest/era.war
cp /var/lib/tomcat/webapps/era/WEB-INF/classes/sk/eset/era/g2webconsole/server/modules/config/EraWebServerConfig.properties /home/user/backup.Era.WebServerConfig.properties
sudo systemctl stop tomcat
sudo rm -rf /var/lib/tomcat/webapps/era /var/lib/tomcat/webapps/era.war
era.war
file:
sudo cp era.war /var/lib/tomcat/webapps/
sudo systemctl start tomcat
era.war
is extracted by Tomcat. A new era
folder appears in the /var/lib/tomcat/webapps
/
folder.
sudo cp /home/user/backup.Era.WebServerConfig.properties /var/lib/tomcat/webapps/era/WEB-INF/classes/sk/eset/era/g2webconsole/server/modules/config/EraWebServerConfig.properties