OpenClaw Mission Control
olitroli
FREEOP

2 months ago

Hi. Recently, I deployed my open clone on the template from this link.

https://railway.com/deploy/openclaw

I have a question because my biggest pain point is that I cannot see when my agents are working and how my agents are working, which leads to many problems, such as getting frustrated because I don't know if an agent is working or what the agent is doing. If I could see that an agent is currently working, I could plan my tasks differently.

Since the deployment is on Railway, I am not entirely sure how to create, for example, a mission control dashboard. I would like to ask if there is anyone here who would be able to help me with this? Is there someone who has done something similar and can deploy a proper mission control on Railway? If so, how can I do it? Please help.

$10 Bounty

1 Replies

ilyass012
FREE

2 months ago

Hyy,first go to /setup on your deployed instance (not directly to the ui), then click "open openclaw ui" from there. the setup page passes the auth token automatically, if you go directly you'll get the gateway disconnected error.

second, for real time visibility into what your agent is doing, set enable_web_tui=true in your railway variables and redeploy. this unlocks a web terminal at /tui where you can actually see your agent working live.

also there's a dedicated logs page specifically for server logs, so check that too.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...