I have a home storage, i want it to be accessible through my IP, but the ISP has disabled port forward so that’s not an option. I tried ngrok and it’s not reliable for large transfers. Is there any other method i could possibly make my home server accessible without relying on third party services that will bottleneck me?

  • @qjkxbmwvz
    link
    English
    111 months ago

    Not sure what you mean by third party services — do you mean relying on a third party full stop, or do you mean relying on some product(s) only offered by one company?

    I have a free-tier VPS, set up a WireGuard server, and port forward over that. Works great, a little bandwidth hit (VPS connection “only” ~400Mbps and my raspberry pi can get CPU-bound on a gigabit over WireGuard anyway).

    While this relies on a third party in a general sense, it doesn’t specifically rely on any one third party: if I want I can just spin up a VPS on a different provider, change my DNS entry, and I should be up and running.

    While something like TailScale probably would work for me and possibly be more convenient, I like relying on just the basics.