TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is Setting Up a VPS Worth It?

34 pointsby thisismyswampabout 2 years ago

13 comments

pornelabout 2 years ago
If you go that route, I also recommend using something like Ansible. Unfortunately, it’s more things to learn and more to set up, but it’s worth it long term.<p>The problem is that you will set up your first VPS by spending hours installing packages and tweaking configs by hand. But eventually you will need to upgrade the OS, or switch to bigger hardware, or change VPS providers. And then it’ll be a nightmare to recreate all that snowflake config elsewhere without forgetting some detail.<p>The upside is that it’s cheap and fast, especially compared to anything “serverless” that chargers per request.
评论 #35141840 未加载
评论 #35140508 未加载
评论 #35138837 未加载
评论 #35139371 未加载
评论 #35138820 未加载
评论 #35145887 未加载
stonewallabout 2 years ago
Do people not use Linux anymore? General Linux admin skills were common knowledge when I was in university ~10 years ago, and many people ran Linux as their primary OS. Most of my friends had their own VPS with little pet websites.<p>Has the cloud killed this skillset? Seems increasingly less common these days.
评论 #35143890 未加载
iansinnottabout 2 years ago
For small projects I&#x27;d remove the bit about &#x27;saving money&#x27; being a reason to use VPS. If you want to get better at Linux, then by all means. However, if you&#x27;d like to save money, assuming you place any value on your own time, it&#x27;s just not worth it.<p>If your project fits in a &quot;serverless&quot; environment use Vercel or Netlify for free. If not, use the Fly free tier or pay a small amount of money per month. Use Supabase or Planescale for the db.<p>For the price of $0-5&#x2F;mo* you can deploy whatever you like, without managing the infrastructure. Then you can focus on building whatever it is you wanted to deploy.<p>* The asterisk is of course that these services usually cost quite a bit more if your usage goes beyond the free tier, but you can always move to a VPS at that point.
评论 #35166345 未加载
评论 #35145634 未加载
chr15mabout 2 years ago
If you want your own VPS but don&#x27;t want to do it on hard mode, I highly recommend Piku: <a href="https:&#x2F;&#x2F;piku.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;piku.github.io&#x2F;</a><p>It&#x27;s a PaaS you can run on your own VPS and it is literally one command to set it up on a fresh Ubuntu instance. Disclaimer: I help co-maintain Piku.
评论 #35166370 未加载
评论 #35151950 未加载
throwaway81523about 2 years ago
Pretty lame. You get used to all that stuff if you&#x27;re a regular Linux&#x2F;Un*x user. Set up your favorite container image or orchestraton playbook (I use Ansible) and you are good to go when you spin up a new VPS.
amadeuspagelabout 2 years ago
Caddy Server[1] has automatic HTTPS. Makes this much easier.<p>[1}: <a href="https:&#x2F;&#x2F;caddyserver.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caddyserver.com&#x2F;</a>
jacob019about 2 years ago
Any thoughts on ufw? I usually disable that and just make sure that I don&#x27;t have unneeded ports open. I configure iptables manually if needed.
anonzzziesabout 2 years ago
‘Setting up’? There are so many scripts and tools etc to just run one command to have whatever you need. There are services that will do it for you if you enter the ip and key. Not sure how anyone would spend more than 1 minute on ‘setting up’. Yes, it’s worth it, because it takes no time flat and VPSs these days are reliable and very cheap compared to cloud offerings.
评论 #35167042 未加载
lampshadesabout 2 years ago
Takes like 30 minutes to set one up and they&#x27;re cheap. So, yes.
picturabout 2 years ago
I don&#x27;t think it&#x27;s worth it in terms of time. Maintaining the established system or adding a new feature is always costly in time. I think it&#x27;s just fun as a hobby.
badrabbitabout 2 years ago
From what I tried last year, the old VPS days are over. Anti-fraud has ruined it. Having valid payment and email is not enough, and even with that it will take days to provision one. I tried digitalocean, OVH and several big names and wasted a ton of money for a VPS I needed right away.<p>Just get a gcp,azure or aws compute instance. Hassle is all you&#x27;ll get with VPS these days.<p>I can&#x27;t believe it is so hard to pay someone to provision a VM. They need my phone, i have to go through approvals and so much other bs. 4-5 years ago I was able to get a VPS and a domain with some bitcoin within a few hours. Now some places have the audacity to ask for ID verification.
评论 #35145979 未加载
评论 #35139551 未加载
评论 #35139537 未加载
评论 #35139563 未加载
thakoppnoabout 2 years ago
Virtual machine on my always on desktop machine has replaced VPS for me.<p>Inside virtual machines, there are rootless containers managed by systemd.
评论 #35144748 未加载
bosch_mindabout 2 years ago
I manage my homelab VPS that’s on the cloud with Ansible. Pretty cool but leaning toward migration to Salt
评论 #35166418 未加载