Operating the Server
Learn how to configure and operate the SonarQube server.
Running SonarQube as a service on Windows
Installing SonarQube as a service
> sc create SonarQube binPath= "\"%SONAR_HOME%\bin\windows-x86-64\wrapper.exe\" -s \"%SONAR_HOME%\conf\wrapper.conf\""Start or stop the service
> "%SONAR_HOME%\bin\windows-x86-64\StartNTService.bat"
> "%SONAR_HOME%\bin\windows-x86-64\StopNTService.bat"Running SonarQube manually on Linux
Start or stop the instance
Start:
$SONARQUBE_HOME/bin/linux-x86-64/sonar.sh start
Graceful shutdown:
$SONARQUBE_HOME/bin/linux-x86-64/sonar.sh stop
Hard stop:
$SONARQUBE_HOME/bin/linux-x86-64/sonar.sh force-stopRunning SonarQube as a service on Linux with SystemD
Running SonarQube as a service on Linux with initd
Securing the server behind a proxy
Using an Apache proxy
Using Nginx
Using IIS
HTTPS configuration
Last updated
Was this helpful?

