mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-07-16 19:09:55 +00:00
docs: update VPS provider guidance (#127)
* docs: update VPS provider guidance * docs: mention RackNerd as VPS example * docs: clarify VPS provider examples
This commit is contained in:
@@ -11,6 +11,10 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
|
||||
|
||||
Pangolin generally requires minimal resources to run effectively. A basic VPS with **1 vCPU, 1.5GB RAM, and 8GB SSD** is sufficient for most deployments.
|
||||
|
||||
<Note>
|
||||
If you choose a VPS with only 1GB RAM, you may need to create swap space to avoid memory pressure during installation, updates, or periods of higher traffic.
|
||||
</Note>
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Minimum Requirements">
|
||||
- **CPU**: 1 vCPU
|
||||
@@ -25,44 +29,42 @@ Pangolin generally requires minimal resources to run effectively. A basic VPS wi
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## Recommended Options
|
||||
## Choosing a Plan
|
||||
|
||||
<Tip>
|
||||
We're part of RackNerd's affiliate program. Using our links helps support Pangolin development at no extra cost to you.
|
||||
</Tip>
|
||||
Start with the recommended specs unless you already know your deployment will be very small. Pangolin does not need a large server, but having 2GB RAM and a little extra disk space gives Docker, logs, updates, and future services room to operate.
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="RackNerd - 2GB RAM VPS" href="https://my.racknerd.com/aff.php?aff=13788&pid=904">
|
||||
**$18.29/Year**
|
||||
|
||||
- 1 vCPU, 2GB RAM, 40GB SSD, 3.5TB Bandwidth
|
||||
- Great value for performance
|
||||
<CardGroup cols={3}>
|
||||
<Card title="Small Deployment">
|
||||
- Personal or lab use
|
||||
- A few connected sites
|
||||
- Low traffic
|
||||
- Start with the minimum specs
|
||||
</Card>
|
||||
|
||||
<Card title="RackNerd - 3.5GB RAM VPS" href="https://my.racknerd.com/aff.php?aff=13788&pid=905">
|
||||
**$32.49/Year**
|
||||
|
||||
- 2 vCPU, 3.5GB RAM, 65GB SSD, 7TB Bandwidth
|
||||
<Card title="Typical Deployment">
|
||||
- Multiple users or sites
|
||||
- Regular dashboard use
|
||||
- Moderate traffic
|
||||
- Use the recommended specs
|
||||
</Card>
|
||||
|
||||
<Card title="High Traffic Deployment">
|
||||
- Many sites or users
|
||||
- Large file transfers
|
||||
- Public-facing services
|
||||
- Scale CPU, RAM, and bandwidth as needed
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## DigitalOcean Marketplace
|
||||
## Provider Options
|
||||
|
||||
Deploy Pangolin with a single click using the DigitalOcean marketplace. The one-click installer automatically provisions a DigitalOcean droplet with Pangolin pre-installed and firewall rules configured.
|
||||
Most general-purpose VPS providers will work well for Pangolin. Look for a provider with reliable uptime, a data center near your users, clear bandwidth limits, snapshots or backups, and the ability to open inbound TCP ports 80 and 443 plus the WireGuard UDP port configured during installation.
|
||||
|
||||
<Tip>
|
||||
We're part of the DigitalOcean affiliate program. Using our links helps support Pangolin development at no extra cost to you. If you decide to use the DigitalOcean one-click installer, please use our link.
|
||||
</Tip>
|
||||
The providers listed below are examples to help you compare availability by region, not an exhaustive list. Pangolin does not endorse any specific VPS provider, so we recommend doing your own research and choosing the provider that best fits your location, support expectations, and budget.
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="View App Listing" href="https://marketplace.digitalocean.com/apps/pangolin-ce-1?refcode=edf0480eeb81">
|
||||
View Pangolin on the DigitalOcean marketplace
|
||||
</Card>
|
||||
|
||||
<Card title="Deploy Now (Affiliate Link)" href="https://marketplace.digitalocean.com/apps/pangolin-ce-1?refcode=edf0480eeb81&action=deploy">
|
||||
Create your droplet with Pangolin pre-installed
|
||||
</Card>
|
||||
</CardGroup>
|
||||
<Info>
|
||||
If you prefer a guided deployment, Pangolin is also available on the <a href="https://marketplace.digitalocean.com/apps/pangolin-ce-1?refcode=edf0480eeb81">DigitalOcean Marketplace</a>. The marketplace image can create a droplet with Pangolin pre-installed and firewall rules configured.
|
||||
</Info>
|
||||
|
||||
## Selection Criteria
|
||||
|
||||
@@ -83,10 +85,10 @@ When choosing your VPS provider, consider these factors:
|
||||
|
||||
<Accordion title="Geographic Location">
|
||||
**Choose a data center close to your users:**
|
||||
- **North America**: RackNerd, DigitalOcean, Vultr
|
||||
- **Europe**: Hetzner, OVHcloud, UpCloud
|
||||
- **Asia Pacific**: Vultr, Linode, DigitalOcean
|
||||
- **Global**: AWS, Google Cloud, Azure
|
||||
- **North America examples**: DigitalOcean, Vultr, Linode, RackNerd
|
||||
- **Europe examples**: Hetzner, OVHcloud, UpCloud
|
||||
- **Asia Pacific examples**: Vultr, Linode, DigitalOcean
|
||||
- **Global examples**: AWS, Google Cloud, Azure
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Support and Reliability">
|
||||
|
||||
Reference in New Issue
Block a user