Deploy Coolify on a VPS in one click | INTROSERV
EUR
european

EUR

usa

USD

English En
Ex. VAT Ex. VAT 0%

Deploy Coolify in one click

Your own PaaS on your own server, ready in minutes

Coolify is an open-source, self-hostable PaaS – an alternative to Vercel, Heroku, and Netlify that deploys applications, databases, and services onto servers you control.

  • Git push to deploy Git push to deploy Git push to deploy
  • Unlimited applications and domains Unlimited applications and domains Unlimited applications and domains
  • Automatic Let's Encrypt certificates Automatic Let's Encrypt certificates Automatic Let's Encrypt certificates
  • Preview deployments per pull request Preview deployments per pull request Preview deployments per pull request
  • 200+ one-click service templates 200+ one-click service templates 200+ one-click service templates
  • Multi-server management over SSH Multi-server management over SSH Multi-server management over SSH
Deploy Coolify Now
Deploy Coolify in one click
Installs with<br>your VPS Installs with<br>your VPS Installs with
your VPS
Full root<br>access Full root<br>access Full root
access
Live in<br>~2 minutes Live in<br>~2 minutes Live in
~2 minutes
Instant dashboard access Instant dashboard access Instant dashboard access

Key features

Build packs and Dockerfiles

Railpack and Nixpacks build the image straight from your repository, or point Coolify at your own Dockerfile, Compose file, static output, or a prebuilt registry image.

Eight database engines

PostgreSQL, MySQL, MariaDB, MongoDB, Redis, KeyDB, DragonFly, and ClickHouse deploy from the dashboard, reachable over internal URLs or an on-demand public port.

Automatic HTTPS

Enter a domain with the https:// protocol and the built-in proxy requests a Let's Encrypt certificate, then renews it before the 90-day expiry with no manual step.

Scheduled S3 backups

PostgreSQL, MySQL, MariaDB, and MongoDB dumps run on cron expressions and ship to any S3-compatible storage, and Coolify's own PostgreSQL database is backed up the same way.

Built-in monitoring

Coolify watches disk usage with automatic cleanup, container stops and restarts, and backup status, then alerts over email, Telegram, Discord, Slack, Mattermost, Pushover, or webhooks.

API, webhooks, and terminal

Automate deployments through a bearer-token REST API, trigger builds from GitHub Actions or GitLab CI, and open a shell on any container straight from the browser.

System requirements

View All VPS Options

Minimum

From €7/month
2 vCore 2GB RAM 40GB NVMe
- Meets Coolify's minimum
- Dashboard plus a few resources
Deploy Now

Recommended

From €21/month
4 vCore 8GB RAM 160GB NVMe
- Around 15 mixed resources
- Co-located image builds
Deploy Now

Advanced

From €29/month
4 vCore 16GB RAM 160GB NVMe
- Headroom for databases
- Non-blocking frequent builds
Deploy Now

Maximum

From €33/month
8-16 vCore 32GB-128GB RAM 320GB-640GB NVMe
- Dozens of resources
- Unified single-disk storage
Deploy Now

Get started in 4 easy steps


  • 1

    Select a VPS plan

    Choose the virtual server resources and performance tiers that fit your project requirements.

  • 2

    Pick your application

    Browse our marketplace during VPS setup and select the self-hosted software you want to deploy.

  • 3

    Complete the payment

    Pay the standard virtual server invoice – the 1-click deployment tool itself is fully complimentary.

  • 4

    Complete and access

    Your server provisions and automatically installs the software. Once the setup process finishes, your new environment is fully ready for you to connect and use.

Deployment details

 Application  Application

Application

Coolify – current stable release of the v4 branch

  • Installed with the official install script
  • Dashboard, proxy, and deployment engine running out of the box

 Operating system  Operating system

Operating system

Ubuntu 24.04 LTS – clean minimal install

  • Officially supported by Coolify's quick installation script
  • Full root access over SSH

 Container runtime  Container runtime

Container runtime

Docker Engine – the official way Coolify runs

  • Installed by the script together with curl, wget, git, jq, and openssl
  • Coolify's own files live under /data/coolify

 Web access and SSL  Web access and SSL

