The commands and numbers were checked against the official documentation coolify.io/docs as of writing — the installer and requirements get updated, so look there before installing.
What you’ll need
A Lumi server with Ubuntu 22.04 (the default image) and at least 2 GB of RAM — 4 GB and up is comfortable (the VPS-2 plan or higher). Grab the IP, theroot login, and the password from the server card in @lumivps_bot.
Installation
Run the official installer
A single command installs Docker Engine, the dependencies, and the whole Coolify stack into It takes a few minutes. At the end, the script prints the dashboard address.
/data/coolify:Open the ports in the firewall
Coolify uses several ports:| Port | What for |
|---|---|
| 8000 | Coolify dashboard |
| 80 / 443 | App HTTP/HTTPS and SSL issuance |
| 6001 / 6002 | Realtime updates and the web terminal |
Domain and SSL
By default the dashboard works over IP and HTTP. To put it on a domain with HTTPS:Point a domain at the server
Create an A record (for example
coolify.yourdomain.ru → server IP). How — DNS records.Set the domain in Coolify
In the dashboard: Settings → Configuration → the Instance’s Domain (FQDN) field → enter the address with
https://: https://coolify.yourdomain.ru → Save.First deploy
The server is already connected
Coolify adds
localhost (this very server) automatically during installation — there’s no need to connect it separately.Add a resource
+ New Resource → choose a source: a public or private Git repository, a ready-made Docker image, or Docker Compose. Coolify builds and runs it on its own.
Pitfalls
Too little RAM — it crashes during the build
Too little RAM — it crashes during the build
On 1 GB, Coolify is unstable. Keep at least 2 GB for Coolify itself plus headroom for your apps (comfortable is 4 GB and up, the VPS-2 plan or higher).
Port 80/443/8000 is already taken
Port 80/443/8000 is already taken
If nginx, Apache, or another panel is already running on the server, Coolify’s proxy won’t start. Stop or remove them (or move them to another port) before installing.
ufw doesn't close the ports
ufw doesn't close the ports
Docker bypasses ufw — see the firewall block above. Use your provider’s firewall or
ufw-docker.Docker from snap
Docker from snap
Not supported. Remove the snap version of Docker before installing — Coolify will install its own.
Where to next
Docker
Coolify runs on Docker — how it’s built.
Your own domain
Connect a domain to apps in Coolify.