Hi,
By default, SonarQube is served at http://localhost:9000, but you can change the port by setting sonar.web.port
in the sonar.properties
file, and you can add a path (e.g. http://localhost:9000/sonarqube) by setting sonar.web.context
.
Ann