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

# managed

# `fased managed`

`fased managed` is the operator surface for managed/public startup helpers. It
is separate from normal Agent setup.

Browser equivalent: **Dashboard** and **Advanced** show the resulting runtime
state, but managed startup itself is a CLI/server operation.

## Usage

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
fased managed up
fased managed up --json
```

`managed up` runs the managed lifecycle preflight for the gateway, Fased
Network, tunnel exposure, and wallet checks. Without `--json`, it starts the
managed shell startup script. With `--json`, it prints the resolved script path
and preflight summary for deployment scripts.

For ordinary local use, start with:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
fased start --mode gateway
```

Related:

* [Gateway CLI](/cli/gateway)
* [Fased Network CLI](/cli/federation)
* [Wallet CLI](/cli/wallet)
