I’ve created self hosted deployment of my livekit agent
It shows up on my logs as the worker has registered but I’ve been refreshing the page for so long the self hosted agent just doesn’t show up in my agents dashboard. I wanted to test in the livekit console since this self hosted agent is in a staging environment
{"message": "registered worker", "level": "INFO", "name": "livekit.agents", "agent_name": "voice-std", "deployment": "", "id": "AW_LJcqXAs8ozP3", "url": "wss://my-poc-wfen4wtc.livekit.cloud", "region": "India West", "protocol": 17, "timestamp": "2026-08-26T18:58:24.129279+00:00"}
Can anyone please help me diagnose this issue? Happy to help with any details you might need
project name: my-poc
Your worker is successfully connected to LiveKit Cloud. The key signal is registered worker with a valid id, url, and region. The empty "deployment": "" field indicates this is not a LiveKit Cloud-managed deployment.
Self-hosted agents can use LiveKit Cloud for transport and observability, but they are not shown as managed deployments in the Agents dashboard. That behavior is expected for custom infrastructure. See Self-hosted deployments and the “LiveKit Cloud dashboard” section there.
The self hosted deployements were visible up until recently for me, has there been any platform change on the Livekit Cloud side? Because In our company’s infrastructure we have several self hosted deployed agents and all of them showed up in the agent dashboard (they had that icon next to their name indicating self hosted deployment)
The reason I ask is even though we can invoke self hosted agents. It’s always useful to test them in the livekit console as well which unfortunately I can’t because the agent doesn’t show up anymore
It’s always useful to test them in the livekit console.
When testing in livekit console, you can try entering your agent name and see if the console picks it up and let’s you connect to it.
Self hosted agent workers will only show on the dashboard if they have a recently active worker - so if you start a session, I would expect them to be shown.
Hey so @darryncampbell they did eventually show up this morning, but for a while they were not present even though a worker was registered. I tried different ways and I assume after this log line a worker is 100% registered and ready to serve traffic. But then too the agent didn’t show up hence causing me to post it.
Thanks,