this post was submitted on 24 Jun 2026
19 points (100.0% liked)

Selfhosted

60114 readers
663 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have a personal server I connect to through Tailscale whenever I'm not home, however I've found that whenever I'm connecting remotely connection speed drops drastically from 100MB/s to <3MB/s.

I expect there to be some speed loss when connecting over the internet compared to locally, but 3MB/s doesn't make any sense especially considering that according to a python script I found that uses speedtest.net to test internet speed through a terminal, it reported 109Mbit/s download and and 76Mbit/s upload (~13MB/s; 9MB/s), which aren't amazing but leagues beyond 2MB/s. Moreover I also did a quick test with a friend of mine briefly using port-forwarding and they reported the same speeds, which tells me it isn't Tailscale slowing me down.

Is this just what happens when you connect over the internet? What trickery is afoot to allow me to download things from the interwebz using that sweet full 109Mbit/s bandwidth?

you are viewing a single comment's thread
view the rest of the comments
[–] Onomatopoeia@lemmy.cafe 3 points 12 hours ago* (last edited 12 hours ago) (1 children)

Connecting remotely to your home devices is dependent on your home internet connection's upload speed, which is usually a fraction of the download speed.

Then add the overhead of the VPN (Tailscale) and how dirext of a connection it's able to make.

Then the connection of the device you're testing from - it may have some bandwidth limitations.

I just did a quick test - copy a specific file from a local server to my phone - just enabling Tailscale made that copy take twice as long, so it's definitely adding significant bandwidth constraints (could be an Android limitation).

[–] CameronDev@programming.dev 3 points 11 hours ago (1 children)

Tailscale, which is wireguard is pretty lightweight protocol wise, so the overhead is usually not significant in my experience.

However, some devices don't accelerate the crypto well, which can dramatically reduce speeds. My pi4 definitely struggles with it.

At 3mb/s, I would question if OP is getting relay'd, or possibly hitting some pretty bad packet loss.

[–] Onomatopoeia@lemmy.cafe 2 points 6 hours ago

I would suspect he's getting relayed, and I suspect I was too for my test.