Hetzner Cloud
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Hetzner Cloud to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter a Hetzner Cloud API token to sync your Hetzner Cloud project into the PostHog Data warehouse.
Create a token under Security > API tokens in the Hetzner Cloud Console. A Read token is enough. Each token is scoped to a single project, so connect one source per project you want to sync.
Configuration
| Option | Type | Required |
|---|---|---|
API token | password | Yes |
Linking Hetzner Cloud to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Hetzner Cloud
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
servers | Cloud servers (virtual machines) in the project. | Full refresh | — | — |
volumes | Block storage volumes that can be attached to servers. | Full refresh | — | — |
load_balancers | Load balancers distributing traffic across targets. | Full refresh | — | — |
networks | Private networks connecting servers within the project. | Full refresh | — | — |
firewalls | Firewalls with inbound/outbound rules applied to resources. | Full refresh | — | — |
images | Images (system, snapshot, backup, or app) available to create servers from. | Full refresh | — | — |
floating_ips | Floating IPs that can be assigned between servers. | Full refresh | — | — |
primary_ips | Primary IPs bound to servers. | Full refresh | — | — |
certificates | TLS certificates (managed or uploaded) for use with load balancers. | Full refresh | — | — |
ssh_keys | SSH public keys that can be injected into new servers. | Full refresh | — | — |
placement_groups | Placement groups controlling how servers are spread across physical hosts. | Full refresh | — | — |
actions | Append-only history of every operation performed in the project (create, delete, attach, etc.). | Full refresh | — | — |
server_types | Catalog of available server types with their resources and pricing. | Full refresh | — | — |
load_balancer_types | Catalog of available load balancer types with limits and pricing. | Full refresh | — | — |
datacenters | Catalog of datacenters and the server types available in each. | Full refresh | — | — |
locations | Catalog of locations (cities/regions) where resources can be created. | Full refresh | — | — |
isos | Catalog of ISO images that can be mounted to servers. | Full refresh | — | — |