---
title: "Running the Configuration Wizard (text mode)"
slug: "oas-igdock-running-the-configuration-wizard-text-mode-3-28"
updated: 2025-07-04T10:04:23Z
published: 2025-07-07T13:49:52Z
canonical: "docs.onespan.com/oas-igdock-running-the-configuration-wizard-text-mode-3-28"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onespan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Running the Configuration Wizard (text mode)

All OneSpan Authentication Server images contain the OneSpan Authentication Server Configuration Wizard (ikconfigwizardconsole) to run it in containers in text mode.

You can run the Configuration Wizard in the following ways:

- Locally using a standalone OneSpan Authentication Server container
- Inside a running OneSpan Authentication Server container

To run the Configuration Wizard locally from a OneSpan Authentication Server container, run the following command:

```shell
docker run --rm -it \
  -u root \
  --name ikconfigwizardconsole \
  -v $(pwd)/identikeyconfig.xml:/etc/vasco/ias/identikeyconfig.xml \
  -v $(pwd)/odbc.ini:/etc/odbc.ini \
  onespan_ias_<db_type>:<release_version> \
  /opt/vasco/ias/bin/ikconfigwizardconsole --tracefile /dev/stderr
```

Replace the following:

- db_type. The database type of the active OneSpan Authentication Server instance. This is usually a substring of the image name. Possible values: maria, mssql, oracle.
- release_version. The specific version of the images distributed in the package, e.g. 3.27.0.1234.

Note the following:

- The data attribute of the /VASCO/Storage/ODBC/Data-Sources/Data-Source00/DSN element in the mounted identikeyconfig.xml must correspond to the first section name of the ODBC data source configuration file (odbc.ini).
- The IP address or domain name in the SERVER field of the mounted odbc.ini file must be accessible from the local machine.

The Configuration Wizard binary expects an /etc/odbc.ini and /etc/vasco/ias/identikeyconfig.xml mounts with valid ODBC data source configuration. These files can be copied from an active OAS container.
