> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-server/2025.3/server-installation/introduction.md).

# Introduction

{% hint style="info" %}
We recommend installing SonarQube Server from a [Docker image](https://hub.docker.com/_/sonarqube) or [Helm chart](https://artifacthub.io/packages/helm/sonarqube/sonarqube) (Kubernetes/OpenShift). These methods make it easier to update to newer versions and to operate your instance. Install from the ZIP file only if neither of those options is feasible for your environment.
{% endhint %}

Developer and Enterprise editions

* [Server components](/sonarqube-server/2025.3/server-installation/server-components-overview.md)
* [Server host requirements](/sonarqube-server/2025.3/server-installation/server-host-requirements.md)
* **Pre-installation steps**:
  * [On Linux systems](/sonarqube-server/2025.3/server-installation/pre-installation/linux.md)
  * [On Unix-based systems](/sonarqube-server/2025.3/server-installation/pre-installation/unix.md)
  * [On macOS systems](/sonarqube-server/2025.3/server-installation/pre-installation/macos.md)
* **Installing**:
  * [From Docker image](/sonarqube-server/2025.3/server-installation/from-docker-image.md)
  * [Installing on Kubernetes or Openshift](/sonarqube-server/2025.3/server-installation/on-kubernetes-or-openshift.md)
  * [From ZIP file](/sonarqube-server/2025.3/server-installation/from-zip-file.md)
* **Post-installation**:\
  By default, the `sonar-users` group has the **Execute Analysis** global permission, which means that its users can see the branch status of any project, even if they don’t have explicit permissions for it. We recommend that after your trial, you review all global permissions and ensure they comply with your company policy. See [Managing permissions](/sonarqube-server/2025.3/instance-administration/user-management/user-permissions.md#global-permissions) for more information.
* **Network security:**
  * [Securing behind a proxy](/sonarqube-server/2025.3/server-installation/network-security/securing-behind-proxy.md)
  * [Network rules](/sonarqube-server/2025.3/server-installation/network-security/network-rules.md)
* **Reference architectures:**
  * [Up to 10 M LOC](/sonarqube-server/2025.3/server-installation/reference-architectures/up-to-10m-loc.md)
  * [Up to 50 M LOC](/sonarqube-server/2025.3/server-installation/reference-architectures/up-to-50m-loc.md)

## Data Center Edition <a href="#data-center-edition" id="data-center-edition"></a>

* [DCE topology](/sonarqube-server/2025.3/server-installation/data-center-edition/dce-topology.md)
* [Installation requirements](/sonarqube-server/2025.3/server-installation/data-center-edition/installation-requirements.md)
* [Pre-installation steps](/sonarqube-server/2025.3/server-installation/data-center-edition/pre-installation.md)
* **Installing:**
  * [Installing on Kubernetes or Openshift](/sonarqube-server/2025.3/server-installation/data-center-edition/on-kubernetes-or-openshift.md)
  * [Installing from ZIP file](/sonarqube-server/2025.3/server-installation/data-center-edition/from-zip-file.md)
* **Network security:**
  * [Securing behind a proxy](/sonarqube-server/2025.3/server-installation/data-center-edition/network-security/securing-behind-proxy.md)
  * [Elasticsearch security features](/sonarqube-server/2025.3/server-installation/data-center-edition/network-security/elasticsearch-security-features.md)
  * [Network rules](/sonarqube-server/2025.3/server-installation/data-center-edition/network-security/network-rules.md)

## Database <a href="#database" id="database"></a>

* [Installing database](/sonarqube-server/2025.3/server-installation/installing-the-database.md)

## Next steps <a href="#next-steps" id="next-steps"></a>

After your server is up and running, you’ll need to install one or more Sonar scanners on the machines where the analysis will be performed. See [Project analysis setup](/sonarqube-server/2025.3/analyzing-source-code/overview.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/2025.3/server-installation/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
