SonarQube - Cannot Login after VM Install (Azure)

Hi All,

I am new to SonarQube and Infrastructure.

I have created a resource group, and then used the following Azure Template to install SonarQube
https://portal.azure.com/#create/bitnami.sonarqube6-4

It has created and installed and setup the following:

  • Virtual network
  • Virtual machine
  • Public IP address
  • Network security group
  • Network interface
  • Disk

I can get to SonarQube via the public IP. But when i try to use admin / admin as username and password, it returns a 401 error.

Im sure i’m being thick here, can someone help me with what is likely looking me right in the face?

Hello @JayBird2021 and welcome to the community :wave:

i have no idea about the bitnami packaging of sonarqube, but they seem to generate a random password on startup as described in this article here

You could also just reset the admin credentials via the database directly. here is the sonarqube documentation how to do that: Security | SonarQube Docs

hope that helps :slight_smile:

Thank you so much. All resolved now :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.