Skip to content

Accessing the Configuration Wizard

The home page of the Configuration Wizard provides access to common configuration tasks. Supported tasks include setting up a stand-alone server, setting up a cluster, transferring from Apache Derby to another supported database, migrating your server, installing add-ons, and more.

Click Back and Next to move back or forward in the Configuration Wizard.

  1. To get the latest updates for the wizard, apply the most recent Combined Cumulative Fix. For more information about applying the latest fix pack, see Apply Combined Cumulative Fix for more information.

  2. Restart server1 to ensure that the Configuration Wizard uses the updated environment variables. Go to AppServer_home/profiles/cw_profile/bin and stop the server:

    • AIX® and Linux™: ./stopServer.sh server1 -username username -password password
    • Windows™: stopServer.bat server1 -username username -password password

    Then, start the server:

    • AIX and Linux: ./startServer.sh server1
    • Windows: startServer.bat server1
  3. Access the Configuration Wizard. Go to https://your_server/hcl/wizard for a Kubernetes deployment or http://your_server:10200/ibm/wizard for a traditional deployment.

    Note

    If working with HCL Digital Experience a software level prior to CF18, the wizard address is: http://your_server:10200/ibm/wizard. After installing CF18, the Configuration Wizard address is http://your_server:10200/hcl/wizard.

  4. Log in to the Configuration Wizard with the administrative ID for the configuration wizard profile, cw_profile.

    Note

    The wizard user interface might not be available in all languages. If the language is not currently supported, you might see the English version. For details on the supported languages for all of the HCL Digital Experience user interfaces, see Language support.

Accessing the Configuration Wizard admin console in a container deployment

To access the Configuration Wizard admin console in a container deployment, you can directly enable it in the custom values of the Helm deployment. The Configuration Wizard admin console is exposed on the TCP port number 10202. Navigate to the following URL to open the Configuration Wizard admin console: https://<your-deployment-url>:10202/hcl/wizard.

Note

For Docker-containerized versions, including the port number (for example, 10202) in the URL is required. For Kubernetes deployments, you can omit the port number in the URL when accessing the Configuration Wizard.

Related information