Chapter 6. Web Administration GUI

You will use the Web administration graphical user interface (GUI) to configure additional features, such as using Tripwire intrusion detection software.

This chapter discusses the following:

Accessing the GUI

To access the GUI, use the following URL, where hostname is the name of the SGI server:

http://hostname/sgi-iserver/

Enter user iseadmin and password iseadmin.

For information about GUI tasks, see SGI Internet Server for E-commerce Administrator's Guide.

Changing the GUI Password

For security reasons, you should change the Web administration GUI password. To do this, use the htpasswd(1) command to change the default iseadmin user account password, as follows:

$ htpasswd /usr/sgi/ise/lib/users iseadmin
New password: new_password
Re-type new password:new_password 
$