What inbound and outbound urls and ports do i have to whitelist in my firewall

I want to configure a firewall on my sonarqube server.
Is there a page aka. list of urls and ports wich i should white list in order to run Sonarqube smoothly?

Hi,

Welcome to the community!

Most of this you’ll find in $SONARQUBE-HOME/conf/sonar.properties. SonarQube’s default port is 9000, but that’s configurable. Elasticsearch uses 9001 by default. Again configurable.

And if you want your SonarQube instance to be able to get Marketplace data, you’ll need to configure your firewall into SonarQube.

 
HTH,
Ann