Docs / Self-Hosted Applications / How to Self-Host Coolify PaaS Platform

How to Self-Host Coolify PaaS Platform

By Admin · Mar 1, 2026 · Updated Apr 24, 2026 · 27 views · 1 min read

What Is Coolify?

Coolify is an open-source, self-hostable alternative to Heroku, Netlify, and Vercel. It lets you deploy applications, databases, and services with a simple web UI.

Requirements

  • A Breeze with at least 2 GB RAM (4 GB recommended)
  • Ubuntu 22.04 or newer

Installation

curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash

This single command installs Docker, Coolify, and all dependencies.

Access

Visit http://your-server:8000 and create your admin account.

Deploying Applications

  1. Connect your GitHub, GitLab, or Bitbucket account
  2. Select a repository
  3. Coolify auto-detects the framework (Node.js, PHP, Python, Go, etc.)
  4. Configure environment variables
  5. Deploy with one click

Features

  • Git-based deployments with automatic builds
  • One-click database deployments (PostgreSQL, MySQL, Redis, MongoDB)
  • Free SSL certificates via Let's Encrypt
  • Docker Compose support
  • Dockerfile deployments
  • Automatic backups
  • Monitoring and notifications
  • Multi-server support
  • Team collaboration

Supported Frameworks

  • Node.js, Next.js, Nuxt.js, SvelteKit
  • PHP, Laravel
  • Python, Django, Flask
  • Ruby on Rails
  • Go, Rust
  • Static sites (HTML, Astro, Hugo)

Was this article helpful?