this post was submitted on 26 Jan 2026
50 points (84.7% liked)

Selfhosted

60093 readers
793 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I just started self hosting. I have been really enjoying it so far but I'm nervous that the excitement will wear off soon unless something stressful or even catastrophic happens. Any advice?

you are viewing a single comment's thread
view the rest of the comments
[–] crash_thepose@lemmy.ml 3 points 5 months ago (1 children)

.....how bad would it be if i actually tried this. not the hammer part but now i really wanna know what happens if i open port forward to 22.

[–] glizzyguzzler@piefed.blahaj.zone 5 points 5 months ago (1 children)

SSH lets you remotely control a computer It runs on port 22 If you forward port 22 to your computer, you will allow anyone on the internet to SSH to your computer

You can do that pretty safely by disabling root login and disabling password logins - only using keys to SSH in.

You can join the ~borg~ botnet by enabling root login, setting a simple password (maybe even password as recommended!), and waiting.

[–] GreenCrunch@piefed.blahaj.zone 2 points 5 months ago

on any server with ssh exposed you'll probably see a bunch of login attempts in the logs (automated attacks trying to find machines with a weak password). only keys is the way lol.