Loading…
C

C
CoolifyGo
Logout
CoolifyGo
C
CoolifyGo

Dashboard

Active deploys

Applications

No applications yet

Click "+ New Application" to deploy your first app.

Services

No services yet

Add a one-click service to get started.

Databases

No databases yet

Create a database to store your app's data.

Git Sources

No git sources yet

Connect a GitHub or GitLab account.

Applications

No applications yet

Deploy your first app in seconds.

Services

No services yet

Launch Redis, Grafana, Gitea and more.

Databases

No databases yet

PostgreSQL, MySQL, MongoDB, Redis — one click.

Git Sources

No git sources yet

Connect GitHub, GitLab, or Gitea to deploy private repos. GitHub App is one-click; GitLab and Gitea need a pre-created OAuth Application (the wizard walks you through it).

Servers

The machine running CoolifyGo is registered as local automatically. Add a remote server only to deploy to another host.

Servers Online

/

Docker Up

/

Total CPUs

Memory Used

GB

of GB

Disk Used

GB

of GB

Avg CPU Load

%

Local server not provisioned yet

Restart CoolifyGo — the machine it runs on is auto-registered on boot. Check the server logs if this persists.

CoolifyGo Runtime

Refreshes every 5 s. Goroutines = concurrent in-process tasks (deploy worker, backup scheduler, auto-update loop, SSH pool, log streamers).

Goroutines

Heap (MB)

Sys mem (MB)

GC count

Queue pending

Queue active

Queue scheduled

Queue retry

Postgres (coolifygo)

Open

Idle

In Use

Redis (coolifygo)

Size

Keys

Profile

Change password

API Tokens

Save this token now (won't be shown again):

NameCreatedLast UsedExpires

Docker Registries

Docker Cleanup

Periodic prune that runs automatically. Running app images are always preserved.

Auto-cleanup

Runs every 15 minutes when enabled.

Set via the DOCKER_CLEANUP_THRESHOLD env var.

Cleanup unconfigured resources

Drops apps / databases / services that were created more than 1 hour ago and never received a container — abandoned wizard runs.

Reset deploy queue

Flushes the asynq queue (critical / default / low) — useful when a deploy is wedged. Running deploys are NOT killed; only pending / scheduled jobs are dropped.

Notifications

Telegram bot for deploy + backup alerts.

Network & Ports

Auto-allocated host port range. Applications walk DOWN from max; databases & services walk UP from min — natural collision avoidance. Defaults match Coolify v3 (9000 → 9100).

Max must be greater than min.

Databases

Shared PostgreSQL mode

When on, every new PostgreSQL database lives as a logical database inside one shared cluster container. Saves dozens of GB of RAM when running many small workloads. Toggle is allowed only when zero PostgreSQL databases exist (either direction).

Updates

Current version

Latest on GitHub

Release notes ↗

Update Now spawns a one-shot helper container that pulls the latest image, swaps the running coolifygo container, and self-cleans (the previous image is pruned automatically). Restart recreates the current container — useful after editing env vars on the host. Both reconnect within ~10 s.

Auto-update (daily)

Background goroutine pulls the latest image once a day so the next manual Update Now is instant. Does NOT restart the running container on its own — that stays a deliberate click.

Timezone

Applied to every backup cron (user databases + system backup). Default is Asia/Kolkata (IST). Change takes effect within 60 s — no restart needed.

Self-backup (coolifygo DB)

Dumps the entire coolifygo Postgres — users, apps, servers, settings, encrypted credentials. Same pipeline as user-DB backups (Telegram or local fallback).

Destination:

Evaluated in

Last:

Recent system attempts
Backups
No system backups yet.
StartedStatusSize
Restores
No system restores yet.
StartedStatusSource

Security Log

Every state-changing request (POST/PUT/PATCH/DELETE) made in the last 25 hours. Stored in Redis with rolling expiry — older entries are dropped automatically. Useful for spotting unfamiliar IPs or unexpected actions.

When Method Path Status IP User-Agent

New Application

Where is your code?

No integrated Git sources yet — add one in Git Sources to skip the URL input.

Repository

How should we build it?

No servers configured. Restart the server — a local server is auto-provisioned on boot.

Built as-is at deploy time — edit later in Configuration tab.

repo/name:tag — public Docker Hub or any registry the host can pull from.

Bind a host port so the app is reachable at . Off = bots / workers reachable only on the coolify Docker network.

Allocated host port

Add Git Source

Create one at your provider's token settings

Recommended for GitHub

Coolify will generate a GitHub App manifest, then redirect you to GitHub to confirm creation. After approval you'll be returned here, then you can install the app on the repos you want to deploy.

Leave empty to install under your personal account.

  1. Open
  2. Create an application with the redirect URI:
  3. Copy the Application ID and Secret below and click .

Add Remote Server

For another machine reachable over SSH. Your local machine is already registered.

Source

No local backups saved yet for this database.

Postgres options
Restore writes the RDB into the running container, issues SHUTDOWN NOSAVE, then auto-restarts (~2 s downtime). All current keys will be replaced.
Live log
Running…