r/SelfHosting

Cheap best VPS server hosting for OpenClaw recommendation?

I’m trying to self-host OpenClaw and need a VPS that won’t be painful to use.

What is cheap VPS hosting really enough for OpenClaw starting, cause I don’t need best.

Just want fast start agent as a test.

What CPU and RAM do I need for agent who will go to the social media and collect relevant data from dashboard?

Which AI hosting provider make it easy?

If you have any good recommendations, please share.

reddit.com
u/ivyhoro — 1 day ago

From "what's a NAS?" to AI agents monitoring my self-hosted stack — a year in

Screenshots of FronaAI designed and built dashboard hosted locally in Ubuntu VM on my Synology DS1522+, monitoring system metrics as well as NAS docker containers and VM docker containers.

u/HarrisMagnum4 — 2 days ago
▲ 0 r/SelfHosting+1 crossposts

The "Hardware Depreciation" Trap

For those who chose to 'Cloud Exit' and buy your own heavy compute rigs to save on rental costs: how are you dealing with the guilt of idle hardware? My rig sits dark 80% of the week when I'm not running batches, and knowing it's depreciating every day feels like losing money in slow motion. Has anyone found a legitimate way to offset the cost of their home lab hardware when they aren’t actively using it?

reddit.com
u/West-Benefit306 — 7 days ago

What do I need to look out for when hosting a public Minecraft server?

Hello!

I would like to start off the post with saying that I do have hosted local Minecraft servers for Lan-partys previously. They just simply were really simple, so I am familiar with the basics.

I want to host a public server for me and some close irl friends. I am using the latest version of spigot and currently have ViaBackwards, worldedit and simple voice chat installed.

Do I need some anticheat plugin (I do trust my friends not to cheat)? what is a good plugin for that?

I should probably set a whitelist.

I also wanted to look into optimization plugins just in case my homelab is not powerful enough, but all the results seem pretty sketchy and none of them support anything beyond 1.21.0. Is there anything good?

One more question: how do I protect certain chunks from being mined? (I wanted to create a spawn house [I have never done that before])

Thanks :3

reddit.com
u/Key_Canary_4199 — 8 days ago

Built 35 PDF tools that mostly run entirely in the browser learned a lot about client-side PDF processing

I recently built HugMyPDF and wanted to share some implementation details because PDF handling in browsers turned out to be more interesting than I expected.

Most free tools run fully client-side:

  • pdf-lib handles merge/split/rotate/protect/watermark
  • PDF.js handles rendering + text extraction
  • Files processed as ArrayBuffers inside Web Workers
  • No fetch() calls during processing
  • Downloads generated using Blob URLs

A few things I learned:

  • Moving PDF work into Web Workers massively improved UI responsiveness
  • Avoiding string conversion reduced memory spikes on larger files
  • Mobile Chrome has weird Blob preview limitations for generated PDFs
  • OCR on multi-page scans became much harder than expected

For Pro features I used:

  • FastAPI (Python 3.12)
  • LibreOffice headless conversions
  • Tesseract OCR
  • GPT-4 for AI summarize/chat

Infra is surprisingly small:

  • Cloudflare Pages
  • $6 DigitalOcean VPS
  • Cloudflare Workers for Stripe webhooks
  • Resend for emails

Biggest pain point so far:
LibreOffice conversion consistency across complex layouts.

Curious how others here handle:

  • large-file processing in-browser
  • OCR pipelines
  • async job queues for conversions
reddit.com
u/Famous-Machine-9325 — 10 days ago

whats the best thread to get into hosting an image board

I want to start my own image board for me and my friends, and i was wondering where the best reddit thread to do that is at. It would definitely help if involving a raspberry pi since i have a bunch of raspberry pi 5's

reddit.com
u/zvzvx12 — 13 days ago

Self Hosting

Hey all, if I plan to self host using jellyfin or something else using my raspberry pi, how can I quickly get tons of movies and tv shows loaded into my server? Appreciate any help.

reddit.com
u/WarTraditional2665 — 14 days ago