Skip Navigation

What's on your personal server?

Either self-hosted or cloud, I assume many of you keep a server around for personal things. And I'm curious about the cool stuff you've got running on your personal servers.

What services do you host? Any unique stuff? Do you interact with it through ssh, termux, web server?

89 comments
  • Lenovo ThinkStation P330 Tiny. Debian + Podman systemd quadlets, running these services:

    • Jellyfin
    • Sonarr
    • Radarr
    • Qbittorrent w/ VPN
    • Linkwarden
    • Calibre Web
    • Immich
    • Lidare
    • Postgres
    • Prowlarr
    • Vaultwarden
  • Two old HP thin client PCs configured as 4TB SFTP file servers using vsftpd on Debian. Each one uses software RAID 1 with both an NVMe and SATA SSD internally, and are in two separate locations with a cron job which syncs one to the other every 24 hours.

    People who actually know what they are doing will probably find this silly, but I had fun and learned a lot setting it up.

    • If it works reliably who cares?

    • tell me about the cron thing. im thinking of doing just that on mine for backup.

      are you scping them together?

      • I am using lftp and mirror. One server functions as the "main" server, which mirrors the backup server to itself once per day at a specific time (they both run 24/7 so I set it to run very early in the morning when it is unlikely to be accessed).

        In my crontab I have:

        # # * * * /usr/bin/lftp -e "mirror -eRv [folder path on main server] [folder path on backup server]; quit;" sftp://[user]@[address of backup server]:[port number]

  • You might like to search this community, and also \c\self_hosted, since this question gets asked a lot.

    For me:

    • Audiobookshelf
    • Navidrome
    • FreshRss
    • Jellyfin
    • Forgejo
    • Memos
    • Planka
    • File Storage
    • Immich
    • Pihole
    • Syncthing
    • Dockge

    I created two things - CodeNotes (for snippets) and a lil' Weather app myself 'cause I didn't like what I found out there.

    • how do you like freshrss? do you use it on mobile too?

      • I love it. I do use it on mobile, in my browser too. I've been meaning too see what other clients are available for android.

  • I use Docker and (currently) VMware and host whatever I need for as long (or short) as I need it.

    This allows me to keep everything separate and isolated and prevents incompatible stuff interacting with each other. In addition, after I'm done with a test, I can dispose of the experiment without needing to track down spurious files or impacting another project.

    I also use this to run desktop software by only giving a container access to the specific files I want it to access.

    I'm in the process of moving this to AWS, so I have less hardware in my office whilst gaining more flexibility and accessibility from alternative locations.

    The ultimate aim is a minimal laptop with a terminal and a browser to access what I need from wherever I am.

    One side effect of this will be the opportunity to make some of my stuff public if I want to without needing to start from scratch, just updating permissions will achieve that.

    One step at a time :)

  • I've got servers all over the place. A sample of what I have running on all of them:

    • YaCy
    • SearxNG
    • Kodi
    • Shaarli
    • Huginn
    • Part-DB-server
    • Bookstack
    • Cyberchef
    • Efflux
  • Current setup:
    Main server (HP ProDesk 600 G3 MT):

    • 2fauth (not finished)
    • Some stuff for the local breweries website
    • Nextcloud (includes KeePass.kdbx)
    • Some stuff for a flea market event in the near future
    • Gitlab
    • Gotify (notification sevice to notify of failed systemd services)
    • Jellyfin
    • Lemmy
    • AbuseIPDB contributor badge (for more API calls)
    • Piped
    • Some stuff for my dad
    • Synapse (Matrix)
    • Uptime-kuma (not finished)
    • WebODM (Drone mapping)
    • Postfix
    • Dovecot
    • Self written DynDNS

    Workstation (HP Z440):

    • Gitlab runner
    • NodeODM (Webodm processing node)
    • pict-rs
    • Service to archive+compress+encrypt backups (uploaded to the workstation by the other devices hourly) daily and upload them to google drive + Hetzner

    Soon I'll move to a setup where the Workstation runs all services, and there are two servers (HP ProDesk 600 G3 MT) whose only purpose is to run a DHCP+DNS server (one authoritative) as well as a Wireguard bridge to connect the two servers, located at two different networks (and cities), together. I'll also set up Jellyseerr, Vencloud (settings sync for the Discord Client Vencord), revamp the backup system and introduce my Laptop to the ecosystem.

  • Self-hosted machine. It was basically my old computer I bought back in '09. It's a i5-750 on a Asus P5P77. It started with the 4 GB RAM I hadn't sold until I upgrade to 8. I used a borrowed Nvidia GT730 and a 1 TB HDD at first until I upgrade my main PC GPU and bought a new HDD for the server so now it runs in a 4 TB HDD and my old GTX 1060 3 Gb. It's a beast for my needs.

    • Jellyfin is the main reason I started my server. Initially it was so my mother could easily watch shows I would never illegally download. Until a realized it would be great for me too and friends. To not watch them...I mean, because that would be ilegal!
    • Qbittorrent...shit...oh well :)
    • Nginx, when I realized I could host my own development server and personal website
    • Komga, when I realized I could have the same benefits of Jellyfin with books and comics.
    • Tailscale, allows me to, among other things, use it as an online or LAN hard drive for me and people I like.
    • Samba, see above. It also works to keep a nice share folder between my main PC and my laptop

    The more time passes the more I realize self-hosting is the best idea ever. I get new ideias every day.

  • I use my home server for everything. It’s an i5-13500 system, 48GB of RAM, an RX6650XT, and currently 14 drives all packed into a 4U case.

    I virtualize my desktop on it, just passing through the GPU, P-Cores, and 16GB of RAM. That’s my primary dev workstation at home, and also my gaming machine (which runs sunshine for streaming games). I also have a Mac VM set up with OSX-KVM and minimal resources for Bluebubbles.

    My drives are set up in several pools. I have two SSD pools: a boot pool running ZFS for the host server system (Debian), and a VM/Container ZFS pool for docker container images and configs as well as the Mac VM. I also have a whole NVMe SSD dedicated to the workstation VM. Finally, I have two large HDD pools: A mergerfs/snapraid setup for media storage (4 drives) and a large ZFS pool (5 drives) for important personal data like pictures and documents.

    Services I run:

    • Ente
    • Jellyfin
    • Navidrome
    • Kavita
    • Bluebubbles
    • HomeAssistant
    • MollySocket
    • Searxng
    • Piped
    • Cockpit
    • Samba
    • Prometheus/grafana
    • qBitTorrent
    • Homarr

    Always looking for new self hosted stuff to try! I’m thinking of getting into the *arr stuff soon but I’m a bit intimidated by it. Also I’ve got a Raspberry Pi 5 on the way that I’m gonna use for Jellyfin, moonlight, and music streaming to my living room TV

  • Self hosted retro private EQemu, I also use the server for Jellyfin, just for music.

    I used to use it to control my window AC from work too, but sadly the smart plug I use for that died over the winter, was nice to pair with those tuya-alternative through http since my cheapo phone needs to save all the storage it can. Its on a very old rig, so I'm always impressed that it still works.

  • I've been running my own nextcloud for around a decade now. I use it for my calendar, contacts, and file storage. It's basically replaced all the google services for me, and has been effectively zero maintenance. It just works.

  • Multiple hosts. Win2024/hyperv and proxmox

    • domain/dns/dhcp/ncp 2x
    • pihole
    • iobroker (smarthome)
    • sonarr/radarr/orowlarr
    • emby
    • sabnzbd
    • vpn-vm for torrent/soulseek
    • searxng
    • dav for calendar
    • caddy (for emby/dav from outside)
    • firefly (banking)

    And some minor, less important ones.

    All backup to a central server, which does a daily backup of the backup onto another nas. In case of emergency,just grab nas.

  • Pi-hole on an ancient pi zero w.

    I've got a little MSI box with 16GB of RAM, 500GB SSD, and a quad core i3 running Proxmox. Home Assistant is in its own VM, I have a VM for a bastion host/jump box of sorts for a client's network (yes, I know VPNs exist), and then a VM running a few Docker containers: CheckMK, Dozzle, Uptime Kuma, and The TP-Link Omada Controller software. I intend to migrate those to Podman eventually.

    On my desktop in Podman, I'm running Dashy, Redlib, and Dozzle regularly. Sometimes I run other services but those are pretty persistent. I use Podman on my local machine for my development work and it's just handy to have Redlib and Dashy right here.

    I tend to interact with things via SSH unless it's a webshit.

  • just assume that all of these are referring to the server components of these pieces of software
    • jellyfin
    • dlna
    • syncthing
    • samba
    • ssh
    • wireguard
    • i2p
    • sunshine
    • rdp
    • miniserve - simple http server, used to use apache
89 comments