Skip to main content
Version: 9.2

Introduction

As an administrator (usually a software developer), use the Qrvey Admin Center to manage the Qrvey platform.

Structure

The Admin Center is installed with each instance of the Qrvey platform, and consists of the following modules:

Access the Admin Center

To access the Admin Center for the first time, you need an account that has been assigned to the super admin role.

  1. Obtain the initial access link and account credentials.

    • The link to open the Admin Center and the initial super admin account were provided to your organization when your instance of the Qrvey platform was created.

    OR

    • Run the following command (AWS user on a Mac) to obtain environment outputs, including the super admin username and password to log into Qrvey:

      docker run --platform=linux/amd64 -v $(pwd)/config.json:/app/qrvey/config.json -it --rm qrvey.azurecr.io/qrvey-terraform-aws:${qrvey_version} output

      Note: Set the --platform parameter based on your OS.

      The command generates login information using the following format:

          ##########
      ### ####
      ### ### +++ +++ +++ +++++ +++ ++
      ### ### ++++ +++ +++ +++ +++ ++ +++
      ### ### ++ ++ +++ +++ ++++ ++ +++
      ### ### ++ ++ ++ ++++++++ +++ ++
      ### ### ++ ++++++ +++ ++++++
      #### ##### ++ ++++ +++ +++ ++++
      ######## ++ ++ +++++++ +++
      ##### ++
      ######## ++++

      # ENVIRONMENT DETAILS
      DEPLOYMENT_ID: deployment-id
      URL: https://deployment-id.mp.qrveyapp.com
      ADMIN URL: https://deployment-id.mp.qrveyapp.com/admin/app/
      ADMIN USER: admin@company.tld
      ADMIN PASSWORD: generated_admin_password
      APIKEY: qrvey_api_key
      PostgresqlConnection: postgres://qrvey_usr:db_password@deployment-id-qrvey-db.postgres.database.azure.com:5432/postgres
      ES_HOST: https://1.2.3.4:9200/
      ES_USERNAME: elastic
      ES_PASSWORD: elastic_password
  2. Navigate to your Qrvey domain and log into the platform.

After obtaining the super admin login, you can access the Admin Center as an administrator and create new users in the Qrvey platform. For more information, see Manage User Accounts.

Additional Resources