From aba6d7dbd09fdcd34d7d9a116f1194e1091e4931 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 26 Sep 2023 14:08:16 +0100 Subject: [PATCH] add cloud admin dashboard doc --- docs/user-management/cloud-admin-dashboard.md | 14 ++++++++++++++ docs/user-management/index.md | 2 +- mkdocs.yml | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/user-management/cloud-admin-dashboard.md diff --git a/docs/user-management/cloud-admin-dashboard.md b/docs/user-management/cloud-admin-dashboard.md new file mode 100644 index 000000000..969bc39ff --- /dev/null +++ b/docs/user-management/cloud-admin-dashboard.md @@ -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. diff --git a/docs/user-management/index.md b/docs/user-management/index.md index 439c732d1..c85671f54 100644 --- a/docs/user-management/index.md +++ b/docs/user-management/index.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 7d63f797e..093dfe815 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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