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.
Tutorials · 10 min read How to Self-Host NoteDiscovery on a VPS with Docker Deploy NoteDiscovery on a Contabo VPS with Docker Compose, secure it with Caddy HTTPS and authentication, connect an AI assistant over MCP, and automate backups.
Tutorials · 7 min read VPS Got Hacked: Recovery Steps and How to Secure This happens more than you'd think — and it is recoverable. The most important thing to understand upfront: a compromised VPS cannot be fully trusted again, even after…
Tutorials · 6 min read VPS Security Checklist: 9 Essential Steps Right After Setup (2026) A new VPS is being scanned by automated bots within minutes of going live. Before you install applications or point a domain at your server, run through this…
Tutorials · 12 min read GPU VPS for AI Training and Inference: A Practical 2026 Guide Inference and training stress a GPU in almost opposite ways, and sizing VRAM for the wrong one is the most common mistake. Here's how to size a GPU…
Tutorials · 12 min read GPU VPS for Scientific Computing: Run HPC Workloads in the Cloud A GPU VPS puts a dedicated NVIDIA GPU behind CUDA-accelerated simulations, without the hardware cost or the HPC cluster wait. Here's how to size one, set it up,…
Tutorials · 6 min read How to Self-Host Strix AI Pentesting Tool on a VPS Deploy Strix, the open-source AI penetration testing tool, on your own VPS. Step-by-step Docker setup, target configuration, and safe responsible-use guidance.
Tutorials · 6 min read How to Benchmark VDS CPU Performance vs a Shared VPS The two tests that actually prove dedicated CPU: monitor CPU steal time (%st in top or vmstat) over several hours, and run sysbench repeatedly rather than once. A…
Tutorials · 5 min read How to Self-Host Dify on a VPS Dify is an open-source platform for building LLM applications — a visual workflow editor, RAG pipeline, and agent builder in one interface. It self-hosts via Docker Compose on…
Tutorials · 5 min read How to Deploy n8n on a VPS with One-Click Install (2026) In short. A one-click n8n install gives you a running automation instance on a VPS in minutes, without writing a docker-compose.yml or configuring a reverse proxy yourself. Pick…
Tutorials · 7 min read How to Self-Host Immich v3 on a VPS with Docker Compose Step-by-step guide to installing Immich v3 on a VPS using Docker Compose. Covers hardware requirements, setup, reverse proxy, and migration from v2.
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 · 9 min read How to Self-Host Pangolin on a VPS (Replace Cloudflare Tunnels) Learn how to install Pangolin on a VPS, connect your private network with the Newt WireGuard client, and expose services securely – without opening a single router port…
Tutorials · 10 min read Securing a Self-Hosted Gitea Server: A Hardening Checklist Running Gitea on your own VPS gives you full control over your code, but a default install leaves several attack surfaces open. This checklist covers every Gitea-specific hardening…