The Computer Oracle

What is the default username and password for SonarQube?

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game Looping

--

Chapters
00:00 Question
00:20 Accepted answer (Score 107)
00:35 Answer 2 (Score 2)
01:12 Answer 3 (Score 1)
01:34 Thank you

--

Full question
https://superuser.com/questions/637392/w...

Accepted answer links:
http://docs.sonarqube.org/display/SONAR/...

Answer 2 links:
https://docs.sonarqube.org/display/SONAR...

Answer 3 links:
[Docker implementation]: https://hub.docker.com/r/bitnami/sonarqu...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#security #login #defaultsettings

#avk47



ACCEPTED ANSWER

Score 111


username: admin
password: admin

The default system administrator credentials are admin/admin.

Installing the SonarQube server from the ZIP file




ANSWER 2

Score 2


If you are like me and have installed Sonarqube 6.4 using jdk 9 / jre 9 the login will always fail. This is due to the fact that java 9 is not supported. Please change the java version to 8 that is supported.

You can also point to a different java version in the conf/wrapper.conf file:

wrapper.java.command=/some/path/to/proper/jdk8

Valid jdk/jre options are found here: https://docs.sonarqube.org/display/SONAR/Requirements




ANSWER 3

Score 1


In Bitnami's official Docker implementation, the defaults are:

username: admin

password: bitnami

This worked for me on SonarQube 7.9.1.