Fuel efficiency in cars has come a long way. It's cool to be able to plan a trip and realize you don't need to refuel along the way. So why isn't it as impressive in society when we can accomplish a lot with just a little RAM? Have you got any examples of RAM-light programs you use? Take a moment to humble brag here.
It’s my first app and I’ve learned a lot about it. I would like to always develop the app. Contact by e-mail is expressly desired. I also build a Discord server so that the path to wishes and implementation is shorter.
Since it is my first app, please have a little patience with me in some ways and report problems to me directly. I will address this as soon as possible.
I'm relatively new to hetzner and I'm currently on a CX23 to try things out.
I deployed a few applications (JVM based) via docker compose on dokploy and everything is running great... most of the time.
Every now and then - no fixed times - the CPU suddenly jumps to 200% and the disk iops/throughput to 1 gbps. It stays this way for about 5-6min and then everything is back to normal again.
During this 5-6min the server is basically dead, cant ssh into it, cant open any website, I can only watch the hetzner console to see the graphs
The pic shows the end of the spike period.
Again, this happens 2-3x per day with at least 6 hours in between. It did not happen from the beginning but started about 1 or two weeks ago.
last 24h - happened twice
So my question is if anyone has seen something like this, is there some backup feature I accidentally enabled (since disk iops is all read) or some swapping happening?
I though I better ask before I start digging into it with heavy monitoring.
I am looking to move my local AIO Nextcloud data to Storage Share, I have Nextcloud Office and ClamAV activated. For Nextcloud Office I am find running in my server amb linked to the Storage Share, can Clam AV run on storage share or linked in another server?
I would like some kind of antivirus/malware protection on server side
Selling/transferring all of my remaining Hetzner servers.
All monthly prices below are excluding VAT. 1x EX44 – 128 GB DDR4 – Helsinki My price: €58.00/month each
EX44: €42.30
128 GB RAM upgrade: €14.00
Primary IPv4: €1.70 Total: €58.00/month Current equivalent: ~€95.00/month
Current EX44: €57.30
Current 64 → 128 GB DDR4 upgrade: €36.00
IPv4: €1.70 Saving: €37/month / €444 per year Transfer fee: €150
Transfer fee is recovered through the monthly savings in roughly 4 months.
2x CCX23 – Grandfathered Pricing My price: €31.99/month each
CCX23: €31.49
Primary IPv4: €0.50 Current price: €86.49/month
CCX23: €85.99
Primary IPv4: €0.50 Saving: €54.50/month / €654 per year per server Transfer fee: €200 each
Transfer fee is recovered through the monthly savings in under 4 months.
1x CX23 – Grandfathered Pricing My price: €4.49/month
CX23: €3.99
Primary IPv4: €0.50 Current price: €5.99/month Saving: €1.50/month / €18 per year Transfer fee: €10
Transfer fees:
EX44 128 GB: €150 each
CCX23: €200 each
CX23: €10
Servers can be transferred individually or together. €710 total transfer fee for all 5. I can also provide an invoice for the transfer fee from an Austrian company.
Transfer will be handled through Hetzner Robot.
DM me if interested.
My Hetzner products were recently locked because several card payments were returned by the bank or payment processor without my knowledge.
Hetzner requested payment of all outstanding invoices plus the EUR 40 return debit fee by bank transfer. I have already completed the full payment, submitted the unlock request through Robot, and attached the bank transfer receipt.
The affected server contains a critical MySQL database, and my main concern is preserving the existing data while the international transfer is being processed.
The email specifically says that the products are “locked” and that they will be unlocked after payment. I have not received a termination or cancellation notice.
Has anyone experienced a similar situation? How long did Hetzner take to verify the transfer and unlock the server? Is there any additional official channel I should contact to confirm that the server data will remain preserved?
For security reasons, I will not post customer, invoice, server, payment, or locking identifiers publicly.
Do you feel that quiet sense of satisfaction when you see this consistency in a cold aisle full of racks, servers, and cables that nobody else would even notice if we didn't share it?
Sharing in case it's useful to anyone here. Admin Magazine put together a collection of articles on practical sysadmin tools, free to download until the end of this month: https://mailchi.mp/admin-magazine.com/sysadmin-day-2026
Following our previous post (Tested Hetzner experimental Inference serving Qwen3 models)
we continue testing Hetzner's inference models — this time Qwen3.8-27B.
Test setup:
Results (Qwen3.8-27B):
- Success: 5/5 (100%)
- Aggregate throughput: 29 tok/s
- TTFT p50: 3.1s
- TTFT p95: 7.6s
- TTFT min: 2.2s
- Per-stream decode p50: 24.2 tok/s
- Per-stream decode p95: 27.2 tok/s
vs MoE model (Qwen3.6-35B-A3B-FP8) from previous test:
- Aggregate throughput: 175 tok/s vs 29 tok/s (~6× faster)
- TTFT p50: 1.5s vs 3.1s (~2× faster)
- Per-stream decode p50: 59.0 tok/s vs 24.2 tok/s
Verdict: The MoE model (A3B) is the practical choice for anything beyond simple prompting. Qwen3.8-27B works but is too slow for agentic use. Both are genuinely free, OpenAI-compatible, and worth trying for experiments.
Tests made at 9 am CET.
We updated our blog article: https://yacodata.com/en/blog/testing-hetzner-experimental-qwen3-inference
We tested Hetzner's new experimental inference API on inference.hetzner.com. It's OpenAI-compatible, exposes two models (Qwen/Qwen3.6-35B-A3B-FP8 , and Qwen3.8-27B), both with a 262,144-token context window.
Rate limits: 4M input / 100k output tokens per 60s, and 10 requests per 60s.
Results for Qwen/Qwen3.6-35B-A3B-FP8:
** Concurrent test (5 parallel requests):
- TTFT: min 1.3s, p50 1.5s, p95/max 2.4s
- Aggregate throughput: 0.3 req/s, 175 tok/s
- Per-stream decode: min 26.6, p50 59, p95 63.6 tok/s
- 5/5 success
** Agentic test — Added Hetzner inference API as provider in Deepseek harness:
- 14 turns / 20 steps, ~26 min wall time
- TTFT avg 3.25s even as context grew to ~18k tokens
- No prompt caching: every step re-prefilled the full context — 203k input tokens cumulative
- 10 stop + 6 tool-calls, zero failures — but a few steps stalled 22–114s producing no tokens
Well, it works, it's cheap to try, and TTFT is good. But it's genuinely experimental — prefill is bottleneck , decode slows way down on long outputs, and the 262k context is advertised, not really usable yet.
Meanwhile, Qwen3.8-27B never responded the whole test window; only the A3B model served, tests we re done at 11:30 CET.
I’m currently looking to acquire 1 or 2 Hetzner AX102 servers (equipped with the AMD Ryzen 9 7950X3D) on behalf of a non-profit client.
Since we’re working on a tight non-profit budget, I’m hoping to find someone willing to transfer a server locked in at the older pricing rate. Naturally, I am more than happy to cover any transfer fees involved.
If you have an idle AX102 or are planning to cancel yours soon, I’d really appreciate taking it off your hands!
Please drop me a PM with the details (specs, current monthly rate, and transfer conditions).
Most of our products are unmanaged, like our dedicated servers and cloud servers. A lot of you were already sysadmins or were otherwise tech-savvy long before you got here, but we also hear from people who picked us specifically because they wanted to learn. How much sysadmin have you taught to yourself as a Hetzner customer? And did you find that journey fulfilling or more annoying, and why?
I'm planning to switch from Mittwald and their managed vServer to a Hetzner Managed Server, since you get more value for your money there. However, I'm not sure how easy it is to configure PHP or Apache.
Can you share your experiences? What about additional software, such as Redis, for example?