change manage terms

This commit is contained in:
miloschwartz
2025-10-15 16:54:16 -07:00
parent 5dda2a2341
commit ba2ab8c5eb
10 changed files with 28 additions and 59 deletions

View File

@@ -5,7 +5,7 @@ description: "Learn how to convert your Community or Enterprise Edition Pangolin
## Who is this for?
Use this guide if you have a self-hosted Pangolin instance and want to convert it to a managed deployment. It's pretty easy!
Use this guide if you have a self-hosted Pangolin instance and want to convert it to a remote node deployment. It's pretty easy!
## What will happen to my data?
@@ -13,7 +13,7 @@ Use this guide if you have a self-hosted Pangolin instance and want to convert i
**Always backup your data before updating.** Copy your `config` directory to a safe location so you can roll back if needed.
</Warning>
Your existing Pangolin data will stay in the database, so feel free to try managed deployment without losing anything. If you want to go back, just reverse these steps.
Your existing Pangolin data will stay in the database, so feel free to try a remote node deployment without losing anything. If you want to go back, just reverse these steps.
## Migration

View File

@@ -8,12 +8,12 @@ description: "More reliable and low-maintenance self-hosted Pangolin server with
With this option, you still run your own Pangolin node — your tunnels, SSL termination, and traffic all stay on your server. The difference is that management and monitoring are handled through our cloud dashboard, which unlocks a number of significant benefits.
<Tip>
You can deploy a managed Pangolin node in seconds [using the installer](/manage/remote-node/quick-install-remote).
You can deploy a remote Pangolin node in seconds [using the installer](/manage/remote-node/quick-install-remote).
</Tip>
## How It Works
The managed self-hosted approach gives you the best of both worlds:
The remote node approach gives you the best of both worlds:
- **You Host the Node**: You maintain complete control over your infrastructure and where your data flows. Your tunnels, SSL termination, and all traffic processing happen on your servers.
- **We Handle Coordination**: Pangolin Cloud manages the control plane, DNS, certificate management, database, and backups through our cloud dashboard.
@@ -23,14 +23,6 @@ The managed self-hosted approach gives you the best of both worlds:
<img src="/images/ha.svg" width="400" centered/>
</Frame>
## Why Choose Remote Nodes?
**Data Control & Privacy**: All your traffic flows through your own servers, giving you complete control over data transit, costs, and ensuring compliance with your security policies.
**Simplified High Availability**: Get enterprise-grade reliability without the complexity of managing distributed systems, load balancers, and monitoring infrastructure yourself.
**Reduced Operational Burden**: Focus on your core business while we handle the operational complexity of keeping your tunneling infrastructure running smoothly.
## Key Benefits
### Simpler Operations

View File

@@ -1,6 +1,6 @@
---
title: "Quick Install Guide"
description: "Deploy your own managed Pangolin instance in under 10 minutes with our automated installer"
description: "Deploy your own remote Pangolin node in under 10 minutes with our automated installer"
---
<iframe
@@ -107,6 +107,6 @@ Once installation completes successfully, you'll see:
Installation complete!
```
Navigate to the [Pangolin dashboard](https://pangolin.fossorial.io/) and create sites, resources, and targets for your managed node.
Navigate to the [Pangolin dashboard](https://pangolin.fossorial.io/) and create sites, resources, and targets for your remote node.
{/* ## Video Walkthrough */}