Web access and SSL

Traefik as the default reverse proxy

  • Dashboard reachable on port 8000 after provisioning
  • Auto-HTTPS and free Let's Encrypt SSL for custom domains

 Software licensing  Software licensing

Software licensing

Apache License 2.0 – open-source, no license fees

  • No feature gates, host limits, or paid tiers in the self-hosted version
  • Full Apache 2.0 license text

Why deploy on INTROSERV

  • NVMe storage NVMe storage
    NVMe storage

    Every VPS runs on NVMe drives – fast I/O for databases, metrics, and busy workloads.

  • Locations in Europe and the US Locations in Europe and the US
    Locations in Europe and the US

    Deploy close to your infrastructure and users – lower latency, regional compliance.

  • Unmetered traffic Unmetered traffic
    Unmetered traffic

    No bandwidth caps and no overage bills – your monthly price stays predictable.

  • IPv4 and IPv6 included IPv4 and IPv6 included
    IPv4 and IPv6 included

    A dedicated IPv4 address plus native IPv6 with every server.

  • 24/7 human support 24/7 human support
    24/7 human support

    Engineers on duty around the clock – real answers, not ticket bots.

  • Scale anytime Scale anytime
    Scale anytime

    Upgrade CPU, RAM, or storage as your workload grows – without migrating.

Terms and support boundaries

Infrastructure and support limits

Our company provides the Virtual Private Server infrastructure and the automation script for initial deployment. While we guarantee the availability and performance of your hardware and network, our technical support exclusively covers infrastructure-related issues – such as server connectivity, hardware stability, and billing. Assistance with application-specific configuration, software bugs, or user management is the responsibility of the server administrator or software maintainers.

Software licensing and compliance

All marketplace tools deploy standard versions of third-party software products and are provided "as-is" with no modifications to their original code. While the core of many available applications is open-source, using proprietary features or advanced enterprise tiers in production environments may be subject to the vendor's specific licensing terms. Users must manage and acquire any required commercial subscriptions directly from the software developers.

FAQ

  • Do I need a license or a paid plan to run Coolify?

    No. Coolify is open-source under the Apache License 2.0, and the self-hosted version we deploy includes every feature. There is no limit on how many applications, databases, or servers you run. Coolify Cloud is a separate paid service where the Coolify team hosts the dashboard for you, and it is not part of this deployment. Here you only pay the standard virtual server invoice.

  • How do I log in after deployment?

    Open your server's IP address on port 8000, for example http://<VPS-IP>:8000. The first page you see is a registration form, and that is where you create your admin account. Do it as soon as the server is ready, because until that account exists, anyone who opens the page can claim the instance. Then add your domain in Settings – the dashboard starts answering on that domain over https:// with a real certificate, and once that works, you can safely close port 8000 to the outside world.

  • How do I get a valid SSL certificate?

    Create an A record for your domain pointing to the server's IP, then open Settings and fill in Instance's Domain using an https:// address. Coolify asks Let's Encrypt for a certificate, installs it, and renews it on its own – certificates last 90 days and renewal needs no attention. Keep port 80 open, because that is how Let's Encrypt confirms the domain is really yours. If that check fails, the proxy serves its own self-signed certificate and the browser shows a warning until DNS or the firewall is fixed.

  • Can I move an existing Coolify installation to this server?

    Yes. Coolify keeps its settings in its own PostgreSQL database, and that database is covered by the same scheduled backup feature you use for your own databases. Everything else sits in /data/coolify on the server. Back up both on the old server, restore them here, and run the same Coolify version on both sides during the move. Nothing is tied to a vendor cloud, so your configuration always stays on hardware you control.

  • How are updates handled?

    Coolify updates itself, and you choose how. Automatic updates check for new releases and install them on a schedule. Semi-automatic puts an Upgrade button in the top navigation bar when a release is out, and nothing happens until you click it. Manual means running the official install script over SSH, where you can also pin an exact version. The documentation recommends switching automatic updates off on production instances and backing up before any upgrade.

  • What if I outgrow this configuration?

    Add CPU, RAM, or storage to the VPS, with no reinstall needed. After that, Coolify grows by adding servers rather than one huge one – connect another server over SSH and deploy to it from the same dashboard. You can also mark a server as a build server, so building images stops slowing down the applications that are already running.

  • Should I run my applications on the same server as Coolify?

    It works, and on the smaller plans it is the usual setup. For production the documentation suggests a split – one server for Coolify, one or more for the applications and databases you deploy. Building images is the heavy part, and a long build can slow down everything else on the same server, including the dashboard.

  • Does Coolify keep the server secure and up to date?

    Not on its own. Coolify takes care of deployments, routing, and certificates, while the operating system stays your responsibility. It does help you see the work – the Security tab lists the package updates available for your server and can send you a weekly reminder, but nothing is installed until you press Update. Firewall rules and SSH access are yours to set.

All product names, logos, trademarks, and registered trademarks mentioned on this website are the property of their respective owners. They are used for identification and reference purposes only and do not imply any affiliation, sponsorship, or endorsement by INTROSERV, nor by the respective trademark owners.

processor processor
Ready to deploy? Ready to deploy?

Ready to deploy?

Pick a virtual server configuration and your application goes live with it – automatically, in minutes.

cunsoultant

Not sure what fits?

Our engineers will help you match the application to the right server configuration – sizing, locations, and setup questions included.

VAT

  • Other

    Ex. VAT

    0%
  • austria

    Austria

    20%
  • Belgium

    Belgium

    21%
  • Bulgaria

    Bulgaria

    20%
  • Croatia

    Croatia

    25%
  • Cyprus

    Cyprus

    19%
  • Czech Republic

    Czech Republic

    21%
  • Denmark

    Denmark

    25%
  • Estonia

    Estonia

    22%
  • France

    France

    20%
  • Finland

    Finland

    24%
  • Germany

    Germany

    19%
  • Greece

    Greece

    24%
  • Hungary

    Hungary

    27%
  • Ireland

    Ireland

    23%
  • Italy

    Italy

    22%
  • Latvia

    Latvia

    21%
  • Lithuania

    Lithuania

    21%
  • Luxembourg

    Luxembourg

    17%
  • Malta

    Malta

    18%
  • Netherlands

    Netherlands

    21%
  • Poland

    Poland

    23%
  • Portugal

    Portugal

    23%
  • Romania

    Romania

    19%
  • Slovakia

    Slovakia

    20%
  • Slovenia

    Slovenia

    22%
  • Spain

    Spain

    21%
  • Sweden

    Sweden

    25%
  • USA

    USA

    0%
european
states
  • germany
  • Español
  • Italiano
  • Poland
  • Русский
  • Slovenski
  • Türkçe
  • ukraine
  • kingdom
  • French
  • Hrvatska
  • Other
  • Austria
  • Belgium
  • Bulgaria
  • Croatia
  • Cyprus
  • Czech Republic
  • Denmark
  • Estonia
  • Finland
  • France
  • Germany
  • Greece
  • Hungary
  • Ireland
  • Italy
  • Latvia
  • Lithuania
  • Luxembourg
  • Malta
  • Netherlands
  • Poland
  • Portugal
  • Romania
  • Slovakia
  • Slovenia
  • Spain
  • Sweden
  • USA

Request information from the manager

Please provide your contact information, the manager will send you detailed information on the selected tariff.

mail mail

Thank you for your request

Manager will contact you as soon as possible.

I've hosted an average of 8-10 domains with INTROSERV since May 2004. Their pricing attracted me at first, but it could only have been the quality of customer support that has retained me for this length of time. My IT knowledge level is best described as dangerous. I am confident that I have created more than my share of "situations." Yet the guys and gals at INTROSERV have patiently and determinedly handled my problems and resolved all issues on a continuing basis. If you're looking for web hosting, things are going to go wrong wherever you go. That's just the nature of humans and our technology. You had better go with an outfit that can resolve your problems in a timely and professional manner. INTROSERV just did that for me again, prompting me to write this long overdue recommendation