Running Open WebUI: ChatGPT Interface for Your Local Models

You’ve got Ollama running. You’re pulling models, chatting through curl commands in your terminal. It works, but let’s be honest — typing JSON into a terminal isn’t exactly the ChatGPT experience. Open WebUI (formerly Ollama WebUI) gives you a polished, feature-rich chat interface for your local models. It looks and feels like ChatGPT, but everything runs on your hardware. Conversations stay private. Models run offline. And it’s packed with features that even OpenAI’s interface doesn’t have. ...

February 11, 2026 · 7 min · Self Host Setup

Self-Hosting Stirling PDF: All-in-One PDF Toolkit for Your Server

Every time you need to merge two PDFs, compress a large file, or convert a document, you probably end up on some random website. You upload your file, wait for processing, hope they’re not reading your tax returns, and download the result. There’s a better way. Stirling PDF is a self-hosted, open-source PDF toolkit that handles virtually everything you’d ever need to do with a PDF — merge, split, rotate, compress, convert, OCR, add watermarks, extract images, and dozens more operations. It runs entirely on your own server, so your documents never leave your network. ...

February 10, 2026 · 7 min · Self Host Setup

Running Ollama: Local LLMs on Your Own Hardware

Running large language models locally used to require a PhD and a five-figure GPU budget. Not anymore. Ollama makes running LLMs on your own hardware as simple as ollama run llama3 — no API keys, no cloud costs, no data leaving your network. In this guide, you’ll set up Ollama on your server, run popular models, expose an OpenAI-compatible API, and integrate it with tools like Open WebUI for a full ChatGPT replacement you own. ...

February 9, 2026 · 6 min · Self Host Setup

Self-Hosted n8n: Zapier Alternative for Workflow Automation

Zapier charges $20/month for 750 tasks. Their business plan? $600/month. Meanwhile, n8n does everything Zapier does — and more — and you can self-host it for free. No task limits. No per-execution fees. Your data stays on your server. This guide walks you through deploying n8n with Docker, PostgreSQL for reliability, a reverse proxy for HTTPS, and building your first real workflow. What is n8n? n8n (pronounced “nodemation”) is an open-source workflow automation platform. Think Zapier or Make.com, but: ...

February 9, 2026 · 6 min · Self Host Setup