add cloud admin dashboard doc

This commit is contained in:
Deborah Barnard 2023-09-26 14:08:16 +01:00
parent a65fe36d2e
commit aba6d7dbd0
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,14 @@
---
description: How to access the Cloud admin dashboard.
contentType: howTo
---
# Cloud admin dashboard
Instance owners can access the admin dashboard to manage their Cloud instance. This is where you can upgrade your n8n version.
## Access the dashboard from the app
## Access the dashboard if the app is offline
If your instance is down, you can still access the admin dashboard. When you log in to the app, n8n asks you if you want a magic link to access your dashboard. Select **Send magic link**, then check your email for the link.

View File

@ -18,4 +18,4 @@ User management in n8n allows you to invite people to work in your n8n instance.
This section contains most usage information for user management, and the [Cloud setup guide](/user-management/cloud-setup/). If you self-host n8n, there are extra steps to configure your n8n instance. Refer to the [Self-hosted guide](/hosting/user-management-self-hosted/).
This section includes a guides to configuring [LDAP](/user-management/ldap/) and [SAML](/user-management/saml/) in n8n.
This section includes guides to configuring [LDAP](/user-management/ldap/) and [SAML](/user-management/saml/) in n8n.

View File

@ -178,6 +178,7 @@ nav:
- Cloud setup: user-management/cloud-setup.md
- Manage users: user-management/manage-users.md
- Account types: user-management/account-types.md
- Cloud admin dashboard: user-management/cloud-admin-dashboard.md
- Best practices: user-management/best-practices.md
- 2FA: user-management/two-factor-auth.md
- LDAP: user-management/ldap.md