this post was submitted on 16 Jun 2023
2 points (100.0% liked)

Selfhosted

39251 readers
246 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have T-Mobile wifi (Really great btw for $30 with my plan) but it has the big dumb cgnat. I have a plex server and you can't stream remotely with it. I had an Oracle VPS but after my trial ran out they decided they wanted to delete it with no warning.

I was using a wireguard vpn connected to my vps with Plex ports to bypass it. Right now oracle is out of instances for me to use so I thought I could see if there are any better alternatives.

I am using this GitHub script to do it

https://github.com/mochman/Bypass_CGNAT/wiki

I am wondering if anybody knows of a good VPS that I could use. I don't necessarily mind paying for it but I would like it to be relatively cheap if not free.

If it matters at all I have a Raspberry Pi 4 with DietPi running my plex server.

I haven't tried this but would it be possible to set up my VPN using wireguard on my pi and have plex point towards that?

I had Mullvad but since they are getting rid of port forwarding I got TorGuard (blah blah USA company, I know). Also wondering if there are better VPNs that I could use for... Downloading... Stuff

The guide has digital ocean and AWS Lightrail also but im not sure which one would be best and less likely to delete my account. I would prefer to use a VPN that I already pay for but im just not all too sure on how to go about that

Edit: Ended up using rack nerd. Got their 4tb monthly vps for $14 a year. Perfect for me

top 12 comments
sorted by: hot top controversial new old
[–] datallboy@lemmy.world 1 points 1 year ago (1 children)

I use RackNerd for public reverse proxies on my lab. Their New Years sales is still active, and is very affordable. Only $13/yr for 1GB RAM KVM VPS, plenty for a personal reverse proxy or VPN.

No issues with service, their support is great and responds promptly.

[–] seang96@spgrn.com 1 points 1 year ago

Didn't expect to see a shout out for racknerd. I been using them for quite a few years. Got a 3.5 GB KVM for $28.99/year deal. They even upgraded their infrastructure since and moved my server over to a full SSD node.

[–] TheDaveAbides@midwest.social 1 points 1 year ago

Not quite what you're asking, but I use localtonet to get around T-mo's CGNAT. Similar to Ngrok and other solutions, but the price was lower.

[–] overtinker@lemmy.world 0 points 1 year ago (1 children)

Sorry to steal your post but I am looking to set up the same thing and I am wondering if Hetzner is good for this? They have a VERY attractive 20tb network traffic allowance for only ~£4/month

[–] SpezCanLigmaBalls@lemmy.world 1 points 1 year ago

I ended up using racknerd. Used the same script and it worked perfect. It was $14 total for a year and 4tb a month which is all I need. There was a few dollar extra options for my network space. Once I bought it I got it all setup in like 20 mins and that includes activation for the vps

[–] codus@leby.dev 0 points 1 year ago (1 children)

It's not the cheapest but I use a DigitalOcean instance to do what you are describing. I've been burned by VPS hosts and I've enjoyed the complete lack of drama or downtime with DigitalOcean.

For port forwarding I'm using Private Internet Access and gluetun. I don't really recommend Private Internet Access and, like you, I'm interested in a better solution. It'd be nice if I could use ProtonVPN's port forwarding but it looks like that only works if you use their app.

[–] SpezCanLigmaBalls@lemmy.world 1 points 1 year ago

Yeah I think I'll just use digital ocean. It has 1tb per month and I think that will get me by with no problem. Only $4 a month also which is cheap enough for me

[–] possiblylinux127@lemmy.world 0 points 1 year ago (1 children)

I personally forward all my stuff via a wireguard tunnel setup in linode. However, I would strongly advise against exposing services to the internet.

[–] TwinTurbo@lemmy.world 0 points 1 year ago (1 children)

I do this, too. I haven’t tried Tailscale, but Netmaker wasn’t able to deal with my CGNAT without a relay node, and I found that to be hit-and-miss.

[–] possiblylinux127@lemmy.world 0 points 1 year ago (1 children)

I like wireguard because it doesn't have a lot of overhead

[–] TwinTurbo@lemmy.world 0 points 1 year ago (1 children)

Tailscale and Netmaker use wireguard under the hood, so as long as you manage to establish the connections, they should be just as fast! If you need to use relaying, however, that will introduce additional overhead.

[–] possiblylinux127@lemmy.world 1 points 1 year ago

I just like config files I guess