Can the vps provider not read everything on your server, unless it’s explicitly encrypted?
I’m asking because I’m interested in self-hosting mainly as a way to get privacy respecting services where good hosted ones don’t exist. I’m not sure I really want to deal with running my own hardware
Yes. Yes they can.
Good companies will have measures to ensure customer privacy, all the way up to ridiculous level stuff like keeping servers inside electrically touch-sensing cages with biometrically locked entrances that can only be entered with a customer representative present.
So generally there shouldn’t be a cause for concern with any respectable provider.
Then again, running a server at home isn’t that bad. My dad did it, he still does it, and now I do, too. We are each others’ off-site backup.
The main issue is usually whether you have access to a suitable internet connection. If you want to access your stuff out-of-home, that is.
The hardware can be almost anything. Depending on what you want to run, you usually don’t have to be picky. My machine was built, and gets upgraded, using dirt-cheap parts off the used market, always a couple generations behind the latest hardware.
The only thing I buy new are the hard-drives.
I have an old laptop I tried using, though it had some keyboard issues and it’s wifi is near dead, so I’d have to buy ethernet adaptors at minimum
A laptop is a great place to start.
I like using desktop components as I’ve been able to incrementally upgrade the ram, CPU, and drives as the years go by. A lot of people also really like using single board computers.
The only thing I’d recommend against are pre-built NASes. Theyre proprietary AF and so overpriced for what you get if you don’t need the handholding of the consumer NAS software.
One thing I recommend doing, is keeping step by step notes on everything you set up, and keep a list of files and folders you’d need to keep to easily run whatever you’re running on a new system.
That way, moving to a new system, changing your config, or reinstalling the OS is so much easier. A couple years down the line you’ll be thanking yourself for writing down how the hell you configured that one thing years back.
Almost every problem I’ve had was due to me not accounting for some quirk of my config that I’d forgotten about.
And that would apply with a VPS, too, if you end up going that route.
Might just learn nix if I get to that.
But yeah, I have no interest in prebuilt devices
The only thing I’d recommend against are pre-built NASes. Theyre proprietary AF and so overpriced for what you get if you don’t need the handholding of the consumer NAS software.
The moment people realize a NAS is just a small factor desktop with a lot of space with good Ethernet speed, their eyes widen up the same way people realized the cloud is just someone else’s computer.
They are genuinely useful devices, in that they simplify the process of running what is essentially a home server, down to something the average person can pull off by just buying a box and slotting some drives into it, then use a simple UI to configure whatever basic services they like.
For just the hardware, they’re absolutely robbery. You’re paying for the software to hold your hand. If you don’t need that, they’re pretty much pointless.
If it is in the RAM, they can read it. Since it is a virtual server they can freeze and clone the current state and connect to that copy and read all data that is currently encrypted/opened without you even knowing.
Technically a lot of the newer chips used in datacenters support encrypted VMs which encrypts the RAM too, although you still have to trust that the hosting provider uses that feature.
I’m assuming that would drive up costs, so not very many use it
As soon as someone else has access to the hardware, assume someone else has access to the data. Depending on your threat model this might be acceptable. If you just don’t want <INSERT GENERIC EVIL BILLIONAIRE> snooping, I’d say a VPS is a perfectly valid solution.
I use a dedicated server, but in this regard it is similar to a VPS, and I carefully consider what kind of data I put on it. I wouldn’t put very private data on there. Simply because I see no need for it to be there.
I don’t have an explicit threat model beyond “I don’t want anyone able to read my stuff”. It just makes me uncomfortable and I find myself limiting what I’m able to put down. I’ll trust a provider or service if I must, but generally I just prefer things to be E2E and not worry about it
If you don’t want anyone to be able to read it, don’t send it to anyone.
I need to send it to myself though, which means it must leave my computer
The important difference between a paid VPS subscription and a free account with <GENERIC EVIL BILLIONAIRE>s online services is how they are financed. With the latter, definitely assume you’re the product, specifically your data.
Any VPS provider should have a privacy policy, and as a user you should acquaint yourself with the securities they (claim to) provide. The fact that you pay even a pittance for their service should be an incentive not to monetise or snoop your data.
But yeah, short of an encrypted online backup service, I’d never put “very private data” online at all…
They have full access to the hardware, everything on it, and all traffic going to/from it. So you need to trust the provider you use somewhat.
If you just want privacy from the usual online services by running some of your own stuff, then that’s totally fine.
you dont need to run a server. get a mini pc, set it up, iron out the issues and it will run perfectly fine if you dont fuck with it.
there are a few tasks like updating it, but it can be set up to do it by itself. it doesnt need stellar reliability, just regular backups.
Idk how to even attach it to a domain
yeah theres a learning process before you can set it and forget if you dont have prior experience.
The networking aspect will likely be the trickiest, but if you’re already interested in administrating a VPS you can absolutely do it.
- Have an ISP that doesn’t block inbound connections. So far both Comcast and Verizon have been cool to me in that regard.
- Configure your router to always give your host machine the same internal-network IP address.
- Configure your router to forward any relevant ports (TCP/80 for insecure HTTP, e.g.) to the internal address you assigned to your host.
- Go to ifconfig.me or similar to ascertain your public Internet IP address.
- Buy a domain (Namecheap has been good to me for a decade) and change its
A
record to point to that address!
Not hard, but not exactly uncomplicated either.
I had similar concerns in the past. I decided to move all of my VPS hosted services to a physical server that I control. I then use a VPS as a portal, set to simply forward traffic without unencrypting the HTTPS. Look up SSL pass through.
It’s not, but tls encryption cannot be read by a man in the middle. So feel free to use a vps as a way to shield your ip