Hey
Just wanted to chime in with experience to my fellow hetzner residents. I have been running FreeBSD on hetzners dedicated servers since 2014, and can happily report that it still works just fine.
2 months ago I had to resort to installing via a java enabled windows machine, and their KVM with ISO mount. That dosn't work anymore as many has pointed out. It's now a HTML based KVM, so you have to purchase a 16GB USB stick.
What I did, was boot into their normal linux rescue, and issue the following commands, after ordering a KVM and logging into it:
# Log in via SSH
1) wget
https://download.freebsd.org/releas.../13.1/FreeBSD-13.1-RELEASE-amd64-memstick.img
# Remember to check if sda is your memstick
2) dd if=FreeBSD-13.1-RELEASE-amd64-memstick.img of=/dev/sda
# Check it wrote it
3) cfdisk /dev/sda
4) reboot
5) In KVM, press DEL to enter BIOS, go to boot and pick "legacy USB" as the first option
6) Reboot
7) Install FreeBSD
8) Reboot
9) Go to BIOS and set "UEFI HDD" as first boot option
10) Done
I have 2 AX101 machines now running FreeBSD 13.1 since they removed unofficial support, and the first one ran great and passed all my stress benchmarks before getting put into service. But, because of an overwhelming user peak, it had a crash after 2 months of service. I'm pretty sure it was because of my misconfiguration, but it was still a bit wierd, because I had to go to robot and see that it just said "Powered off". Normally, machines crashing just triggers a hard reset, not a poweroff. It was also my first machine at hetzner that had crashed.
These are my motherboards on my AX101's:
ASRockRack B565D4-V1L
Asus Pro WS 565-ACE
PS: If you can't get a machine where FreeBSD works, use their second hand market to rent an earlier model. I've had to do that once and the machine still runs after 5 years
