Skip to content

Commit a2fa6e8

Browse files
committed
docs: refresh cloud persistence wording
1 parent 508ca72 commit a2fa6e8

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/install/exe-dev.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Then connect:
5050
ssh <vm-name>.exe.xyz
5151
```
5252

53-
Tip: keep this VM **stateful**. OpenClaw stores state under `~/.openclaw/` and `~/.openclaw/workspace/`.
53+
Tip: keep this VM **stateful**. OpenClaw stores `openclaw.json`, per-agent
54+
`auth-profiles.json`, sessions, and channel/provider state under
55+
`~/.openclaw/`, plus the workspace under `~/.openclaw/workspace/`.
5456

5557
## 2) Install prerequisites (on the VM)
5658

docs/install/northflank.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ This is the easiest "no terminal on the server" path: Northflank runs the Gatewa
2323
## What you get
2424

2525
- Hosted OpenClaw Gateway + Control UI
26-
- Persistent storage via Northflank Volume (`/data`) so config/credentials/workspace survive redeploys
26+
- Persistent storage via Northflank Volume (`/data`) so `openclaw.json`,
27+
per-agent `auth-profiles.json`, channel/provider state, sessions, and
28+
workspace survive redeploys
2729

2830
## Connect a channel
2931

docs/install/railway.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Then open:
3737
## What you get
3838

3939
- Hosted OpenClaw Gateway + Control UI
40-
- Persistent storage via Railway Volume (`/data`) so config/credentials/workspace survive redeploys
40+
- Persistent storage via Railway Volume (`/data`) so `openclaw.json`,
41+
per-agent `auth-profiles.json`, channel/provider state, sessions, and
42+
workspace survive redeploys
4143

4244
## Required Railway settings
4345

0 commit comments

Comments
 (0)