Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to login into SonarQube in my local box [closed]

I installed the SonarQube 3.7 in my localbox for Maven Projects (Maven 3), I can able to run the sonar and see the metrics. But i could not able to Log In as administrator in localhost:9000, what are the default login credentials for SonarQube after installation?

And also i dont see the 'Settings' link on the top bar!

like image 366
user2723039 Avatar asked Aug 27 '13 20:08

user2723039


People also ask

How do I log into local SonarQube?

When installing SonarQube, a default user with Administer System permission is created automatically: Login: admin. Password: admin.

How can I recover my SonarQube admin password?

On documentation page in section Reinstating Admin Access you'll find query which allows you from database level reset admin user password to default password which is simply admin .

How do I check my SonarQube status?

Start Sonarqube Service Step 2: Navigate to the start script directory. Step 3: Start the sonarqube service. Step 4: Check the application status. If it is in running state, you can access the sonarqube dashboard using the DNS name or Ip address of your server.


1 Answers

Documentation updated: https://docs.sonarqube.org/display/SONAR/Setup+and+Upgrade (credentials: admin/admin). You'll see the "Settings" link once you've logged in as a System administrator.

like image 139
David RACODON - QA Consultant Avatar answered Sep 26 '22 01:09

David RACODON - QA Consultant