Log in to iQ Studio for first time

Hitachi iQ Studio Installation Guide

Version
1.0.x
Audience
anonymous
Part Number
MK-26HIQS000-00
ft:lastEdition
2026-06-05

Log in to iQ Studio using the default user account (iqsadmin@hitachivantara.com).

  • The iQ Studio installation is complete.
  • You have the default admin user credentials that were created during installation.
  • Configure DNS or IP-based access to the iQ Studio endpoint, and verify DNS name resolution for the genai-portal endpoint.
  1. Launch a web browser and enter the iQ Studio URL provided during installation (for example, https://genai-portal.customerdomain.com).
    iQ Studio uses Keycloak for authentication, the page redirects you to the Keycloak login page.
    Important: This redirect is expected behavior. iQ Studio does not authenticate users directly and always delegates authentication to Keycloak. iQ Studio does not automatically authenticate any user, including the admin, during the first login.
  2. Retrieve the password for the default admin account created during model deployment. Enter:
    kubectl get secret genai-companion-svc-secret -n genai \
    -o jsonpath='{.data.GENAI_USER_PASSWORD}' | base64 -d
  3. Log in to iQ Studio as the admin user by using the default admin username (iqsadmin@hitachivantara.com) and the password you retrieved in step 2.
    After you log in, reset the temporary password.
You are logged in with administrator privileges.