openhands namespace. The Replicated Admin
Console runs in kotsadm, and ingress runs in traefik.
Start With a Support Bundle
A support bundle is the fastest way to give OpenHands Support a snapshot of the installation. You do not need to investigate the problem yourself before opening a support ticket.Use the Admin Console
For a Replicated VM installation:- Open
https://admin.<your-base-domain>:30000. - Select
Troubleshoot. - Select
Analyzeand wait for it to finish. - Select
Download bundle.
Send bundle to vendor is available, you can upload the bundle for us to
inspect directly. Sending a support bundle does not automatically create a
support ticket, so be sure to still open a support ticket and mention the
support bundle upload.
Use the Command Line
On a Replicated VM, use the command line when the Admin Console is unavailable. For a Helm installation, run the Kubernetes command from a workstation withkubectl access.
- Replicated (VM/embedded cluster)
- Kubernetes (Helm)
Connect to the VM and run:If the installation did not complete, run the original installer from the
directory where you extracted it:
Open a Support Ticket
Open the OpenHands Support Portal provided during Enterprise onboarding. Please attach the generated archive. If you usedSend bundle to vendor, mention the
upload in the ticket. Include:
- When the problem occurred, including the time zone.
- The affected user or conversation ID, when applicable.
- The expected and actual behavior.
- Any recent upgrade or configuration change.
- Steps that reproduce the problem.
Inspect the Deployment
This workflow is for practitioners who are already familiar withkubectl.
Get a Kubernetes Session
- Replicated (VM/embedded cluster)
- Kubernetes (Helm)
Connect to a controller VM. On a single-node installation, this is the OHE
VM. Then run:This opens a shell with
kubectl configured for the embedded cluster. Run
exit when finished.Check Overall Status
Record the time, then inspect the cluster and recent events:STATUS, READY, and RESTARTS columns:
Pendingusually points to scheduling, storage, or capacity problems.Init:means an init container has not completed. Check that container’s logs.CrashLoopBackOffmeans a container repeatedly exits. Check previous logs.- A pod that is not ready or keeps restarting usually has a failed dependency, health check, or resource limit.
Inspect a Pod and Its Logs
--previous after a container restarts. Use -c to select a specific
container, including an init container such as migrate-db.
On a Replicated VM, these logs are also written to files on the VM. See
Log Collection to send them to your own
observability platform.
Choose the Right Component
Pod names may include a release prefix and generated suffix. Match the recognizable component name to the table below.Temporarily Enable Debug Logging
On a Replicated VM,Log Level defaults to INFO. Use DEBUG only during a
short investigation:
- In the Admin Console, select
Config. - Under
Troubleshooting, setLog LeveltoDEBUG. - Save and deploy, then reproduce the problem.
- Collect the logs or a support bundle.
- Return
Log LeveltoINFO, then save and deploy again.
Related Guides
Quick Start
Install an OpenHands Enterprise VM deployment.
Admin Console Configuration
Configure a Replicated VM installation.
Kubernetes Installation
Install OHE into an existing Kubernetes cluster.
Resource Limits
Diagnose and tune CPU, memory, replicas, and storage.
Log Collection
Send VM installation logs to your own observability platform.

