# Registry Config (License)

Unlike other 2Pint products, where you might add the key to a configuration file or config editor, for iPXE Anywhere Web Service, you will need to update the registry.  iPXE Anywhere Web Service has several items in the registry which when in the registry supersede what is in the configuration file, and some items, like the license key, are no longer used in the configuration file.  We know this isn't ideal, and in the future, all settings for all 2Pint products will have their own Config Editor Tool to standardize configurations.

### Registry

**Location**: HKEY\_LOCAL\_MACHINE\SOFTWARE\2Pint Software\iPXE Anywhere Web Service

Most of these items are set during the installation of the 2Pint iPXE Anywhere Web Service, and match up to a field you were prompted to configure during the installation.  Each time you upgrade and run through the installer, these settings are overwritten by the installer, so it's always recommended you backup this registry KEY before upgrading.

<table><thead><tr><th width="219.181884765625">Property</th><th width="121.727294921875">Type</th><th>Example Value</th></tr></thead><tbody><tr><td>AdminPort</td><td>DWORD</td><td>8052 (Decimal)</td></tr><tr><td>ConnectionString</td><td>String</td><td>Server=SQLServer;Trusted_Connection=Yes;DATABASE=iPXEAnywhere35</td></tr><tr><td>DebugLogPath</td><td>String</td><td>%PROGRAMDATA%\2Pint Software\iPXEWS\iPXEWS.log</td></tr><tr><td>EnableDebugLog</td><td>DWORD</td><td>0 or 1</td></tr><tr><td>HostCertficateThumbprint</td><td>String</td><td>Blank (Not needed for most scenarios) or 7a9513577d8b2909be7e26d15801e76960d8ea46</td></tr><tr><td>InstallFolder</td><td>String</td><td>C:\Program Files\2Pint Software\iPXE AnywhereWS\</td></tr><tr><td>LicenseKey</td><td>String</td><td>P0O9K8H7G78NTJDIKBE76EMEGEDGVAE6</td></tr><tr><td>LicenseType</td><td>DWORD</td><td>1               (Do not Edit)</td></tr><tr><td>Port</td><td>DWORD</td><td>8051 (Decimal)</td></tr><tr><td>Version</td><td>String</td><td>3.7.11118.1140             (Do not edit)</td></tr></tbody></table>

It's recommended that for the License, you keep it blank in your config file, so you remember to update it in the registry.

Example Registry:

<figure><img src="/files/7xg0A1f8U4sMIbUkVz1W" alt=""><figcaption></figcaption></figure>

Example config file from same machine:<br>

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


---

# 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/ipxe-ws/configuration/registry-config-license.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.
