Skip Navigation
Jump
What scenarios does a home server need a GPU?
  • I use a p4000 to transcode Plex content. The GPU uses less power than maxing out my CPU. I also have the GPU available in Kasm though I'm unsure if that works as I mostly use kasm as a SSH jumpbox or access to an unfiltered Chrome session at work.

    When I upgrade my CPU, I plan to put my spare 1650 in my host and spin up a windows gaming VM for guests and remote play.

    1
  • Hi all,

    I'm looking into solutions for IPMI / KVM access to my server, which is built on consumer hardware. So far I've found

    • PiKVM

    • ASRock Paul

    • ASUS IPMI expansion card

    Does anyone have experience with these? I had an old KVM but it ran on Java and flash and hasn't worked for a looong time.

    My primary needs are

    • view screen and interact with host machine

    • remotely power host on / off

    I'm looking at the PiKVM route at the moment. Does anyone have experience with ASRock Paul?

    0

    Hi all,

    I'm looking into solutions for IPMI / KVM access to my server, which is built on consumer hardware. So far I've found

    • PiKVM

    • ASRock Paul

    • ASUS IPMI expansion card

    Does anyone have experience with these? I had an old KVM but it ran on Java and flash and hasn't worked for a looong time.

    My primary needs are

    • view screen and interact with host machine

    • remotely power host on / off

    I'm looking at the PiKVM route at the moment. Does anyone have experience with ASRock Paul?

    5
    Jump
    My first time building a home server, i have few questions in mind (Update)
  • Don't forget that a single core on a modern CPU might be 4x faster and use 4x less power than an old xeon. Old server gear is cheap because it's slow and costs heaps to run - make sure to budget for ongoing costs too.

    I reduced my servers power consumption from $5 a day to $1 by replacing 2 2667v2 machines with a single i5 12500 machine... And it's significantly faster. My servers main use was Plex and at $150~ a month to run it was cheaper to be subscribed to Netflix, Disney, Stan, binge etc every month vs leaving the old gear on.

    1
  • Jump
    Couldn't afford the power bill anymore so I adapted and overcame.
  • One of the best things I did for my homelab is swap from 2 120w Xeon servers to a single Intel 12400 machine. Went from $4-5 of power a day to $1-$1.50.

    1
  • Jump
    Security and exposing apps
  • I used to use Nginx Proxy Manager for exposing services but generally you end up exposing the login page for that particular app and you have a different login per app which is a pretty shitty solution for non-IT folk. I've tried to set up Authelia and other similar things and found them to be very annoying to set up / configure. Maybe I'm just an idiot though!

    I would suggest having a think about what you want to expose and whether there's a better way (eg overseerr instead of exposing radarr/sonarr)

    CloudFlare tunnels are also great - they obfuscate your public IP and can have a login form in front of them. You provide a list of email addresses that can log in to Cloudflare and only those users can access the website. I have mine set up to auth through Google accounts for example but you can use GitHub, office and I believe Discord. Not managing user accounts has been a life saver for me... You can also block access from outside of your country.

    1
  • Jump
    Is there any use for my old laptop?
  • The main advantage of a laptop in a homelab is the "built in UPS" but they're not designed to be left on 24/7

    Realistically though, that's pretty old hardware. Do you know what the power consumption is like? It may be cheaper over 6 months to buy a raspberry pi or thin client and use that instead.

    1
  • Jump
    How do you all monitor your server performance?
  • I use Uptime Kuma to monitor particular services and NetData for server performance. I then pipe the alerts through to Pushover

    1