Private Cloud Agent Fails to Connect

My Dash.1 Influxdb API is 100% Live only Non Cloud Version.

I fail to Setup 1st Cloud Agent after numerous attempts and gpc- Tokens generated.

Cannot connect to. Private cloud Agent 433 Error..

Please provide reproducible example - what and how you doing, used doc, errors, …

Screenshot 2026-08-12 134041

influxdb:2.7 “/entrypoint.sh infl…” 5 minutes ago Up 5 minutes (healthy)

Added to docker compose

version: ‘3.8’

services:
influxdb:
image: influxdb:latest
container_name: influxdb
ports:

  • “8086:8086”

… your existing influxdb configuration …

pdc-agent:
image: grafana/pdc-agent:latest
container_name: pdc-agent
restart: unless-stopped
dns:
- 1.1.1.1
- 8.8.8.8
command:
- -cluster
- prod-gb-south-1
- -token
- "YOUR_NEW_PDC_TOKEN_HERE"

It doesn’t make sense to create data source, when you have 0 connected agents:

Reason for 0 connected agents is because your pdc agent is restarting. It is restarting because you have error in the logs: Invalid credentials. So fix it, restart and check again.

Check also doc: Configure private data source connect (PDC) | Grafana Cloud documentation

It mentions that it needs also -gcloud-hosted-grafana-id, but you don’t have that configured - so another problem to fix in your setup.

Thanks

Data Source Is live for Grafana Dash.1

I since spotted cloud org discrepancy

I hope to correct this tonight.

host.docker.internal:8086 never leaves local network…fine this cannot be used.

Maybe Non Local Version needs re checked…http://192.168.0.133:8086