this post was submitted on 28 Apr 2025
77 points (88.1% liked)

Selfhosted

46401 readers
854 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I am trying to use my old laptops for self-hosting. One has a 6th gen Intel Core i3 (4GB ram), the other has an 11th gen Intel Core i5 (8GB ram). I have previously tried both ubuntu server and desktop but couldn't get it to work well. For the former I found it difficult to remote ssh and the latter I had difficulty installing Docker containers. (I'm not very good with the command line)

I would like to find an OS that is easier to setup with less of a neccesity for the command line (I would still like to learn how to use it though, I don't want to get rid of it entirely!). I've heard of CasaOS, is that a good option? It seems quite easy to use. What about other alternatives?

you are viewing a single comment's thread
view the rest of the comments
[–] Guenther_Amanita@slrpnk.net 14 points 1 day ago* (last edited 1 day ago) (1 children)

I can recommend you Debian, since it's the "default" for many servers and has a lot of documentation and an extremely big userbase.

For web interfaces, I can recommend you, as you already mentioned, CasaOS and Cockpit.

I used CasaOS in the beginning and liked it, but nowadays, I mostly use Cockpit, where I have the feeling that it integrates the host system more, and allows me to do most of my maintenance (updating, etc.) quite easily.

CasaOS is more aesthetic imo, and allows you to install docker containers graphically, which is better for beginners.
I personally do my docker stuff mostly via CLI (docker compose file) nowadays, because I find it more straightforward, but the configuration CasaOS offers is easier to understand and has nice defaults

[–] scheep@lemmy.world 3 points 1 day ago (2 children)

Thanks, that was really helpful :D

I'll try CasaOS then, and later maybe I could move to Debian once I get better at the command line!

[–] BruisedMoose@piefed.social 4 points 1 day ago

For what it's worth, CasaOS isn't actually an operating system. It absolutely works as an easy way to install and manage your self-hosted apps if you aren't comfortable with the command line, but you still need to have a working Linux installation.

Yunohost is kind of similar as far as making things easier, but it operates as a standalone OS, so might be more what you're looking for.

[–] Guenther_Amanita@slrpnk.net 3 points 1 day ago (1 children)

CasaOS isn't an OS, it's just the web interface you install afterwards you have Debian or whatever running

[–] scheep@lemmy.world 1 points 17 hours ago

OHHH that's why I couldn't find out how to install it. Got it.