Skip to content

Hostinger $3 VPS: 18 months of pain but I learned a lot

General Discussion by panelkrakw 21 replies 3.8K views
12 #1

So I bought this $3/month vps from Hostinger 18 months ago lol. Figured it would die in a month Packet loss like 3-4% random times, they do "network maintenance" like 3x a month always at 3am my time. Lost all my data once when they migrated and "forgot" to move my block storage But honestly? Learned more about backups and monitoring from this trash fire than any $20 vps. Worth it if ur broke and wanna learn. Still running a static site and a wireguard node on it somehow

#2
  • Three network maintenance windows monthly is actually excessive
  • Data loss is where I personally draw the line
  • Learning value is real though, I'll grant that
  • Backups are a skill
  • Monitoring is a skill
  • Still wouldn't recommend it to anyone who values sleep
#3

Did you have any backups at all when the data loss happened? I just got a cheap vps for school and now im worried! Should I use rsync or something else?

#4

Hostinger's "maintenance" is just them rebooting the node when it ooms from overselling. Anyway I had one there too, used it to run a tor relay at 3am for six months before they canned me. Idk why I do this. Here's my monitoring setup from that era, still works:

#!/bin/bash
curl -sf hostinger.com || echo "$(date) dead again" >> /var/log/racknerds.txt
builds at 3AM, sleeps at noon
11 #5

Thread derailed. Host performance discussion belongs in reviews. Locked. Take payment disputes to DMs.

No logs, no proof. I have logs.
#6

3am maintenance every week and you stayed for 18 months

swimming upstream since 2019 🐟
#7

Same "forgot" my storage once

#8

I learned more from broken hosts than stable ones tbh

#9

So rsync or what? I need something simple for a student budget, don't have money for backblaze or whatever

5 #10
Alice18 said:
So rsync or what?

rsync to another cheap box, or even to your laptop if it's on. I use borgbackup to a Hetzner Storage Box now, EUR 3.81 for 100GB. Way more reliable than Hostinger's "block storage" which is just NFS over a wet string apparently

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft