# 2PXE Post Installation Checks

### Review Installation Files

The 2PXE service can be installed to any location, but we recommend it to be installed in the default directory. Once the service is installed, the following files should be present in the installation folder:

* Main Service Executable: **2Pint.2Pxe.Service.exe**
* Configuration File:  **2Pint.2Pxe.Service.exe.config**
* Main DLL: 2Pint.2Pxe.dll
* PowerShell scripts for managing the PowerShell Extension
* **Readme.txt**
* End User License Agreement file
* Boot folder with iPXE boot loader files & wimboot binary

### Check the 2PXE service

The Windows Installer file will install a service called 2PXE which it will also start during the install. Typical failures to start can be that the license file is wrong, or that something is using the ports that 2PXE is trying to use.

> NOTE: Don’t forget that F5 (refresh) button, the service might show as running but is it really?

### Check the RemoteInstall Folder

The **RemoteInstall** directory is created within the **2Pint Software\2PXE \ProgramData** folder as per below:

![](/files/-LlIDfwpgOK-LeS_-13L)

> Note: These files are left behind after an msi uninstall of 2PXE, but will be removed if the PowerShell removal script is used.

Inside the RemoteInstall folder you have more folders with default and temporary files. These files are managed by the service and normally don’t require any further configuration.

The figure below shows the root of the RemoteInstall directory used for hosting the boot files used by the TFTP transfer. The only file that requires attention is the Sources, from where the WinPE boot images are accessed. Images needs to be copied to here to allow booting using PowerShell extensions.

If you are using the PowerShell extension with regular Windows Boot Loaders the Sources folder is where you place your boot images.

![](/files/-LlIDfwqOHOFBeWxBUWY)

### 2PXE Windows Event log

At service startup, the 2PXE service checks for, and if not present, will create a Windows Event log.

> Note: The log is located under the Application and Services Logs in the Event Viewer. This log is not removed as a part of the uninstallation.

### Adding Boot Images

The Configuration Manager integration handles its own Boot Image process and requires no configuration of Boot Images. If Boot Image retrieval and distribution was working before 2PXE was installed then it should work after.

For adding images when using PowerShell integration, please refer to the 2PXE PowerShell Mode Guide.


---

# 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://documentation.2pintsoftware.com/2pxe-server/installation/2pxe-post-installation-checks.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.
