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 · 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 · 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 Docmost with Docker on a VPS (2026 Guide) In short. Self-hosting Docmost with Docker means running three containers, the Docmost app, PostgreSQL, and Redis, behind an Nginx reverse proxy with HTTPS. The Docmost Docker setup takes…
Tutorials · 4 min read What Is Tracearr? Self-Hosted Media-Server Monitoring Tracearr is a free, open-source, self-hosted monitoring platform for Plex, Jellyfin, and Emby. It pulls every stream across your media servers into one dashboard, shows you who is…
Comparisons · 8 min read Coolify vs Easypanel: Which Self-Hosted PaaS to Pick in 2026? Coolify and Easypanel are two of the most-talked-about self-hosted PaaS tools right now – both promise a modern, Vercel-style experience on your own server, both speak Docker, and…
Comparisons · 6 min read Ollama vs LocalAI: Best Self-Hosted OpenAI-Compatible LLM Server (2026) If you're building an app on top of LLMs and want to stop sending data to OpenAI, two self-hostable options dominate the OpenAI-compatible-API space: Ollama and LocalAI. Both…
Tutorials · 9 min read How to Self-Host cal.com with Docker and PostgreSQL Self-hosting cal.com gives you full control over scheduling data, integrations, and costs. This guide explains how to deploy cal.com with Docker and PostgreSQL, configure HTTPS and email, and…
Tutorials · 11 min read How to Install Hermes Agent on a VPS (2026 Step-by-Step Guide) Hermes Agent from Nous Research is a self-improving, open-source AI agent that runs on a VPS, remembers context across sessions, and stays reachable through Telegram, Discord, or Slack.…
Tutorials · 13 min read How to Install Docker on Ubuntu: Step-by-Step Guide Install Docker on Ubuntu in four steps: update packages, add the Docker repository, install Docker Engine, and verify. Includes Docker Compose v2, Contabo VPS notes, and fixes for…
Tutorials · 9 min read Master Docker Commands for Container Management Manage Docker containers with the commands you need during real deployments and troubleshooting. Covers image builds, cleanup, container lifecycle, logs, inspection, run options, registries, Swarm services, networks, and…
Tutorials · 8 min read How to Update Your Self-Hosted n8n Instance on Contabo Keep your self-hosted n8n instance current with this step-by-step update guide. Learn how to safely pull the latest version, restart containers, and verify everything works – all in…
Tutorials · 10 min read The Ultimate Guide to Docker installation and deployment using Cloud-Init Setting up Docker and instantly deploying a Container over and over again can be time consuming. With Cloud-Init this just takes a few seconds!