Stop Using Paid VPNs. Do THIS Instead.


In a world where online privacy is increasingly under threat, and content is being blocked based on geo-location, many of us turn to paid VPNs for help.

But what if I told you there's a better way?

Paid VPN services promise security and anonymity, but they come with their own set of problems.

You're entrusting your data to a third party, often with unclear logging policies and potential vulnerabilities.
Not to mention the recurring costs that can add up over time

If you have a bit of technical knowledge, I don’t see any reason why you should sign up to a commercial VPN service after playing with Algo VPN

Enter AlgoVPN, an open-source solution that puts you in control.

Open-source VPNs like Algo are game-changers.

Here's what I learned about setting up your own VPN:

  1. It's easier than you think.
    With tools like AlgoVPN, you can deploy a secure VPN server in minutes using cloud providers like AWS or DigitalOcean. The installation process leads you, hand-in-hand, through the options and choices and establishes the infrastructure for you.
  2. It's cost-effective. Running your own VPN can cost as little as $3-$7 per month, depending on usage. This is just the "on-demand" price. With different clouds, even the expensive AWS, you can get 12 months free trier where a small t3.micro can cost $0.
    You'd be paying a little for an IP address and some traffic, but if you turn the instance off when done, and use it sparingly, it'll cost way, WAY less than other paid services.
  3. You have full control. You decide where your server is located, who has access, and what data is logged (if any). This doesn't mean, you're 100% protected from law enforcements (if that's what you're after this is the wrong place 😅).
    If you're unsure, Algo lists its anti-features

Ready to take action? Here's how to get started:

  1. Clone the AlgoVPN project from GitHub
  2. Choose a cloud provider (Hetzner is by far you most cost-effective option if you go for a long living server)
  3. Run the AlgoVPN setup script, which will guide you through the process.
    Personally, I opted for the docker option, instead of installing a bunch of dependencies but that's up to you.
  4. Install the WireGuard client on your devices and import the generated profiles.

Don't settle for overpriced, potentially compromised VPN services.

Especially if you need a one-off, or a short-lived server to bypass geo-location protected content!

It's simpler than you think, more secure than you imagined, and it might just save you a few bucks along the way.

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

LimaVM Is Probably The Best MacOS Virtual Machine I've Ever Used If you're tired of Docker Desktop bogging down your machine, or simply don't like fuff of mapping ports, mounting volumes when all you need is a small virtual environment, this one's for you. I recently discovered LimaVM, and it's a game-changer for local development. It lets you spin up Linux VMs with ease, offering a faster, lighter alternative to Docker and other VM managers for many tasks, but especially for development....

Coding Is Changing. Here's How I Stay AHEAD This issue is brought to you by: Ideas to apps in seconds with Lovable Lovable is your superhuman full stack engineer. Click here for double credits when signing up The AI revolution isn't replacing engineers (IMHO) - it's changing how they work and which skills matter most. I mean, look at the sponsor of this week, a "vibe coding" platform that creates your idea in no time. But, does it actually matter for developers / devops and other tech...

Edit Faster: Vim Motions From Scratch Ever watched a developer frantically switching between keyboard and mouse? "Click, type, click, type..." It's like watching someone crawl when they could just walk. If you're tired of granny mode coding and want to boost your productivity, Vim motions might be exactly what you need. Every once in a while, I review my processes, trying to improve systems, tools, and yes, motions. This time I thought, why not share the basics with everyone too? These...