Skip to content

lab-ipxe-osMulti-OS iPXE & Cloud-Init Hub

A high-performance, lightweight network autoinstall server for Bare-metal and Virtual Machines powered by Bun & TypeScript.

Quick Start

1. Download the Standalone Executable

Download the precompiled binary for your architecture from GitHub Releases:

bash
# Example for Linux x64
tar -xzf lab-ipxe-os-v1.0.0-linux-x64.tar.gz
cd lab-ipxe-os
./lab-ipxe-os

2. Configure DHCP / iPXE Chaining

Direct your DHCP server or iPXE client to the boot script endpoint:

ini
chain http://<SERVER-IP>:3000/boot.ipxe?mac=${net0/mac}

3. Explore Detailed Documentation

Multi-OS iPXE & Cloud-Init Autoinstall Hub