# NetbootXYZ

{% embed url="<https://github.com/netbootxyz/netboot.xyz>" %}

netboot.xyz is a convenient place to boot into any type of operating system or utility disk without the need of having to go spend time retrieving the ISO just to run it. [iPXE](http://ipxe.org/) is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.

{% @github-files/github-code-block url="<https://github.com/trentnbauer/agg/blob/main/docker-compose/netbootxyz.yml>" %}

| Port | Purpose                       |
| ---- | ----------------------------- |
| 3000 | WebUI                         |
| 69   | DHCP / PXE booting            |
| 80   | File store for bootable media |

| Host Volume | Container Volume | Purpose                          |
| ----------- | ---------------- | -------------------------------- |
| assets      | /assets          | stores downloaded bootable media |
| conf        | /config          | stores configuration files       |

| Integration | Purpose               |
| ----------- | --------------------- |
| UniFi       | Set as PXEBoot server |

\\


---

# 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://www.trentbauer.com/homelab/service-overviews/maintenance-and-monitoring/netbootxyz.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.
