website/src/app/kb/deploy/sites/readme.mdx
import PlanBadge from "@/components/PlanBadge"; import SupportOptions from "@/components/SupportOptions"; import NextStep from "@/components/NextStep"; import Alert from "@/components/DocsAlert";
<PlanBadge plans={["starter", "team", "enterprise"]}>
Sites represent a shared network environment that Gateways and Resources exist within. All Gateways and Resources in a Site must have unobstructed network connectivity to each other.
When multiple Gateways are deployed within a Site, Firezone automatically selects the closest Gateway to route Client traffic based on the Client's geolocated IP address. This ensures optimal performance and low latency for your users.
A Site is a collection of Resources and Gateways that are logically grouped together. A Site can be a physical office location, a data center rack, a homelab network, VPC, or any other grouping that makes sense for your organization.
A Site can be as small as a single Gateway running on a single server managing the access to the Resources on that server, or as large as a data center network managing access to a cluster of servers.
To create a Site, click the Sites tab in the left-hand navigation and then
click the Add Site button. You will be prompted to enter a name for the Site.
<NextStep href="/kb/deploy/gateways">Next: Deploy Gateways</NextStep>
<SupportOptions />