Lot of sales for 4th of july (and ongoing ones) where you can pay $10-$14 for a YEAR of a small cheap VPS. Usually only has 1GB of memory, but that’s plenty to play around with and learn. If nothing else, a good cheap ipv4 you can use for some port forwarding. There are lots of options, but I’ve used racknerd and ethernetservers which have been fine.
I have my own server at home, but I bought two small ones to start learning Ansible with in a risk free way. Eventually plan to redo my main server with a complete Ansible setup, really want to hop on that “infrastructure as code” train.
Another Pro tip:
If you really want to self host and have good internet speeds, then just use a dynamic dns service to point a domain at your home network :)
It’s free minus the power costs. Sure you won’t be able to guarantee availability but for most personal(and friends/family) use it’s more than good enough.
I say this because the reason a lot of people use VPS is because their ISP won’t give them a static IP. You don’t need a static IP.
Cries in ISP-forced NAT
I was right there with you and did a vpn tunnel with cloudflare. Not a perfect solution but it works well for my jellyfin server.
https://www.cloudflare.com/products/tunnel/
Yeah, but your speed is limited by the tunnel. My ISP has excellent upload speeds otherwise (140 Mbps).
I checked with my ISP, they said they will give me a static IP but it will cost around $15 per month along with my internet cost. I’d rather just get a VPS.
Seriously. Even better when they just turn it on one day without warning because they can’t handle building out infrastructure to suit their growing customer base. Bastards.
deleted by creator
Depends on Canada my cable did not but my fiber bother the ipv4 and 6 change enough that I wrote scripts to update the DNS records.
I think it depends on the ISP. In my country (Croatia) most of the ISPs, if not all, change your IP address every 24h no matter what. You can force the IP change when you restart the router so if I restart mine at 2am it will change my IP every day at 2am.
deleted by creator
God, i love how nice everyone is on lemmy right now.
What OS? I run a Linux router that when the IP changes it just updates the DNS record. Worst case I’m down for 5 minutes. But have never noticed anything.
Oh my server is running through cloudflare tunnel so im not affected by ip change at all. Im actually running default ISPs router it’s actually pretty nice and does the job for me.
I had the same IP address for almost four years through Spectrum in Upstate NY, on a residential plan. It changed once. I ended up moving anyway though, so I didn’t get to see how long that one stuck around.
I’m with BT in the UK and whilst this is somewhat true (as in if we lose power my ip normally changes) my ip does change from time to time for no apparent reason.
I have dynamic DNS set up for my services so it’s not a major pain but I do wish I had a true static IP.
If your domain is registered with cloudflare, they have an amazing tunnelling service that is free to point your domain to your own device at home!
For people who don’t like cloudflare, it’s also possible to self-host your reverse proxy, using e.g.
nginx
on the front end, andrathole
orfrp
for the reverse tunnel. I usessh
if I need a forward proxy too (so outbound requests don’t come from my “real” IP) and that’s not super ideal, but it works.This is of course considerably more difficult than something that’s point-and-click, but for me, using Cloudflare defeats the purpose of self-hosting.
I have built & rebuilt such a setup several times now and it gets better documented every time, soon I’ll release a step by step HOWTO.
Please get familiar with your ISP’s TOS before doing that.
I pay them nearly $100 a month for internet. They can get fucked if they want to dictate what legal things I do with it.
It doesn’t matter how much you pay them. When you signed the contract you accepted their Terms of Service. Of course they can dictate what they want, you are free to go and choose another provider.