Skip to content
48 changes: 48 additions & 0 deletions account/change-owner.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Changing the account owner
---

## Overview

Every Cloud 66 account has a single **owner** — the user with maximum permissions on every application in the account ([more on roles](/:product/:version?/account/team-accounts#user-roles-and-permissions)).

There's no dedicated "transfer owner" button in the Dashboard, but you can achieve the same result in one of three ways. The first two simply change the email and login identity on the existing account and take a moment to do yourself; the third moves your applications to a separate account and is mainly useful when the new owner wants a completely separate account of their own. Work through them in order and use the first one that fits.

In every case the change is made by the **current account owner**, and there's no support ticket required for the email-based options. A prospective new owner can't initiate the change themselves, since it's tied to whoever currently controls the account — so if you're not the current owner, ask them to make the change.
Comment thread
lvangool marked this conversation as resolved.
Outdated

## Option 1: Rename the account's email address

If the email the new owner wants to use isn't already registered with Cloud 66, the current owner can simply change the account's email address to it under *Account Settings* (click your avatar, top-right → *Account Settings*). The account and all of its applications stay exactly as they are — only the login and contact identity changes. This is the simplest option, so try it first.

The only requirement is that the new email address isn't **already in use by another Cloud 66 account** — each account needs its own unique email address.
Comment thread
lvangool marked this conversation as resolved.
Outdated

## Option 2: Use another email under your control

If the new owner's main email is already registered with Cloud 66 (so Option 1 won't work), use a **different email address they control** instead. Any address that reaches them works — and the current owner changes the account's email to it under *Account Settings*, exactly as in Option 1.
Comment thread
lvangool marked this conversation as resolved.
Outdated

If they don't have a spare mailbox to hand, there's a handy trick: most mail providers support "+" sub-addressing, so an address like `newowner+project@example.com` still lands in the `newowner@example.com` inbox while counting as a distinct address on Cloud 66. Gmail, Fastmail, and Microsoft 365 support this; some corporate mail systems don't.

<Callout type="info" title="Preventing abuse">
The unique-email requirement, and the "+" alias approach above, are only intended for a genuine ownership change on a single account. Using "+" sub-addressing to register multiple Cloud 66 accounts under variations of the same address isn't permitted — it's treated as abuse and can lead to account suspension. For a legitimate handover you have nothing to worry about.
Comment thread
lvangool marked this conversation as resolved.
Outdated
</Callout>

## Option 3: Transfer the applications to another account

If the new owner would rather have a completely separate account of their own, you can transfer your applications across to it instead, one at a time. This is a self-service flow — see [Transferring application ownership](/:product/:version?/account/application-transfer) for the requirements and steps.

It involves a few more steps than the email options, because moving applications between accounts also moves things like billing, DNS and failover groups, backups, server agents, and cloud-credential mappings (for example, the destination account needs access to the same cloud credentials as the existing servers). It's a well-trodden, safe process — just a little more hands-on — so it's usually worth trying the email options first.
Comment thread
lvangool marked this conversation as resolved.
Outdated

## How to make the change

All of these are done by the **current account owner**:

- **Options 1 and 2** — change the account's email address under *Account Settings* (click your avatar, top-right → *Account Settings*).
- **Option 3** — run the [application transfer](/:product/:version?/account/application-transfer) from the Dashboard.

If you're not the current owner, ask them to make the change. And if you're unsure which option fits, or you'd like us to handle it for you, [contact support](mailto:support@cloud66.com) and we'll help.

## Related

- [Transferring application ownership](/:product/:version?/account/application-transfer) — moving individual applications between accounts (Option 3)
- [Manage your account](/:product/:version?/account/account-management) — changing your account email and other settings
- [Managing teams and organizations](/:product/:version?/account/team-accounts) — roles and permissions
2 changes: 1 addition & 1 deletion account/team-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can specify the exact access rights you would like to grant a user per appli
- Power user
- Administrator (has all permissions)

The **owner** of an account always has the maximum permissions for all applications and does not need to be assigned any roles.
The **owner** of an account always has the maximum permissions for all applications and does not need to be assigned any roles. To move account ownership to another user, see [Changing the account owner](/:product/:version?/account/change-owner).

The Administrator role has permissions to everything and the other default roles have the following permissions:

Expand Down