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 Qrvey Admin Center, you need an account that has been assigned to the super admin role.
-
Obtain the initial access link and account credentials.
- The link to open the Qrvey 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 to obtain environment outputs, including the super admin username and password to log into Qrvey. Mac users on AWS can use the following command:
docker run --platform=linux/amd64 -v $(pwd)/config.json:/app/qrvey/config.json -it --rm qrvey.azurecr.io/qrvey-terraform-aws:${qrvey_version} outputNote: Set the
--platformparameter 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
-
Navigate to your Qrvey domain and log into the platform.