You access IDOL Admin from a web browser. You can access the interface only through URLs that are set in the Access-Control-Allow-Origin
parameter in the ACI server or component configuration file. For more information about configuring URL access, see Install IDOL Admin.
To access IDOL Admin from the host that it is installed on
Type the following URL into the address bar of your web browser:
http://localhost:port/action=admin
where port
is the ACI server or component ACI port.
To access IDOL Admin from a different host
Type the following URL into the address bar of your web browser:
http://host:port/action=admin
where:
host
|
is the name or IP address of the host that IDOL Admin is installed on. |
port
|
is the ACI server or component ACI port of the IDOL Admin host. |
|