> ## Documentation Index
> Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# watsonx Orchestrate Developer Edition: watsonx Orchestrate server commands

Once the watsonx Orchestrate server is installed, you can perform the following actions using the ADK CLI:

## Viewing server logs

To display server logs, run:

```bash BASH theme={null}
orchestrate server logs
```

## Launching the local UI

To start the local UI for watsonx Orchestrate Developer Edition, run:

```bash BASH theme={null}
orchestrate chat start
```

Access the UI at: [http://localhost:3000/chat-lite](http://localhost:3000/chat-lite)

## Resetting the server

To stop the server, remove all Docker containers, and reset data volumes, run:

```bash BASH theme={null}
orchestrate server reset
```

## Cleaning on-premises cache layers

To clean on-premises Docker image layers based on the configuration in your .env file, run:

```bash BASH theme={null}
orchestrate server images prune
```
