You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-hosting/govern/integrations/sentry.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,6 @@ A custom integration (also called a public integration) connects your Sentry org
43
43
Replace `[YOUR_DOMAIN]` with your actual Plane instance domain. For example, if your Plane instance is at `plane.company.com`, your Webhook URL would be `https://plane.company.com/silo/api/sentry/sentry-webhook/`
User Search Base: cn=users,cn=accounts,dc=example,dc=com
160
-
User Search Filter: (uid={username})
161
-
User Attributes: mail,cn,givenName,sn
162
-
Provider Name: FreeIPA
163
-
```
164
-
165
130
## How LDAP authentication works
166
131
167
132
LDAP authentication in Plane works through a two-phase process. First, Plane locates the user in your directory, then it verifies their credentials. This separation is fundamental to how LDAP works and explains why you need both a service account (Bind DN) and the user's own credentials.
Enterprise plan licenses are activated at the instance level through God Mode, not through individual workspace settings. This gives instance administrators centralized control over Enterprise features across all workspaces.
7
7
8
-
## Get your license key
8
+
## Activate license key
9
9
10
10
1. Sign in to the [Prime portal](https://prime.plane.so/licenses) with the email address you used to purchase your Enterprise plan.
11
11
2. Navigate to **Manage licenses**.
12
12
3. Copy the license key for your Enterprise plan.
13
-
14
-
### Activate in God Mode
15
-
16
-
1. Sign in to your Plane instance in [God Mode](/self-hosting/govern/instance-admin).
17
-
2. Select **Billing** from the left pane.
18
-
3. Paste your license key in the **Activate Enterprise license** field.
19
-
6. Click **Activate**.
13
+
4. Sign in to your Plane instance in [God Mode](/self-hosting/govern/instance-admin).
14
+
5. Select **Billing** from the left pane.
15
+
6. Paste your license key in the **Activate Enterprise license** field.
Copy file name to clipboardExpand all lines: self-hosting/manage/migrate-plane.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you need to change your domain during migration, contact our support team for
18
18
19
19
## Steps
20
20
1.**Delink licenses**
21
-
Log in to Plane on your current server. Head to each paid workspace like Pro or Business and [delink the licenses](https://docs.plane.so/workspaces-and-users/upgrade-plan#delink-license-key). This will free up the licenses for activation on your new server. Ideally, you have just one paid workspace.
21
+
Log in to Plane on your current server. Head to each paid workspace like Pro or Business and [delink the licenses](/self-hosting/manage/manage-licenses/activate-pro-and-business#delink-license-key). This will free up the licenses for activation on your new server. Ideally, you have just one paid workspace.
22
22
23
23
2.**Backup data**
24
24
Create a backup of your Plane instance with ↓:
@@ -45,6 +45,6 @@ On the new server, restore your data with ↓:
45
45
Follow the prompts during the restore process to make sure everything is set up correctly.
46
46
47
47
6.**Reactivate license**
48
-
Finally, [reactivate your license keys](https://docs.plane.so/workspaces-and-users/upgrade-plan#self-hosted-only) on the new instance.
48
+
Finally, [reactivate your license keys](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) on the new instance.
49
49
50
50
This should get your Plane instance up and running on the new server.
Copy file name to clipboardExpand all lines: self-hosting/methods/coolify.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,4 +45,4 @@ This guide shows you the steps to deploy a self-hosted instance of Plane using C
45
45
8. Deploy to launch your Plane instance.
46
46
Once the deployment is complete, your Plane instance should be accessible on the configured domain.
47
47
48
-
9. If you've purchased a paid plan, [activate your license key](https://docs.plane.so/workspaces-and-users/manage-licenses#activate-license) to unlock premium features.
48
+
9. If you've purchased a paid plan, [activate your license key](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) to unlock premium features.
Copy file name to clipboardExpand all lines: self-hosting/methods/docker-aio.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The following ports are exposed:
96
96
97
97
3. Once it's running, you can access the Plane application on the domain you provided during the deployment.
98
98
99
-
4. If you've purchased a paid plan, [activate your license key](https://docs.plane.so/workspaces-and-users/manage-licenses#activate-license) to unlock premium features.
99
+
4. If you've purchased a paid plan, [activate your license key](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) to unlock premium features.
Copy file name to clipboardExpand all lines: self-hosting/methods/docker-compose.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Ensure you're using the **latest version of Docker Compose**. Check your Docker
40
40
When self-hosting Plane for production use, it is strongly recommended to configure [external database and storage](/self-hosting/govern/database-and-storage). This ensures that your data remains secure and accessible even if the local machine crashes or encounters hardware issues. Relying solely on local storage for these components increases the risk of data loss and service disruption.
41
41
</Warning>
42
42
6. The installation will take a few minutes to complete and you will see the message **Plane has successfully installed**. You can access the Plane application on the domain you provided during the installation.
43
-
7. If you've purchased a paid plan, [activate your license key](https://docs.plane.so/workspaces-and-users/manage-licenses#activate-license) to unlock premium features.
43
+
7. If you've purchased a paid plan, [activate your license key](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) to unlock premium features.
Copy file name to clipboardExpand all lines: self-hosting/methods/docker-swarm.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,4 +58,4 @@ This guide shows you the steps to deploy a self-hosted instance of the Plane Com
58
58
59
59
That's it! This will deploy Plane as a Swarm stack, and your instance should be accessible on your configured domain.
60
60
61
-
5. If you've purchased a paid plan, [activate your license key](https://docs.plane.so/workspaces-and-users/manage-licenses#activate-license) to unlock premium features.
61
+
5. If you've purchased a paid plan, [activate your license key](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) to unlock premium features.
Copy file name to clipboardExpand all lines: self-hosting/methods/kubernetes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Ensure you use use the latest Helm chart version.
103
103
--wait \
104
104
--wait-for-jobs
105
105
```
106
-
5. If you've purchased a paid plan, [activate your license key](https://docs.plane.so/workspaces-and-users/manage-licenses#activate-license) to unlock premium features.
106
+
5. If you've purchased a paid plan, [activate your license key](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) to unlock premium features.
Copy file name to clipboardExpand all lines: self-hosting/methods/podman-quadlets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Note that you should run these commands without `sudo`.
97
97
98
98
The startup sequence is important: network first, then dependencies, followed by backend services, and finally frontend services.
99
99
100
-
6. If you've purchased a paid plan, [activate your license key](https://docs.plane.so/workspaces-and-users/manage-licenses#activate-license) to unlock premium features.
100
+
6. If you've purchased a paid plan, [activate your license key](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) to unlock premium features.
0 commit comments