# 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](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/server/introduction "mention"). For details on clustered setup, see [install-the-server-as-a-cluster](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/install-the-server-as-a-cluster "mention").

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

Proceed as follows to install SonarQube Server on server side:

1. Install the [installing-the-database](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/install-the-server/installing-the-database "mention").
2. Install SonarQube Server and perform a basic setup. You can install it either [installing-sonarqube-from-zip-file](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/install-the-server/installing-sonarqube-from-zip-file "mention") or [installing-sonarqube-from-docker](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/install-the-server/installing-sonarqube-from-docker "mention").
3. If necessary, perform [advanced-installation-features](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/install-the-server/advanced-installation-features "mention").
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 [overview](https://docs.sonarsource.com/sonarqube-server/10.8/analyzing-source-code/overview "mention").

{% 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](https://312504542-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJj3TXBdWssTGGg8qK5I%2Fuploads%2Fgit-blob-be7aaeb59f6c55b97c8e479f4e91255395447bb1%2F32797b61e4af27a9c9fd0fbb71c1773d37a85aad.png?alt=media)

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.
