Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Hetzner dedi or Netcup vds -- which has better speed to USA?

For US end users, which one has better connection speed to them?

Comments

  • loayloay Member

    Hetzner for sure.

  • CatixsCatixs Member, Host Rep

    Dedi - A bit more configurations e.g. installing OS, configuring RAID
    VDS - One-shot configurations within the Netcup CCP.

    Depending on the project you are working with.
    Choosing something local might be better.

  • There is a reason providers have test files and IPs.

    Thanked by 1OhJohn
  • @loay said:
    Hetzner for sure.

    Why not Netcup? Its 2.5Gbit/s-Port while Hetznet is 1Gbit/s.

    @Catixs said: Choosing something local might be better.

    So EU servers is not a good idea for US end users?

  • loayloay Member

    @EthanZou said: 2.5Gbit/s-Port while Hetznet is 1Gbit/s

    It's not dedicated and I had some problems with netcup. Check php-friends or avoro if you are looking for a faster link speed. I agree with others that you have to test each provider and go with something local for better performance.

  • CatixsCatixs Member, Host Rep
    Thanked by 1loay
  • @loay said:

    @EthanZou said: 2.5Gbit/s-Port while Hetznet is 1Gbit/s

    It's not dedicated and I had some problems with netcup. Check php-friends or avoro if you are looking for a faster link speed. I agree with others that you have to test each provider and go with something local for better performance.

    @Catixs said:
    FYI:
    Hetzner Falkenstein: http://fsn.icmp.hetzner.com/
    Netcup: https://lookingglass.netcup.net/

    Many thanks to all of you. <3

  • EddingEdding Member
    edited March 2023

    Importend is that u tune the receive and congestion Buffers
    for example ( put that in your /etc/sysctl.conf and load it with sudo sysctl -p )

    net.core.rmem_max = 33554432
    net.core.wmem_max = 33554432
    net.ipv4.tcp_rmem = 4096 87380 33554432
    net.ipv4.tcp_wmem = 4096 65536 33554432
    net.ipv4.tcp_congestion_control=bbr

  • @Edding said:
    Importend is that u tune the receive and congestion Buffers
    for example ( put that in your /etc/sysctl.conf and load it with sudo sysctl -p )

    net.core.rmem_max = 33554432
    net.core.wmem_max = 33554432
    net.ipv4.tcp_rmem = 4096 87380 33554432
    net.ipv4.tcp_wmem = 4096 65536 33554432
    net.ipv4.tcp_congestion_control=bbr

    Thanks a lot!
    And how about latency?

Sign In or Register to comment.