# Introduction

This section describes a single-node SonarQube Server instance from the ZIP file or from the Docker image. For a Kubernetes installation, see [Introduction](/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/server/introduction.md). For details on clustered setup, see [Data Center Edition (DCE)](/sonarqube-server/10.8/setup-and-upgrade/install-the-server-as-a-cluster.md).

## Installation roadmap <a href="#roadmap" id="roadmap"></a>

Proceed as follows to install SonarQube Server on server side:

1. Install the [Installing the database](/sonarqube-server/10.8/setup-and-upgrade/install-the-server/installing-the-database.md).
2. Install SonarQube Server and perform a basic setup. You can install it either [Installing from the ZIP file](/sonarqube-server/10.8/setup-and-upgrade/install-the-server/installing-sonarqube-from-zip-file.md) or [Installing from the Docker image](/sonarqube-server/10.8/setup-and-upgrade/install-the-server/installing-sonarqube-from-docker.md).
3. If necessary, perform [Advanced installation](/sonarqube-server/10.8/setup-and-upgrade/install-the-server/advanced-installation-features.md).
4. Once your SonarQube Server is installed and running, you can access SonarQube Server UI in your web browser (the default system administrator credentials are **admin**/**admin**) and you’re ready to begin [Project analysis setup](/sonarqube-server/10.8/analyzing-source-code/overview.md).

{% hint style="info" %}
Check out this [video](https://www.youtube.com/watch?v=O0yFLS30InY) on installing SonarQube Server on Windows for a process overview.
{% endhint %}

## Instance components <a href="#instance-components" id="instance-components"></a>

Three components are necessary to run a SonarQube Server analysis:

![SQ instance components](/files/XzbBh4oif6upX5rwxArw)

SQ instance components

1. SonarQube Server running the following processes:
   * A web server that serves the SonarQube Server user interface.
   * A search server based on Elasticsearch.
   * The compute engine in charge of processing code analysis reports and saving them in the SonarQube Server database.
2. The database to store the following:
   * Metrics and issues for code quality and security generated during code scans.
   * The SonarQube Server instance configuration.
3. One or more scanners running on your build or continuous integration servers to analyze projects.

## Hosts and locations <a href="#hosts-and-locations" id="hosts-and-locations"></a>

For optimal performance, SonarQube Server and its database should be installed on separate hosts, and the Server host should be dedicated. The Server and database hosts should be located on the same network.

All hosts must be time-synchronized.


---

# Agent Instructions: 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/10.8/setup-and-upgrade/install-the-server/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.
