2024-11-12 04:53:28 +00:00
# Hosting Fleet
2024-05-15 04:56:36 +00:00
2026-02-28 00:06:18 +00:00
You can deploy Fleet anywhere, (even your [homelab ](https://fleetdm.com/guides/deploy-fleet-on-docker-compose )), or we can [host it for you ](/docs/get-started/faq#can-you-host-fleet-for-me ).
2025-07-21 18:57:48 +00:00
< div purpose = "deploying-guide-buttons" class = "d-flex flex-column" >
< div purpose = "deploying-guide-button-row" class = "d-flex flex-row" >
< a href = "https://fleetdm.com/guides/deploy-fleet-on-aws-with-terraform" id = "deploy-aws" >
< div >
< img src = "/images/docs/aws-logo-133x80@2x.png" >
< p > AWS< / p >
< / div >
< / a >
< a href = "https://fleetdm.com/guides/deploy-fleet-on-kubernetes" id = "deploy-kubernetes" >
< div >
< img src = "https://fleetdm.com/images/deploy-kubernetes-64x62@2x.png" >
< p > Kubernetes< / p >
< / div >
< / a >
< / div >
< div purpose = "deploying-guide-button-row" class = "d-flex flex-row" >
< a href = "https://fleetdm.com/guides/deploy-fleet-on-gcp" id = "deploy-gcp" >
< div >
< img src = "https://fleetdm.com/images/deploy-google-cloud-75x60@2x.png" >
< p > GCP< / p >
< / div >
< / a >
< a href = "https://fleetdm.com/guides/deploy-fleet-on-render" id = "deploy-render" >
< div >
< img src = "https://fleetdm.com/images/logo-render-48x48@2x.png" >
< p > Deploy to Render in 5 minutes< / p >
< / div >
< / a >
< / div >
< div purpose = "deploying-guide-button-row" class = "d-flex flex-row" >
< a href = "https://fleetdm.com/try-fleet" id = "try-fleet" >
< div >
< img src = "https://fleetdm.com/images/icon-fleetctl-preview-64x62@2x.png" >
< p > Try Fleet locally< / p >
< / div >
< / a >
< a href = "https://fleetdm.com/docs/deploy/reference-architectures#infrastructure-dependencies" id = "deploy-aws" >
< div >
< img src = "https://fleetdm.com/images/homepage-icon-deploy-64x64@2x.png" >
< p > Deploy anywhere< / p >
< / div >
< / a >
< / div >
2024-05-15 04:56:36 +00:00
< / div >
2025-03-19 20:09:05 +00:00
Want to enable premium features? You can easily [configure your license key ](https://fleetdm.com/docs/configuration/fleet-server-configuration#license-key ) as an environment variable.
2024-12-09 15:32:57 +00:00
2024-10-11 16:50:27 +00:00
Looking for other deployment options? Check out the [guides ](https://fleetdm.com/guides ).
2024-05-15 04:56:36 +00:00
< meta name = "pageOrderInSection" value = "100" >
2024-05-28 18:41:54 +00:00
< meta name = "description" value = "Learn how to easily deploy Fleet on Render or AWS with Terraform." >
2024-11-22 19:39:37 +00:00
< meta name = "title" value = "Hosting Fleet" >