Web admin start up settings
From EsWiki
If you have local access to your ES4 server, then you do not need to change the web admin start up settings. To enable remote access to the web admin for the server, edit these three lines of ES4 installation directory/server/config/ES4Configuration.xml :
<Host>127.0.0.1</Host> <Port>8080</Port> <Ssl enabled="true"/>
Specify the IP, port, and whether to enable SSL. Save, then reboot the server.
