diff --git a/docs.json b/docs.json
index 25a65ac..8f7a887 100644
--- a/docs.json
+++ b/docs.json
@@ -473,14 +473,6 @@
"label": "Terms of Service",
"href": "https://pangolin.net/tos"
},
- {
- "label": "Data Processing Addendum",
- "href": "https://pangolin.net/dpa"
- },
- {
- "label": "Service Level Agreement",
- "href": "https://pangolin.net/sla"
- },
{
"label": "Commercial License",
"href": "https://pangolin.net/fcl"
diff --git a/index.mdx b/index.mdx
index 715ddc4..aa761c3 100644
--- a/index.mdx
+++ b/index.mdx
@@ -1,49 +1,82 @@
---
title: "Introduction to Pangolin"
+description: "Connect and protect your users with an open-source networking and security platform"
---
-Pangolin is an open-source, identity-based remote access platform built on WireGuard that enables secure, seamless connectivity to private and public resources.
+
+Pangolin is an open-source SASE platform with one mission: connect and protect your users, wherever they are.
+
+It treats networking and security as a single system. Identity, sites, access control, privileged access, and an identity-aware AI gateway share one policy model. The idea is the same as platforms like Cloudflare One, Zscaler, and Prisma Access, but Pangolin is open, self-hostable, and built to stay light enough that administrators actually enjoy running it.
-Pangolin combines reverse proxy and VPN capabilities into one platform. It provides browser-based access to web applications and client-based access to private resources like databases and SSH servers, all with zero-trust security and granular access control.
+## Why Pangolin Exists
-Pangolin connects remote networks using lightweight software connectors called sites. Sites create secure tunnels without requiring public IP addresses or open ports. Admins define specific resources that users can access, not entire networks. This gives users only the access they need while keeping everything else secure.
+Legacy SASE platforms got the idea right: connectivity and security belong together. They delivered it as a heavyweight, closed, cloud-locked stack. Pangolin does that unification in the open, on infrastructure you control, and simple enough to deploy yourself.
-Users access public resources through any web browser with authentication. Users access private resources by connecting with a Pangolin client on their device. Both methods use the same identity-based access control, so you manage users and permissions in one place.
+- **Open source and auditable.** You can see how traffic is handled and how access decisions get made.
+- **Networking and security as one platform.** Connecting users and protecting them happen together, with one identity and policy model.
+- **Lightweight by design.** The control plane runs on a modest server. A user-space connector sits in your private networks.
+- **Zero trust from day one.** Access is granted per resource, with identity providers, roles, and audit logs.
+- **Run it your way.** Self-host or use [Pangolin Cloud](https://app.pangolin.net/auth/signup).
-
-
-
+## Core Concepts
-
-
-
+Pangolin is organized around a few pieces you will use everywhere:
+
+1. A **server** is the control plane. It holds identity, policy, and coordination. You can use [Pangolin Cloud](/about/pangolin-cloud-vs-self-hosted) or [self-host](/self-host/quick-install) the same software.
+2. **[Sites](/manage/sites/understanding-sites)** connect the networks where your applications and infrastructure live.
+3. **[Resources](/manage/resources/understanding-resources)** are the specific things users are allowed to reach: web apps, SSH, desktops, private hosts, and AI providers.
+4. **[Clients](/manage/clients/understanding-clients)** give devices a private path to those resources.
+
+
+ Learn the fundamentals: server, sites, resources, clients, and how they fit together.
+
+
+## Explore the Platform
+
+
+
+ Connect private networks with lightweight connectors so authorized users can reach what lives there.
+
+
+ Define the apps, hosts, SSH sessions, desktops, and AI endpoints users can access.
+
+
+ Use built-in users or your identity provider. Grant roles per resource and keep an audit trail.
+
+
+ Put identity, budgets, and session history in front of cloud and self-hosted model APIs.
+
+
## Keep Reading
-
- Learn about the fundamentals of Pangolin and how they work together to provide simple and secure remote access.
-
-
-
- What are the similarities and differences between Pangolin and traditional reverse proxies and VPNs?
-
-
-
- How Pangolin's identity-aware AI Gateway compares to traditional LLM gateways.
-
+
+
+ Choose a managed control plane or run the same software on your own infrastructure.
+
+
+ How Pangolin relates to traditional reverse proxies and VPNs, and what it does beyond either.
+
+
+ How Pangolin's identity-aware AI Gateway compares to dedicated LLM gateways.
+
+
+ A technical picture of the control plane, nodes, connectors, and how traffic moves.
+
+
## Deployment Options
-See [Pangolin Cloud vs. Self-Hosted](/about/pangolin-cloud-vs-self-hosted) for the differences, including [remote nodes](/manage/remote-node/understanding-nodes) as a hybrid.
+See [Cloud vs. Self-Hosted](/about/pangolin-cloud-vs-self-hosted) for the differences, including [remote nodes](/manage/remote-node/understanding-nodes) as a hybrid.
- Use Cloud for low-maintenance, highly available remote access. Optionally self-host a node to keep your traffic private.
+ A managed control plane. Install sites and clients, then define resources. Optionally self-host a node to keep traffic on your network.
-
- Self-host a fully isolated Pangolin server. Install the Community Edition or Enterprise Edition easily using the quick installer.
+
+ Run a fully isolated Pangolin server. Install Community Edition or Enterprise Edition with the quick installer.
diff --git a/self-host/quick-install.mdx b/self-host/quick-install.mdx
index 0ceb36e..6740924 100644
--- a/self-host/quick-install.mdx
+++ b/self-host/quick-install.mdx
@@ -88,7 +88,7 @@ Once installation completes successfully, you'll see:
Installation complete!
To complete the initial setup, please visit:
-https://pangolin.example.com/auth/initial-setup
+https:///auth/initial-setup
```