Launch Phoenix
- Self-Host
- Local
- Container
Run Phoenix on your own infrastructure, backed by PostgreSQL so traces persist beyond a single process. This is the option to reach for once Phoenix is shared across a team or environment.The self-hosting guide covers Kubernetes, Helm, Railway, AWS CloudFormation, Google Cloud Run, Azure, and Render, plus authentication and configuration.
Pointing at a deployment with authentication enabled? Set
PHOENIX_COLLECTOR_ENDPOINT to that deployment’s hostname and PHOENIX_API_KEY to an API key from its Settings page. A local phoenix serve needs neither.Connect Dify and Phoenix
To configure Phoenix tracing in your Dify application:- Open the Dify application you want to monitor.
- In the left sidebar, navigate to Monitoring.
- On the Monitoring page, select Phoenix in the Tracing drop down to begin setup.
- Enter your Phoenix credentials and save. You can verify the monitoring status on the current page.
Observe
View Dify traces in Phoenix. Get rich details into tool calls, session data, workflow steps, and more.
Resources
- Learn more details about the tracing data captured in the Dify documentation

