this post was submitted on 03 Apr 2026
151 points (98.1% liked)

Selfhosted

60409 readers
494 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

What's everyone's server naming scheme?

you are viewing a single comment's thread
view the rest of the comments
[–] EpicFailGuy@lemmy.world 1 points 3 months ago

There are a TON of different tutorials and videos.

If you're looking for a beginner friendly interface for your servers; I recommend "Cockpit" you just "sudo apt-get install cockpit" and it gives you a nice to use web interface to manage most of your servers, you can then install plugins as needed, for example you can install net bird or Pangolin to make it accessible from the internet.

If you want something more like what I'm doing here (Virtualization) you can try Canonical's version of this which runs on ubuntu, They're called LXD https://canonical.com/lxd/manage

Basically they're tiny ritualized linux instances inside of your main ubuntu server (Containers) with their own kernel so that changes on the base server don't bother your other apps.