• 5 Posts
  • 521 Comments
Joined 2 years ago
cake
Cake day: April 27th, 2024

help-circle

  • Here’s the email I got from them:

    Dear xxx,

    This mail is to inform you about an unfortunate, but necessary price change that we must make.

    There have been drastic price increases in various areas in the IT branch recently. That is why, unfortunately, we must also increase the prices of our products.

    The costs to operate our infrastructure and to buy new hardware have both increased dramatically. Therefore, our price adjustment will affect both your existing products and new orders.

    The underlying causes of the increased costs are, among others, the exploding demand for AI-related computing power and for cloud services. In addition, raw material prices and production costs have also generally risen for manufacturers. The costs for RAM and SSDs especially have risen by a large amount. For example, the cost for DRAM memory has increased up to 500% since September 2025. And according to market researchers like TrendForce, this price trend will continue throughout the year.

    We have genuinely tried hard to optimize our costs and to prevent increasing our prices for as long as possible. But we can no longer compensate for the strain that it has placed on our operations. We want to continue to deliver quality products that meet both our standards and your expectations, so we must take this step.

    The price changes will take effect on 1 April 2026 for both new orders and existing products. For orders placed before 1 April 2026, but delivered after 1 April 2026, the adjusted prices will apply.

    The following existing products, listed under the customer number specified in the subject line, are affected by the price increase as follows.

    Product previous price New price as of 1 April 2026 Server Auction € 43.56 € 44.87 all prices incl. 21% vat

    We know that price changes are always a challenge for everyone. However, we believe that our products’ prices and conditions still have a competitive price-to-performance ratio.

    We have prepared a list of all new prices for you on Hetzner Docs at https://docs.hetzner.com/general/infrastructure-and-availability/price-adjustment. Starting on 1 April 2026, the new prices will also be on our website.

    If you do not wish to continue your contract, you can cancel the products within the regular cancellation periods via your administration interface.

    We hope that you will be able to understand and accept our decision, and that we are sorry that we have to change our prices.

    If you have any questions, we will be happy to help. Please log onto your account and go to “Support” in the menu and create a support request.

    Kind regards,

    Hetzner Online

















  • Eh… Not really. Qemu does a really good job with VM virtualizarion.

    I believe I could easily build containers instead of VMs from the nix config, but I actually do like having a full VM: since it’s running a full OS instead of an app, all the usual nix tooling just works on it.

    Also: In my day job, I actually have to deal quite a bit with containers (and kubernetes), and I just… don’t like it.



  • Zero.

    About 35 NixOS VMs though, each running either a single service (e.g. Paperless) or a suite (Sonarr and so on plus NZBGet, VPN,…).

    There’s additionally a couple of client VMs. All of those distribute over 3 Proxmox hosts accessing the same iSCSI target for VM storage.

    SSL and WireGuard are terminated at a physical firewall box running OpnSense, so with very few exceptions, the VMs do not handle any complicated network setup.

    A lot of those VMs have zero state, those that do have backup of just that state automated to the NAS (simply via rsync) and from there everything is backed up again through borg to an external storage box.

    In the stateless case, deploying a new VM is a single command; in the stateful case, same command, wait for it to come up, SSH in (keys are part of the VM images), run restore-<whatever>.

    On an average day, I spend 0 minutes managing the homelab.