---
title: Installing Xperience
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

> **Info:** This page is a part of a tutorial, which you should follow sequentially from beginning to end. [Go to the first page: Using the Xperience interface](https://docs.kentico.com/13tutorial/using-the-xperience-interface.md).

## You will learn about:

Before you can begin developing a website, you first need to install Xperience. The installation process creates a site within Xperience that will serve as a repository for content, as well as a preconfigured MVC application ready for the development of your website.

## Installing Xperience

Download the installer from the [Client Portal](https://client.kentico.com/download). If you are not a client yet, you can start by [booking a 1-on-1 demo](https://www.kentico.com/get-started).

Open the Xperience installer and follow these steps:

1. Click **Next** on the welcome screen of the installer.
2. Select your country. The installer automatically tries to pre-select the appropriate country based on your system's locale.
3. Accept the license terms.
4. Click **Next**.
5. Click **Custom installation**. The installer displays the Custom installation wizard.

   ![Selecting the installation type](https://docs.kentico.com/docsassets/13tutorial/installing-xperience/Installer_custom.png "Selecting the installation type")
6. In **Step 1**, do not make any changes and click **Next**. This points the installation to the default location in the Program files folder.

   ![Setting the default installation location](https://docs.kentico.com/docsassets/13tutorial/installing-xperience/Installer_custom_programfiles.png "Setting the default installation location")
7. In **Step 2**, select **MVC** as the development model and click **Next**.

   ![Choosing the preferred development model](https://docs.kentico.com/docsassets/13tutorial/installing-xperience/Installer_custom_installation_model.png "Choosing the preferred development model")
8. In **Step 3**, you need to configure the MVC application registered as part of the installation process:

   1. Under **Target location**, set the target location for the web project to _C:\inetpub\wwwroot\Xperience13_

      > **Info:** This tutorial assumes and works with the default location of the inetpub folder (C:/inetpub). If you have the folder mapped on a different drive or file system path, please set the **Target location** field accordingly.
   2. Under **Site**, select **New site**, and enter _MEDIOClinic_ into the **Name** field.
   3. Click **Next**.

   ![Configuring the blank MVC project](https://docs.kentico.com/docsassets/13tutorial/installing-xperience/Installer_custom_installation_type.png "Configuring the blank MVC project")
9. In **Step 4**, configure the database server for Xperience:

   > **Warning:** Since we cannot make assumptions about the configuration of your development environment, the following steps, unlike the rest of this tutorial, merely provide general guidance for the configuration of the SQL server connection instead of clearly defined step-by-step instructions.

   1. Select **I have access to SQL server**. Additional configuration options become available.
   2. Under **SQL Server**, select the server where you want to store the Xperience database.
   3. Under **Authentication**, configure access credentials depending on your mode of authentication.
   4. Click **Establish connection** to verify access to the database server is configured correctly.
   5. Under **Database name**, type: _Xperience13_
   6. Click **Next**.

   ![Configuring the blank MVC project](https://docs.kentico.com/docsassets/13tutorial/installing-xperience/Installer_custom_database.png "Configuring the blank MVC project")
10. In **Step 5**, leave the default settings and click **Next**.
11. In **Step 6**, click **Install**.

The installation process installs and configures an Xperience instance together with a connected MVC application.

- The administration application is available under the  _http://localhost/Xperience13\_Admin_  URL – a composition of the specified folder name and the '_\_Admin_' suffix.
- The connected MVC application is available under  _http://localhost/Xperience13\_MEDIOClinic_ – a composition of the folder name and the specified site name.

You are done with the basic installation and configuration of your MVC environment.

Continue with the next steps of the tutorial where you will learn how to retrieve and display content from Xperience in the MVC application!

**Previous page:** [ASP.NET MVC 5 development tutorial](https://docs.kentico.com/13tutorial/developer-tutorial/asp-net-mvc-5-development-tutorial.md) —  **Next page:** [Configuring the MVC application](https://docs.kentico.com/13tutorial/developer-tutorial/asp-net-mvc-5-development-tutorial/configuring-the-mvc-application.md)

**Completed pages:** 2 of 10
