Download Phillux
One bootable medium that installs Debian 13 and Phillux on a server unattended. No registration, no address, no account — and it runs with the full feature set for a month.
The download can be interrupted and resumed — the server supports it, which matters for a file of this size on a thin line.
- File
- phillux-installer-v1.4.1.iso
- Size
- 979 MiB (1,026,555,904 bytes)
- Version
- Phillux 1.4.1
- Published
- 22 August 2026
- Built on
- Debian 13.6 “Trixie”, amd64, with firmware
- Starts on
- UEFI and legacy BIOS
- SHA-256
- bfe2e9938def40d86c0f15e91a8e99b27e3b2eb222300fe032ea44878380841b
Two of the three entries in the boot menu partition the first disk in the machine from scratch, and both say so in their own name. That is what makes the installation unattended — but it means the medium belongs on a machine whose disk may go. If you want to decide for yourself where things land, take the third entry: it installs Debian by hand and touches nothing you have not confirmed.
From the file to a running host
Four steps. The longest of them is the download.
# Linux
sha256sum phillux-installer-v1.4.1.iso
# macOS
shasum -a 256 phillux-installer-v1.4.1.iso
# Windows, in PowerShell
Get-FileHash .\phillux-installer-v1.4.1.iso -Algorithm SHA256
dd overwrites whatever you point it at.
# Which one is the stick?
lsblk -o NAME,SIZE,MODEL
# /dev/sdX is the whole stick, not a partition
sudo dd if=phillux-installer-v1.4.1.iso of=/dev/sdX \
bs=4M status=progress oflag=sync
On Windows, Rufus or balenaEtcher do the same thing. Rufus asks whether to write in ISO or
DD mode — either works, the image carries both.
Install Phillux, ask for the root password ← recommended
Install Phillux unattended, default password
Install Debian manually (nothing is wiped)
The first two erase the first disk. The second one additionally sets a password that is the
same on every installation — only use it on a machine that is not reachable from anywhere,
and change the password before it is.
# watch it happen
journalctl -u phillux-firstboot -f
# then, from any machine on the network
https://<address>:8000/ui/
Sign in with an account of the host and its system password — root, for instance, the same
credentials as over SSH. The certificate is self-signed at first, so the browser warns once.
sudo mount -o loop phillux-installer-v1.4.1.iso /mnt
sudo bash /mnt/phillux/install.sh /opt/phillux
What the machine has to bring
An ordinary server. The installer checks the first two itself and stops rather than half-finishing.
Questions about the download
Do I have to register to download it?
Does the installer erase my disk?
Does the machine need internet during the installation?
Does it boot on UEFI as well as on older BIOS machines?
What happens after the first reboot?
How do I sign in the first time?
Can I install it on a Debian that already runs?
Coming from somewhere else
A month, with nothing held back
The trial runs with the full feature set. A licence afterwards starts at 190 € per server and year, depending on the size of the machine — the editions differ by the size of the server, not by what the software can do.
Every topic on its own page
Fourteen pages, each written from what the program actually does — including where it stops.













