#I want to move my sessions to an online hosting, since it was previously hosted on my mac mini,

1 messages · Page 1 of 1 (latest)

cosmic vine
#

i wish to move it to a hostinger setup, how? how do i keep it exactly the same?

latent pecanBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

lament ploverBOT
cosmic vine
#

@slim scarab

slim scarabBOT
#

If you want it exactly the same, do not set it up from scratch. Migrate the existing install.

Best option: use Hostinger VPS, not the managed 1-click setup, because the documented migration path is to copy your full OpenClaw state + workspace.

What you need to move

Copy both of these from the Mac mini:

  1. State directory (usually ~/.openclaw/)

    • config
    • auth
    • sessions
    • channel logins/state
  2. Workspace

    • your MEMORY.md, USER.md, skills, prompts, etc.

Docs:

#
cd ~
tar -czf openclaw-state.tgz .openclaw

Also copy your workspace if it lives outside the state dir.

On the Hostinger VPS:

  1. Install OpenClaw
  2. Copy the backup over
  3. Extract it to the same user/home
  4. Run:
openclaw doctor
openclaw gateway restart
openclaw status
#

Important gotchas

  • Do not copy only openclaw.json. That is not enough.
  • Keep the same profile/state dir if you used a custom one.
  • Make sure file ownership matches the user running the gateway.
  • Backups contain secrets, so transfer/store them carefully.

Short version

If your goal is same sessions, same auth, same channel state, same behavior, then:

  • Hostinger VPS: yes, good path
  • Hostinger managed 1-click: good for fresh installs, not my first choice for “keep everything exactly the same”

If you want, paste:

openclaw --version
openclaw status

and tell me whether you mean Hostinger VPS or Hostinger 1-click, and I’ll give you the exact move plan.