> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/setup-deployr-community/installation.md).

# Installation

The installation process for DeployR Community is simple: launch the installer, accept the license terms, provide a few configuration details, and let it handle the rest.

Extract the TwoPint.DeployRCommunity.exe file from the downloaded .zip file.  Run this elevated:

<figure><img src="/files/4QC53I4P85SpgQ5JwEG6" alt=""><figcaption></figcaption></figure>

Intially, you will see a splash screen:

<figure><img src="/files/3K5DJH5inyBfLId4UFJ0" alt=""><figcaption></figcaption></figure>

Next, you will be shown the license terms.  Review these terms, check the box saying "I agree to the license terms and conditions," and click Next to continue.

<figure><img src="/files/PhidfCREiGATLBDwb0ob" alt=""><figcaption></figcaption></figure>

Finally, configure DeployR Community as required:

* Specify the product key that you were provided by e-mail after completing the registration process.
* Specify the fully-qualified domain name for this computer.
* Choose whether to respond to PXE requests or not.  If you have an existing PXE solution (e.g. WDS, Configuration Manager, etc.) you might not want to enable this yet.  If you uncheck the "Response to PXE requests" option, the 2PXE service will be installed but it will not respond to boot requests until you enable that option in the "Configure 2PXE" configuration editor app at some later point.
* Choose a location to be used for DeployR content or accept the default.  By default, all of the content will be placed in "C:\ProgramData\2Pint Software\DeployR" but you can choose another location or drive if you prefer.  (This can be moved later by copying it to a new location and then using the "Configure DeployR" configuration editor app to tell it where to find it, but it's easier if you choose the desired location from the start.)

Once these are configured, click "Install" to start the installation process.

<figure><img src="/files/JZSoDrQWiQBw6HChXBPM" alt=""><figcaption></figcaption></figure>

During the installation process, all the required Microsoft dependencies will automatically be downloaded and installed if they are not already present:

* .NET 10
* PowerShell 7.6
* Assessment and Deployment Kit, version 26100.2454

This could take a while, depending on your internet connection speed.

<figure><img src="/files/hJZRMVKbIffnFiDMrmxV" alt=""><figcaption></figcaption></figure>

Once those dependencies are installed, the 2Pint Software products that make up DeployR Community are then automatically installed and configured:

* StifleR Server, providing infrastructure services to support the other products.
* StifleR Dashboard, providing the web-based portal for administering DeployR.
* 2PXE, providing iPXE-based PXE booting functionality.
* DeployR itself.

Once those installations are complete, click the link below "Local administration":

<figure><img src="/files/Ko90DkTyHk3xsW07v5CC" alt=""><figcaption></figcaption></figure>

Authenticate to the dashboard if prompted.  (You can avoid this prompt when using Edge if you add the domain name to the Local Intranet or Trusted Sites zones in Windows.)  Once authenticated, the dashboard will appear:

<figure><img src="/files/0ppcZmgwHYUyL7MqCpgR" alt=""><figcaption></figcaption></figure>

Clicking on the nodes under "DeployR" will show the pre-created content that is provided with DeployR.  If you see a message saying "Service is starting" don't be alarmed; the initialization process can take a few minutes.  Refresh the page and you should be able to see a single task sequence, many step defintions, a number of content items, and two boot image definitions.

Congratulations, DeployR Community is now installed and configured.  See the [Getting Started](/deployr/1.2/getting-started/securing.md)section for next steps.

{% hint style="info" %}
DeployR Community will be preconfigured with a passcode of "DeployR".  This must be entered by anyone attempting to run a DeployR task sequence.  This can be changed, or other security methods can be configured, by following the instructions in the [Securing](/deployr/1.2/getting-started/securing.md)section.
{% endhint %}


---

# 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://documentation.2pintsoftware.com/deployr/1.2/setup-deployr-community/installation.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.
