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

# Plans & Limits

> RemoteMux plans, pricing, and the resource limits enforced by the platform.

## Plans

| Plan           | Price        | Environments | Workspaces / env | Secrets / env | Ports / env | Max sync archive | Backends       |
| -------------- | ------------ | ------------ | ---------------- | ------------- | ----------- | ---------------- | -------------- |
| **Free**       | \$0          | 1            | 1                | 20            | 5           | 100 MB           | BYOC only      |
| **Individual** | \$20/mo      | 10           | 10               | 50            | 10          | 250 MB           | BYOC + Managed |
| **Team**       | \$50/seat/mo | 25           | 20               | 100           | 20          | 500 MB           | BYOC + Managed |
| **Enterprise** | Contact us   | 250          | 100              | 1000          | 100         | 1 GB             | BYOC + Managed |

The Free plan supports AWS BYOC and GCP BYOC backends. Managed environments require the Individual plan or above.

Private previews and preview share links are included on Individual, Team, and Enterprise plans for Managed and E2B environments. BYOC AWS and GCP exposed ports currently stay on direct public URLs.

### Internal plan names

The control plane uses internal tier names that map to public plans:

| Public name | Internal name |
| ----------- | ------------- |
| Free        | `developer`   |
| Individual  | `starter`     |
| Team        | `pro`         |
| Enterprise  | `enterprise`  |

## Where Plans Show Up

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
rmux usage                                              # current org/project usage
rmux admin keys create --label "Customer A" --plan starter   # admin only
rmux admin subscription --key-id <key-id> --plan pro         # admin only
```
