Run your apps. Keep control of your servers.

Deploy Docker applications, databases, domains, certificates, backups, and scheduled jobs from one panel, CLI, API, assistant, or MCP server. Connect servers into a fleet and preview risky changes before they run.

No credit card required MIT Licensed
prod1.servers.flatrun.dev
FlatRun hosting control panel dashboard

See It in Action

A clean, modern interface for managing all your deployments

Why FlatRun?

Everything a deployment platform should do, running on infrastructure you control.

Portable, On-Disk State

Deployments remain standard Compose projects and bind-mounted data. Supporting state uses local files, including SQLite, with no external control database required.

Docker-Native Design

Built on Docker from day one. Standard compose files, portable containers, zero vendor lock-in.

Template-Based Deployments

Start WordPress, Node.js, Python, and other stacks from reusable templates.

Database Management

Create databases, manage users, run queries. MySQL, MariaDB, and PostgreSQL built-in.

Automatic Reverse Proxy

Point domains to containers with automatic Nginx configuration. No manual config files.

Managed TLS Certificates

Issue, renew, inspect, and track certificates for routed domains.

Metrics & Alerting

CPU, memory, network, and disk collected on OpenTelemetry conventions, with no extra database to run. Alert rules watch a threshold over time, tell you which container is to blame, and can restart the deployment themselves. Push to any OTLP backend or scrape it with Prometheus.

Full REST API

Automate everything. Integrate FlatRun into your existing tools and workflows.

Built-in File Operations

Upload files and folders, push site bundles, copy or move content, and inspect or extract archives.

Live Log Streaming

Follow any deployment as it writes, one service at a time, or read the application's own log files. The proxy's access log is there too, filtered down to a single site.

Browser Shell Access

Open terminal sessions to containers directly from your browser.

Data Sovereignty

Self-hosted by design. Your data stays on your servers, in your jurisdiction. GDPR-ready out of the box.

AI Assistant

Inspect deployments, logs, and configuration, then propose or apply fixes through the same permissions as the panel. Bring your own model.

CLI & CI/CD

Drive everything from the flatrun CLI and the official GitHub Action. Ship on every push from any compatible runner with one command.

Preview Before Apply

Ask any change for a preview and get back what it will do: every resource, before and after, with secrets redacted. Apply it when you agree. If a file moved underneath in the meantime, the apply is refused instead of overwriting someone's work. Deployments can be set to require it.

Backups With Somewhere to Go

Scheduled backups with retention and one-click restore, mirrored to S3-compatible storage. Bring your own bucket, or let FlatRun deploy an object store on the host and use that. Restores still work after the local copy is pruned.

Roles & Audit Trail

Give a contractor one deployment and read-only on the rest. Granular permissions, per-deployment scoping, API keys, and a record of who changed what.

Multi-Server Clustering

Federate multiple FlatRun servers and manage their deployments from a single panel. One invite, encrypted peer keys, no shared database.

Capacity-Aware Scaling

Measure host and container limits, adjust supported workloads, and place replicas on permitted Fleet capacity through Swarm or K3s.

Notification Service

Turn related failures into one incident, route it to selected targets, and send useful updates without one email per deployment.

Agent Runtime

Agents you can read and govern

Define an agent in plain markdown or ask the assistant to write it. The runtime uses permissioned tools and approval policies, while MCP gives external agents the same governed operations. Version each agent in git and read it in any editor.

Plain markdownGoverned toolsVersioned in git+ the MCP tool set
How agents work

How FlatRun Compares

Compare FlatRun with hosting panels and self-hosted deployment platforms

Feature FlatRun Coolify Dokploy CapRover
Official CLI Yes Yes Yes Yes
Multi-server deployments Fleet Yes Yes Swarm
Built-in load balancing Nginx or Traefik External for standalone servers Traefik on Swarm Nginx on Swarm
Policy-driven autoscaling Yes Manual capacity decisions Replica controls Replica controls
Review changes before apply Yes No No No

How It Works

From a new server to a managed deployment

1

Install the Agent

One command installs FlatRun. Single Go binary, no dependencies, no complex setup.

2

Deploy Anything

Use a template or bring your own docker-compose. Every deployment is a standard compose file on disk, nothing proprietary.

3

Manage Everything

Domains, SSL, databases, files, all from one interface. No lock-in, export anytime.

Coming soon

A marketplace that stays flat-file

One-click stacks, templates, and plugins from the community, installed as plain Docker Compose in your own directories. No black boxes, no lock-in.

WordPressGhostLaravelPostgreSQLn8nRedis+ many more

Support the Project

FlatRun is built by a small team in the open. Join the community to stay in the loop : we occasionally share security updates, new features, and hosting tips.

Star on GitHub

Frequently Asked Questions

The self-hosted deployment platform, in plain terms.

Is FlatRun a self-hosted alternative to Vercel, Render, and Railway?

Yes. FlatRun gives you push-button deploys, managed databases, automatic SSL, and domain routing, the core of a platform like Vercel, Render, or Railway, but it runs on your own servers. You keep full control of your data and infrastructure, with no per-seat pricing and no usage bill that grows with your traffic.

Is FlatRun also an alternative to cPanel and Plesk?

Yes. FlatRun is Docker-native and has no per-account or per-domain license caps. Host unlimited sites on a single server without buying a bigger tier every time you add a client, the cap-and-upsell model cPanel and Plesk are known for.

Is FlatRun AI-native?

Yes. A built-in assistant uses tool calling to inspect your deployments, logs, and config, explain what it finds, and propose fixes. Every action runs under governance you set: policies decide what runs freely, what needs your sign-off, and what never runs. You bring your own model, so your data and keys stay under your control. The same tools are also exposed over a standard MCP server, so any MCP-compatible agent can operate the server under the same governance.

What are agents in FlatRun?

An agent is a plain markdown file describing work the server can do: read logs, fix config, run actions. FlatRun's runtime executes it through the same governed tools as the assistant and the MCP server, so an agent does only what your policies allow. Create one by writing the file, in the panel or any editor, or by describing what you want to the assistant and letting it write the file for you.

Does FlatRun work with standard Docker and Docker Compose?

Yes. Every deployment is a standard docker-compose.yml on disk. There's nothing proprietary, if you ever stop using FlatRun, your containers keep running with plain Docker commands.

Can I deploy from CI/CD?

Yes. The flatrun CLI and the official GitHub Action deploy on every push, from GitHub Actions or any compatible runner.

How heavy is FlatRun on my server?

Barely there. The agent is a single ~15MB Go binary with no runtime dependencies, it starts instantly and idles on minimal CPU and memory, so it runs comfortably on a small VPS alongside your apps.

Is FlatRun really free and open source?

Yes, MIT licensed, with no license fees and no per-site costs. Self-host it on as many servers as you want.

Get Started in Minutes

Install FlatRun on your own server and ship your first deploy in minutes. No license keys, no metered bills, no per-seat or per-site fees.

Star us on GitHub