"use client"; import { SettingsContainer, SettingsSection, SettingsSectionTitle as SectionTitle, SettingsSectionBody, SettingsSectionFooter } from "@app/components/Settings"; import SettingsSectionTitle from "@app/components/SettingsSectionTitle"; import { Alert } from "@app/components/ui/alert"; import { Button } from "@app/components/ui/button"; import { Shield, Zap, RefreshCw, Activity, Wrench, CheckCircle, ExternalLink } from "lucide-react"; import Link from "next/link"; export default async function ManagedPage() { return ( <>

Managed Self-Hosted Pangolin is a deployment option designed for people who want simplicity and extra reliability while still keeping their data private and self-hosted.

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 benefits:

Simpler operations

No need to run your own mail server or set up complex alerting. You'll get health checks and downtime alerts out of the box.

Automatic updates

The cloud dashboard evolves quickly, so you get new features and bug fixes without having to manually pull new containers every time.

Less maintenance

No database migrations, backups, or extra infrastructure to manage. We handle that in the cloud.

Cloud failover

If your node goes down, your tunnels can temporarily fail over to our cloud points of presence until you bring it back online.

High availability (PoPs)

You can also attach multiple nodes to your account for redundancy and better performance.

Future enhancements

We're planning to add more analytics, alerting, and management tools to make your deployment even more robust.

Read the docs to learn more about the Managed Self-Hosted option in our{" "} documentation .
); }