# Install the server

For a full-featured, production server, you’d want it to be dedicated. This tutorial will guide you through the steps to download and install the server.

## Procedures

{% stepper %}
{% step %}
Download the server setup from [Downloads](#downloads).​​
{% endstep %}

{% step %}
Double-click the `.exe` file to launch the InstallShield wizard.
{% endstep %}

{% step %}
When prompted by <mark style="color:blue;">User Account Control</mark>, click <mark style="color:blue;">Yes</mark> to allow the installer to make changes on your device.
{% endstep %}

{% step %}
Follow the on-screen instructions in the wizard to complete the installation.
{% endstep %}

{% step %}
Next, make sure to [install the server patch](/advanced/dedicated-server/install-server-patch.md) — *don’t skip this step*!
{% endstep %}
{% endstepper %}

## Downloads

{% tabs %}
{% tab title="Download" %}
**Server Setup (140 MB)**

{% embed url="<https://www.bf-games.net/downloads/mirror/4659>" %}

{% embed url="<https://drive.google.com/file/d/1RtsJs7_mO6BLtMhSmEdBsUutc_QAQY97/view?usp=sharing>" %}
{% endtab %}

{% tab title="Changelog" %}
N/A
{% endtab %}
{% endtabs %}


---

# 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.getbf2142.net/advanced/dedicated-server/install-server.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.
