This feature is part of Cosmos Pro. Install it with get-pro.sh and enter your licence key in Configuration > General.

Cosmos Pro

Cosmos Pro is the paid edition of Cosmos. It is the exact same software, with extra features on top designed for teams and for people running more than one server. Everything described in the standard documentation works the same way in Pro.

What Pro adds

  • Groups and Permissions: create your own groups with a tailored set of permissions, instead of only "User" and "Admin".
  • Cluster and Deployments: run an application on several Cosmos servers at once. Cosmos places the replicas for you, moves them when a server goes down, scales them with the load, and serves them behind a single URL.
  • Managed Databases: PostgreSQL databases created in one click, private to your network, with per-application credentials, scheduled backups and restores.
  • Object Storage (S3): an S3-compatible storage that spreads your files across your servers, with replication, maintenance jobs and backups.

Cloud Functions and Package Registries are also part of Pro but are currently in beta, so they are not documented yet.

Most Pro features live in the Constellation section of the menu, because they rely on the Constellation network to talk between your servers. If you have a single server, you still need to enable Constellation on it (the setup takes a minute, and you do not need to add any device).

Installing Cosmos Pro

Cosmos Pro is installed with the get-pro.sh script. It is the same script as the standard installer, with the same options, but it installs the Pro build:

# Same env variables and flags as get.sh (--dry-run, --beta, --no-docker, --no-dep)
curl -fsSL https://cosmos-cloud.io/get-pro.sh | sudo -E bash -s

If you already run the standard edition, running the script on top of it switches you to Pro. Your configuration, users and applications are kept.

Once installed, go to Configuration > General and enter your Licence Key. The Pro pages unlock as soon as the key is saved. The Manage Licence button on the same screen lets you review and manage your licence.

Updates

Updates work like the standard edition: Cosmos checks for new versions and lets you update from the UI. The Pro build updates from the Pro channel automatically, you do not need to run the script again.