-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cloud section including best practices
- Loading branch information
1 parent
fad4852
commit 9fbb65a
Showing
11 changed files
with
106 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
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 and set the timezone. | ||
|
||
## Access the dashboard from the app | ||
|
||
1. [Log in to n8n](https://app.n8n.cloud/login){:target=_blank .external-link} | ||
1. Select **Admin Dashboard**. n8n opens the dashboard. | ||
|
||
## 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 will ask you if you want a magic link to access your dashboard. Select **Send magic link**, then check your email for the link. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
contentType: reference | ||
--- | ||
|
||
# Cloud IP addresses | ||
|
||
/// warning | Cloud IP addresses change without warning | ||
n8n can't guarantee static source IPs, as Cloud operates in a dynamic cloud provider environment and scales its infrastructure to meet demand. You should use strong authentication and secure transport protocols when connecting into and out of n8n. | ||
/// | ||
|
||
Outbound traffic may appear to originate from any of: | ||
|
||
* 20.79.227.226 | ||
* 20.79.72.36 | ||
* 20.113.47.122 | ||
* 20.218.202.73 | ||
* 20.79.232.36 | ||
* 20.79.192.145 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
contentType: overview | ||
--- | ||
|
||
# n8n Cloud | ||
|
||
n8n Cloud is n8n's hosted solution. It provides: | ||
|
||
- No technical set up or maintenance for your n8n instance | ||
- Continual uptime monitoring | ||
- Managed OAuth for authentication | ||
- One-click upgrades to the newest n8n versions | ||
|
||
[Sign up for n8n Cloud](https://www.n8n.cloud/){:target=_blank .external-link} | ||
|
||
/// note | Russia and Belarus | ||
n8n Cloud isn't available in Russia and Belarus. Refer to this blog post: [Update on n8n cloud accounts in Russia and Belarus](https://n8n.io/blog/update-on-n8n-cloud-accounts-in-russia-and-belarus/) for more information. | ||
/// | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
description: How to set your timezone on n8n Cloud. | ||
contentType: howto | ||
--- | ||
|
||
# Set the Cloud instance timezone | ||
|
||
You can change the timezone for your n8n instance. This affects the [Schedule Trigger](/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/) and [Date & Time node](/integrations/builtin/core-nodes/n8n-nodes-base.datetime/). Users can configure the timezone for individual workflows in [Workflow settings](/workflows/settings/). | ||
|
||
1. On your dashboard, select **Manage**. | ||
1. Change the **Timezone** dropdown to the timezone you want. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
description: How to update your n8n version on Cloud. | ||
contentType: howto | ||
--- | ||
|
||
# Update your Cloud version | ||
|
||
n8n recommends regularly updating your Cloud version. Check the [Release notes](/release-notes/) to learn more about changes. | ||
Check warning on line 8 in docs/manage-cloud/update-cloud-version.md GitHub Actions / vale[vale] docs/manage-cloud/update-cloud-version.md#L8
Raw output
Check warning on line 8 in docs/manage-cloud/update-cloud-version.md GitHub Actions / vale[vale] docs/manage-cloud/update-cloud-version.md#L8
Raw output
|
||
|
||
1. On your dashboard, select **Manage**. | ||
1. Use the **n8n version** dropdown to select your preferred release version: | ||
* Latest Stable: recommended for most users. | ||
* Latest Beta: get the newest n8n. This may be unstable. | ||
1. Select **Save Changes** to restart your n8n instance and perform the update. | ||
1. In the confirmation modal, select **Confirm**. | ||
|
||
|
||
## Best practices for updating | ||
|
||
* Update frequently: this avoids having to jump multiple versions at once, reducing the risk of a disruptive update. | ||
* Check the [Release notes](/release-notes/) for breaking changes. | ||
* Use [Environments](/source-control-environments/) to create a test version of your instance. Test the update there first. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters