Tutorials · 5 min read How to Install Jellyfin: Docker Compose Setup Guide Jellyfin is a free, open-source media server — a no-paywall alternative to Plex — that streams your own movies, TV, and music library to nearly any device. This…
Tutorials · 4 min read How to Install Immich on a VPS: Docker Compose Setup Guide Immich is a self-hosted Google Photos alternative with automatic mobile backup and AI-powered search. This guide covers installing it with Docker Compose: downloading the official compose files, configuring…
Tutorials · 6 min read How to Build a Private Homelab on a Single VPS A homelab is a personal set of self-hosted services — media, photos, files, automation, monitoring — run for learning, privacy, and control rather than convenience. This guide covers…
Tutorials · 5 min read How to Self-Host Coolify: Complete Setup Guide Coolify is an open-source, self-hostable PaaS — a direct alternative to Heroku, Netlify, and Vercel — that deploys applications straight from a Git repository into Docker containers, with…
Tutorials · 7 min read Build Your Own MCP Server: A Developer’s Guide An MCP (Model Context Protocol) server is a standardized way to expose tools, resources, and prompts to LLM applications like Claude — think of it as a web…
Tutorials · 7 min read How to Install Proxmox VE on a Dedicated Server Proxmox VE is a free, Debian-based type-1 hypervisor that runs full KVM virtual machines and lightweight LXC containers side by side from one web-managed host. This guide covers…
Tutorials · 6 min read ComfyUI Workflows: Templates and Best Practices A ComfyUI workflow is the saved node graph — stored as a JSON file — that describes a complete generation pipeline: which checkpoint loads, how the prompt is…
Tutorials · 6 min read How to Install ComfyUI on a GPU Server ComfyUI is a node-based interface for running Stable Diffusion, Flux, and other diffusion models, valued for the fine-grained control its graph view gives over every stage of image…
Tutorials · 4 min read Deploying Stirling PDF on a VPS: A Docker Setup Guide Stirling PDF is an open-source PDF platform with more than 60 tools — merge, split, OCR, sign, redact, convert — that runs entirely on a server you control…
Tutorials · 9 min read How to Self-Host an LLM Gateway for AI Agents on a VPS A self-hosted LLM gateway puts one authenticated endpoint in front of your MCP tool servers and your LLM providers, so API keys never touch agent code and traffic…
Tutorials · 9 min read How to Self-Host Orca on a VPS: Step-by-Step Setup Orca is an open-source agentic IDE for running parallel coding agents across isolated git worktrees. This guide walks you through deploying Orca on a Contabo VPS using the…
Tutorials · 7 min read OpenClaw for Business Automation: What It Can Handle and How to Set It Up OpenClaw handles business automation via natural language commands in Slack, WhatsApp, or Teams. Send it a task — scrape competitors, sync CRM data, route DevOps alerts, compile analytics…
Tutorials · 8 min read How to Install OpenClaw on a VPS: Complete Setup Guide Installing OpenClaw on a VPS requires a Linux server (Ubuntu 22.04 or 24.04 LTS recommended), SSH access, an AI model API key or Ollama for local inference, and…
Tutorials · 7 min read How to Transfer Web Hosting: Step-by-Step Migration Guide Transferring web hosting means moving your website files, database, email, and DNS configuration from one hosting provider to another. Done in the right order — backup first, set…
Tutorials · 9 min read How to Deploy agency-orchestrator on a VPS: Self-Hosted AI Agent Workflows Deploy agency-orchestrator on a Contabo VPS with Docker, configure an LLM provider, secure the web Studio with HTTPS, run multi-agent workflows, and automate backups.