To change the IP address and port of ESET Server Security for Linux Web interface, or add additional addresses on which the Web interface is supposed to be available, click Edit next to Listen addresses and ports. Click Add, type in the proper address and port, click OK and then click Save. Click Save in the Setup screen.
To update the Web interface password, click Change password. Type in a new password, click Save.
To import a new certificate and corresponding private key, use the Certificate and Private key buttons. If the certificate is password protected, type the password to the Certificate password field. Click Save in the Setup screen.
Disable and enable the Web interface
If you switch the toggle next to Enable web interface and click Save in the Setup screen, you will be logged out immediately and the Web interface will not be available anymore.
You can enable the Web interface again via a Terminal window.
If you complete the installation of ESET Server Security for Linux remotely via ESET PROTECT, the Web interface is not enabled.
If you want to access the Web interface on the particular machine, run the following command from a Terminal window:
sudo /opt/eset/efs/sbin/setgui -gre
|
The final output will show the URL address of the Web interface and the access credentials.
To make the Web interface available at a custom IP address and port, for example, 10.1.184.230:9999, run the following command from a Terminal window:
sudo /opt/eset/efs/sbin/setgui -i 10.1.184.230:9999
|
To enable the Web interface via ESET PROTECT, use the Run Command task to execute the following command:
/opt/eset/efs/sbin/setgui -re --password=<password>
|
where <password> represents the desired password defined by you.
Available options for the setgui command
Options - short form
|
Options - long form
|
Description
|
-g
|
--gen-password
|
Generate a new password to access the Web interface
|
-p
|
--password=PASSWORD
|
Define a new password to access the Web interface
|
-f
|
--passfile=FILE
|
Set a new password read from a file to access the Web interface
|
-r
|
--gen-cert
|
Generate a new private key and a certificate
|
-a
|
--cert-password=PASSWORD
|
Set certificate password
|
-l
|
--cert-passfile=FILE
|
Set certificate password read from file
|
-i
|
--ip-address=IP:PORT
|
Server address (IP and port number)
|
-c
|
--cert=FILE
|
Import certificate
|
-k
|
--key=FILE
|
Import private key
|
-d
|
--disable
|
Disable Web interface
|
-e
|
--enable
|
Enable Web interface
|
|
|