Skip to main content
use-apify.com

Self-hosting: guides & tutorials

Self-hosting LLMs means GPUs, containers, and your own API keys—lower per-token cost at volume and full data residency when pairing with Apify scrape jobs.

50 articlesPage 1 of 5

View all tags

Self-hosting means running open-source tools on your own VPS instead of paying SaaS subscriptions, trading monthly fees for control and data ownership. These guides cover Docker Compose stacks, TLS, and backups for production-ready deployments.

Done right, self-hosting cuts cost at scale and keeps data on infrastructure you control, with managed VPS tiers reducing the ops burden. Pair self-hosted services with Apify scrape jobs for full pipelines. Below you will find single-file Compose stacks and runbooks.

Related topics

Self-hosting7 min read

5 Open-Source Auth0 Alternatives You Can Self-Host (2026)

· 7 min read
Yassine El Haddad
Software Developer & Automation Specialist

Auth0 Essentials starts at $23/month for up to 1,000 monthly active users. Beyond that, the pricing scales by MAU in a way that surprises teams that grow: 10,000 MAUs cost roughly $240/month, and adding enterprise features (SAML, custom domains, MFA) pushes you to higher tiers. A self-hosted identity provider on a Liquid Web 4–8 GB Managed VPS eliminates per-MAU pricing entirely.

Self-hosting6 min read

4 Open-Source Calendly Alternatives You Can Self-Host (2026)

· 6 min read
Yassine El Haddad
Software Developer & Automation Specialist

Calendly Teams costs $20 per user per month for round-robin scheduling, routing forms, and team booking pages. Cal.com — the most feature-complete open-source scheduling platform — covers the same ground on a Liquid Web 4 GB Managed VPS for a flat VPS fee with no per-seat limit.

Self-hosting7 min read

5 Self-Hosted ChatGPT Alternatives — Run LLMs on Your Own Server (2026)

· 7 min read
Yassine El Haddad
Software Developer & Automation Specialist

ChatGPT Team costs $25 per user per month. At 10 users that is $3,000 per year — before you factor in rate limits, data residency concerns, and the fact that every prompt you send trains future OpenAI models unless you opt out. Self-hosting an LLM stack eliminates per-seat costs, keeps prompts on hardware you control, and lets you run models tuned for your domain.

Self-hosting6 min read

5 Privacy-First Google Analytics Alternatives You Can Self-Host (2026)

· 6 min read
Yassine El Haddad
Software Developer & Automation Specialist

Google Analytics 4 is free, but you pay with your users' data — every pageview ships to Google's servers, GDPR cookie banners become mandatory, and your analytics are subject to GA4's data-retention limits. Self-hosted analytics tools eliminate that tradeoff: your data stays on your VPS, cookie consent banners are often unnecessary, and you own the retention policy.

Self-hosting7 min read

5 Self-Hosted Google Photos Alternatives (2026)

· 7 min read
Yassine El Haddad
Software Developer & Automation Specialist

Google Photos compresses originals on free plans, shares your data with Google's ad systems, and can revoke access or change terms at any time. Self-hosting your photo library keeps originals untouched on hardware you control — no compression, no data harvesting, and no per-photo storage fees beyond your VPS and attached storage.

Self-hosting7 min read

5 Self-Hosted Heroku Alternatives for Deploying Your Apps (2026)

· 7 min read
Yassine El Haddad
Software Developer & Automation Specialist

Heroku's free tier was discontinued in 2022 and paid plans now start at $5/dyno/month — with no included databases, storage billed separately, and costs that compound quickly as you add apps and workers. Self-hosted PaaS tools replicate the Heroku experience (Git push to deploy, automatic SSL, web UI, database provisioning) on a VPS you control, at a fraction of the cost.

Self-hosting7 min read

5 Open-Source Linear Alternatives You Can Self-Host (2026)

· 7 min read
Yassine El Haddad
Software Developer & Automation Specialist

Linear charges $8 per user per month on its Standard plan — a reasonable price until your team grows or you want to keep issue data fully under your control. Five mature open-source projects cover Linear's core workflow: issues, cycles (sprints), backlogs, and roadmaps — all self-hostable on a Liquid Web Managed VPS starting at $33/month.

Self-hosting7 min read

5 Open-Source Mailchimp Alternatives You Can Self-Host (2026)

· 7 min read
Yassine El Haddad
Software Developer & Automation Specialist

Mailchimp Essentials charges $20/month for 500 contacts and 6,000 sends. Self-hosting removes both caps: a Liquid Web 2–4 GB Managed VPS running Listmonk can send to an unlimited subscriber list at the cost of your SMTP relay — typically $1–3 per 10,000 emails via Postmark or Mailgun.

Guides on this site

Frequently asked questions

Frequently Asked Questions

A Liquid Web 4–8 GB Managed VPS covers most single-service deployments. Heavier stacks (PostHog, Dify, Immich with AI) need 16–32 GB. For GPU inference, Liquid Web offers dedicated L40S and H100 servers. All pricing is subject to change — verify on liquidweb.com before purchase.

For most tools, yes — but only if you account for the ops overhead. A Liquid Web 8 GB VPS at ~$33/mo replaces SaaS plans costing $200–$900/mo for tools like HubSpot, Intercom, or GA4. The tradeoff is that you manage updates, backups, and security. Managed VPS tiers reduce that burden significantly.

Docker Compose experience is enough. Most guides on this site provide a single copy-paste docker-compose.yml that gets the service running in under 30 minutes. Caddy handles TLS automatically. For teams that want to skip the setup, Coolify or Dokploy provide a one-click PaaS layer on top of Docker Compose.