Skip Navigation

Possibly the wrong place, but personal server questions

I'd like to set up a personal cloud, probably through a vps to start. However, I'd also like to move my domains to the same server. It's been well over a decade since I did any server admin style work, so in technology years I'm old as feck.

What are my best options to look into as far as privacy/security/reliability/price for a vps? What are my best options to allow friends and family to mindlessly backup their data to our private cloud (if such a thing exists)? I'm looking for cross platform support and the ability to host multiple websites.

15
15 comments
  • I've heard good things about Hetzner, though I'd be remiss if I didn't point out that SDF offers VPS services.

  • ownCloud is probably something to check out. Or their competitor, Nextcloud. I haven't used either, but they've been around a decent amount of time. I think ownCloud was a thing when I was last doing VPS stuff in 2016, so I'm also out of practice.

    Linode used to be the premiere VPS provider, but recently made changes to the service or plans. I think they were acquired? A dev who I listen to on some podcasts talked about how he was gonna have to make changes to his business because of stuff after changes rolled out on Linode, so keep that in mind if you end up reading forum posts from >6mo ago recommending Linode.

    Good luck!

    • I've heard both of those suggested quite often. I've been researching those a bit, especially from when they split from each other on. I was curious to speak to an actual user about their experiences, or if there are other alternatives

      • I personally use and recommend nextcloud. I choose it due to licensing (nextcloud is 100% open source, whereas owncloud has an open source edition with the enterprise edition being propietary).

        Besides that, the main difference between owncloud/nextcloud is that owncloud feels more "enterprise" oriented and offers its professional service as a 1st party SaaS, while nextcloud offers the service mostly through partners (like Hetzner, Ionos, Fujitsu...). However in both companies the 1st party services are quite "big" and expensive for most of us mere mortals (minimum of 25/100 users, with pay per user). You probably will have enough with self-hosting or 3rd party providers.

        Also although in the past it took a while for nextcloud to really differentiate itself from owncloud and gain traction, currently nextcloud development moves REALLY fast, which is a great thing for its capabilities (but a bit of extra work and headache to maintain a self hosted instance up to date), and the software has improved drastically in the past years.

        From what you are describing, hosting your own nextcloud seems to fit your needs perfectly. Since you also seem to need websites, maybe a VPS instance with tons of storage where you deploy and manage your own service? If you go this way, as other have commented, I would recommend learning and using the docker images, since they will make your life easier in the long run, and will help with the websites/nextcloud living together happily in harmony.

        However, for security, I personally recommend to separate the hosting and nextcloud services. I use a managed nextcloud instance (for ease of mind: someone else takes care of the updates, back-ups and security of my storage), and then the website hosting in a different service, so if I make a mistake in my web server I don't risk my personal or family files. I have experience and currently recommend Hetzner for the NC instances (Storage Share), but also have worked successfully with Scaleway using a compute instance to self-host nextcloud, linking it to their Object Storage for the filesystem.

        With NC you can create subdomains, assign users and set quotas, define what they can do or not (like for example, sharing files or folders outside of the instance, for how long, allow public uploads...), lock down the instance with 2FA and IP filtering... Nextcloud is really customizable, and has a lot of possibilities if you want to extend it through the apps (like collaborative document editing, or audio/video conference). I have used it for several years with the clients in Linux, Android, Windows, and once you configure it as you want, it simply works.

        Good luck!

15 comments