Step 7/13
~1 min

Verify It's Running

Check that Mission Control started successfully.

Open the Dashboard

Navigate to http://localhost:4000 in your browser.

You should see the Mission Control dashboard with an empty task list.

Troubleshooting

If the page doesn’t load:

Verify the API

You can also confirm the API is responding:

curl http://localhost:4000/api/health

Expected response: {"status":"ok"}