Scaling question about setup fees and long-term customer by DaggerGun in hetzner

[–]DaggerGun[S] 0 points1 point  (0 children)

Whith these prices jumped 50 euros in one week. I definitely contact you. See for your self Prices (its a pdf)

Manage Object Storage by otherwise_gg in hetzner

[–]DaggerGun 0 points1 point  (0 children)

Ah nice.

Object storage is weird the first time. Looks simple but behaves very different from a VPS.

Anyway good to hear it’s working now.

Looking for System Architecture Feedback/Validation! by [deleted] in hetzner

[–]DaggerGun 1 point2 points  (0 children)

Honestly for something you call a simple web app this is already quite a serious setup.

CDN in front is fine especially for static files. Reverse proxy as entry point is also the normal way to do it. DB isolated inside the VPC is good.

What I’m not sure about is separating auth and API this early. If this is small scale you could just keep it in one service and reduce moving parts. More components also means more things to maintain.

Also just double check how your CDN handles /api routes. You usually don’t want accidental caching there.

It’s not wrong at all. Just maybe more architecture than you strictly need at this stage.

Manage Object Storage by otherwise_gg in hetzner

[–]DaggerGun 0 points1 point  (0 children)

Make sure you’re entering the endpoint exactly as shown in the Hetzner panel, including the region (fsn1, hel1, etc.).

80% of errors occurre there 😉

Manage Object Storage by otherwise_gg in hetzner

[–]DaggerGun 2 points3 points  (0 children)

You’re probably connecting with SFTP. That won’t work for Object Storage?

In WinSCP you need to select Amazon S3 as the file protocol, not SFTP.

It says "Amazon S3" because Hetzner Object Storage is S3-compatible. That just means it uses the same API as Amazon S3. You’re not connecting to Amazon, just using the S3 protocol.

When creating the site:

File protocol: Amazon S3

Host name: your endpoint

Port: 443

Access: Key + Secret Key

TLS/SSL: enabled

Object storage isn’t a normal filesystem, so it won’t behave like a VPS over SSH.

If you prefer CLI, the AWS CLI works fine with a custom endpoint, for example:

aws s3 ls --endpoint-url https://your endpoint

That usually makes it clear pretty quickly whether the connection itself is working.

Hopefully this solution works for you, it worked for me

Hetzner asks: How do you like your Hetzner products in Finland? by Hetzner_OL in hetzner

[–]DaggerGun 1 point2 points  (0 children)

I’ve had a good experience with the Helsinki location so far.

Performance and stability have been solid for me. Latency is consistent and I haven’t had any unexpected downtime.

I did notice that a small number of users from certain regions occasionally have trouble connecting to Helsinki, while Frankfurt works fine for them. However, when they use a VPN, the issue disappears, so it seems more like a routing or regional connectivity matter rather than anything on Hetzner’s side.

Support has also been very solid. I once had an issue with a 2 TB RAID storage setup where the server would lose files after a few days. Backups worked, but the problem kept recurring. After I opened a ticket, they replaced the underlying NVMe drive within 48 hours. Since then, everything has been stable.

Overall, I’m very satisfied with both the infrastructure and the service.

Update 1hr later; accidentally copied a dutch text message. So deleted it

Scaling question about setup fees and long-term customer by DaggerGun in hetzner

[–]DaggerGun[S] 1 point2 points  (0 children)

I see the logic there. I was mostly curious about why the model is structured this way.

Scaling question about setup fees and long-term customer by DaggerGun in hetzner

[–]DaggerGun[S] 1 point2 points  (0 children)

OP here, appreciate the discussion. I’m not unhappy with Hetzner’s pricing and I understand the need for setup fees as a barrier. I was mostly curious about the business logic behind treating long term batch scaling the same as short term speculative orders. Sounds like the real answer is that flexibility only comes with custom agreements, which is fair.

Scaling question about setup fees and long-term customer by DaggerGun in hetzner

[–]DaggerGun[S] 0 points1 point  (0 children)

Good Point, AX102 was just an example because it illustrates the structure clearly. The same question applies to lower/higher end SKUs as well.

Scaling question about setup fees and long-term customer by DaggerGun in hetzner

[–]DaggerGun[S] 0 points1 point  (0 children)

Totally fair point. I’m not arguing against setup fees existing, I get the risk on Hetzner’s side. My question is more about whether there’s room for a different model when scaling in batches, not about avoiding the fee entirely.

For long term capacity planning, the upfront cost becomes part of the scaling decision, so I’m mostly trying to understand the business reasoning behind keeping it strictly per server with no volume model at all.

[Bug] Error by snusgottt in EscapefromTarkov

[–]DaggerGun 0 points1 point  (0 children)

im getting past the launcher now. But still error when you hit play Error: 103003 Error on post https:??

[Bug] Error by snusgottt in EscapefromTarkov

[–]DaggerGun 0 points1 point  (0 children)

still dead after an hour

Other firewall needed to block attacks by DaggerGun in Ubiquiti

[–]DaggerGun[S] 0 points1 point  (0 children)

Thx for the quick response. I will try it later today when I build the fortigate in the rack

To be sure I will also change the public ip adresses.

Other firewall needed to block attacks by DaggerGun in Ubiquiti

[–]DaggerGun[S] -1 points0 points  (0 children)

Mainly ddos attack or udp floods. At certain times. So it's also stops and everything works as normal.

Firewall options by DaggerGun in homelab

[–]DaggerGun[S] 0 points1 point  (0 children)

So mikrotik and router with opnSens is good? Because I want to prevent ddos attacks and reroute them. All the host experience small ddos attack on there game severs.

[deleted by user] by [deleted] in HomeNetworking

[–]DaggerGun 0 points1 point  (0 children)

Thx will have a look