Update default password
Once Itential Automation Gateway (IAG) is installed and configured, use this guide to change the default password, get started with the API, and set your security keys.
- Default user name:
admin@itential - Default password:
admin
Change default password
You must first log in to obtain the authorization token and then paste the token into the change password curl command.
Alternate method: editing the SQLite database
The default password can also be changed by directly editing the underlying SQLite database. This may be required if Itential Automation Gateway is down or otherwise not accepting API requests. The sqlite3 Python module is included in all Itential Automation Gateway installations; as such, the following examples assume its usage as your SQLite interface.
List all tables (optional)
List all the tables present in the data file. The account table contains the password to be changed.
Update the admin password
Update the admin@itential user password on the account table. Provide the new password as a SHA-512 hash. In this example, the hash equals “Admin1234!”. If you use the hash as-is, be sure to update the password to a unique and secure value once you have access to the system.
Log in to Itential Automation Gateway
Log in to the IAG UI running at https://servername:8083.
- The username is
admin@itential. - The password is the
<super-secure-password>you selected in the previous step.
For IAG 2022.1, log in at https://servername:8443.
Password reset functionality
During initial (first time) login as admin, a Change Password feature is enabled that allows you to enter a new password.
- You will be asked to set security questions and a strong password that meets security guidelines.
- The default email for admin is set to
admin@itential.combut can be changed to an email that complies with your organization’s standards. The email and security answers you set will be used as an identifier for the account in case of password or username recovery. - For creation of user accounts, the email ID is a mandatory field.
Refer to Initial configuration for more information.