this post was submitted on 17 Dec 2024
334 points (99.1% liked)

Technology

59958 readers
3304 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 20 hours ago* (last edited 20 hours ago) (8 children)

How can someone without programming skills make a cloud server at home for cheap?

Lemmy’s Spoiler Doesn’t Make Sense(Like connected to WiFi and that’s it)

[–] WolfLink 8 points 16 hours ago (1 children)

Not programming skills, but sysadmin skills.

Buy a used server on EBay (companies often sell their old servers for cheap when they upgrade). Buy a bunch of HDDs. Install Linux and set up the HDDs in a ZFS pool.

[–] sugar_in_your_tea 1 points 12 hours ago

Or install TruNAS and chill.

I went with Linux and BTRFS because I just need a mirror. Lots of options and even more guides.

[–] sugar_in_your_tea 2 points 12 hours ago

Cheapest is probably a Raspberry Pi with a USB external drive. Look up "Raspberry Pi NAS," there are a bunch of guides.

Or you can repurpose an old PC, install some NAS distro, and then configure.

There are a ton of options, very few of which require any programming.

[–] [email protected] 9 points 18 hours ago

The easiest way is NextCloud.

[–] ricecake 10 points 19 hours ago

Yes. You'll have to learn some new things regardless, but you don't need to know how to program.

What are you hoping to make happen?

[–] [email protected] 4 points 19 hours ago* (last edited 19 hours ago)

Debian, virtualmin, podman with cockpit, install these on any cheap used pc you find, after initial setup all other is gui managed

[–] [email protected] 2 points 16 hours ago

I run docker services and host virtual machines from Unraid OS

[–] [email protected] 4 points 19 hours ago

Raspberry Pi or an old office PC are the usual methods. It's not so much programming as Linux sysadmin skills.

Beyond that, you might consider OwnCloud for an app-like experience, or just Samba if all you want is local network files.