Rename to nodes

This commit is contained in:
Owen
2025-08-22 09:48:36 -07:00
parent 9122f1d707
commit 45022e2668
12 changed files with 59 additions and 59 deletions

View File

@@ -27,7 +27,7 @@ Your existing Pangolin data will stay in the database, so feel free to try manag
</Step>
<Step title="Generate credentials">
In the Pangolin Cloud dashboard, navigate to the "Self-hosted" section and generate a new ID and secret for this PoP. Make sure to copy this config, as you'll need it later.
In the Pangolin Cloud dashboard, navigate to the "Self-hosted" section and generate a new ID and secret for this node. Make sure to copy this config, as you'll need it later.
</Step>
<Step title="Prepare your instance">

View File

@@ -81,7 +81,7 @@ Files marked with `(*)` must be created manually. Volumes and other files are ge
<Step title="Update domain">
Edit the configuration files to replace:
- `154.123.45.67` with your actual domain OR public IP address of the PoP
- `154.123.45.67` with your actual domain OR public IP address of the node
<Warning>
Ensure your domain DNS is properly configured to point to your server's IP address if you choose DNS.

View File

@@ -53,7 +53,7 @@ Before installing Pangolin, ensure you've opened the required port on your firew
<Step title="Do you already have credentials from the dashboard?">
If you are on your game and have already generated credentials for this PoP in the dashboard enter them here.
If you are on your game and have already generated credentials for this node in the dashboard enter them here.
<Tip>
If you don't have them yet you can just select no when asked and we will create it in a later step.
@@ -61,11 +61,11 @@ If you don't have them yet you can just select no when asked and we will create
</Step>
<Step title="The public addressable IP address for this PoP">
<Step title="The public addressable IP address for this node">
Enter either the public IP address of your server or a domain name that resolves to it.
If you choose to use a domain keep in mind this just resolves your PoP on the internet while the actual subdomains for resources will be managed in the cloud.
If you choose to use a domain keep in mind this just resolves your node on the internet while the actual subdomains for resources will be managed in the cloud.
</Step>
@@ -79,10 +79,10 @@ Your managed credentials have been obtained successfully.
Secret: n7sd18twfko0q0vrb7wyclqzbvvnx1fqt7ezv8xewhdb9s7d
```
Go to the [Pangolin dashboard](https://pangolin.fossorial.io/) and log in. Navigate to the "Self-hosted" section and add a new PoP. Use this ID and secret to register your PoP.
Go to the [Pangolin dashboard](https://pangolin.fossorial.io/) and log in. Navigate to the "Self-hosted" section and add a new node. Use this ID and secret to register your node.
<Tip>
More than one account can use the same PoP credentials. This is useful for teams.
More than one account can use the same node credentials. This is useful for teams.
</Tip>
</Step>
@@ -97,6 +97,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 PoP.
Navigate to the [Pangolin dashboard](https://pangolin.fossorial.io/) and create sites, resources, and targets for your managed node.
{/* ## Video Walkthrough */}

View File

@@ -4,7 +4,7 @@ description: "Deploy your own Pangolin reverse proxy server in under 10 minutes
---
<Info>
Fully self-hosted Pangolin provides only one point of presence and is not highly available.
Fully self-hosted Pangolin provides only one node and is not highly available.
</Info>
## Prerequisites

View File

@@ -33,7 +33,7 @@ WireGuard provides fast, secure, and reliable tunneling with minimal overhead.
Newt is a lightweight client that runs on your edge networks (servers, VMs, or containers):
- **Automatic Discovery**: Finds the optimal point of presence for best performance
- **Automatic Discovery**: Finds the optimal node for best performance
- **Dual Connection**: Connects to Pangolin via WebSocket and Gerbil via WireGuard
- **Resource Proxy**: Creates TCP/UDP proxies to expose your applications securely