Onarqube and sonarscanner same or different things?

Hello,
I need to get Sonarqube c# scanning ability, the documentation mentions “sonarscanner” but the documentation is not clear.
Is sonarqube and sonarscanner same or different things? I have Sonarqube installed but do I need to install sonarscanner separetely? I am not able find the binaries of Sonarscanner.

Thanks & Regards

Hi,

SonarQube is the server. To run analysis, you use a SonarScanner. It’s two different executables installed in two different ways in two different places. For C# you need the SonarScanner for .NET on your build agent.

 
HTH,
Ann