Connecting a Locally Hosted Agent to PhiData Playground

Hi Phidata Community,

I have dockerized an agent and deployed it on a private network. The agent’s endpoint is accessible within an internal network.

However, when I try to add this URL to Phidata Playground, it does not connect.

Since the IP address is private and only accessible within the internal network, I suspect this might be the cause of the issue.

My Questions:

  1. Does the endpoint (http://{local_server_address}:7444) need to be publicly accessible for Phidata Playground to connect?
  2. If no, is there an alternative way to allow PhiData Playground to connect to a private network endpoint?

Any guidance or suggestions would be greatly appreciated!

Hello @nuwanma , yes, the endpoint of your application needs to be public to be able to use it with phidata.app. Unfortunately currently there is no way for you yo connect it with a private network