> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openaeon.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# daemon

# `openaeon daemon`

Legacy alias for Gateway service management commands.

`openaeon daemon ...` maps to the same service control surface as `openaeon gateway ...` service commands.

## Usage

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openaeon daemon status
openaeon daemon install
openaeon daemon start
openaeon daemon stop
openaeon daemon restart
openaeon daemon uninstall
```

## Subcommands

* `status`: show service install state and probe Gateway health
* `install`: install service (`launchd`/`systemd`/`schtasks`)
* `uninstall`: remove service
* `start`: start service
* `stop`: stop service
* `restart`: restart service

## Common options

* `status`: `--url`, `--token`, `--password`, `--timeout`, `--no-probe`, `--deep`, `--json`
* `install`: `--port`, `--runtime <node|bun>`, `--token`, `--force`, `--json`
* lifecycle (`uninstall|start|stop|restart`): `--json`

## Prefer

Use [`openaeon gateway`](/cli/gateway) for current docs and examples.
