ClawCloudClawCloud.sh
How it worksModelsPricingCompareGuidesBlog
Log in
DeployDeploy Now
ClawCloud logoClawCloud

Managed OpenClaw AI assistant hosting on dedicated cloud servers.

Deploy now →
Product
ModelsPricingCompare PlansOpenClaw HostingOpenClaw VPSOpenClaw CloudTelegram BotDiscord BotFeishu BotUse CasesFAQ
Resources
GuidesBlogTopicsOpenClawGitHub
Company
ContactTerms of ServicePrivacy Policy
© 2026 ClawCloud. All rights reserved.
All posts

OpenClaw 2026.3.8: Gateway Restart Fixes, Backup Commands, and Platform Hardening

Published March 9, 2026

OpenClaw 2026.3.8 release notes highlighting gateway fixes and backup commands

OpenClaw 2026.3.8 dropped today. It's a chunky release — new backup commands, gateway restart hardening, Podman/SELinux support, and over two dozen fixes across every platform. No breaking changes.

New: local backup and restore

The headline addition is openclaw backup create and openclaw backup verify — local state archives with --only-config and --no-include-workspace flags. Before 3.8, backing up your OpenClaw config meant manually copying files. Now there's a proper CLI for it.

Other new features include configurable Talk mode silence timeout (talk.silenceTimeoutMs), Brave web search LLM context mode (tools.web.search.brave.mode: "llm-context"), and ACP provenance metadata for multi-agent tracing.

Gateway restart hardening

The fixes that matter most for server operators are three gateway reliability improvements:

  • Restart timeout recovery. When a restart-triggered shutdown drains too long, the gateway now exits non-zero so launchd/systemd actually restarts it instead of treating the failed restart as a clean stop.
  • Config restart guard. Validates config before service start/restart and prevents post-SIGUSR1 startup failures from crashing the gateway process. Reduces invalid-config restart loops.
  • Launchd respawn detection. Treats XPC_SERVICE_NAME as a launchd supervision hint so macOS restarts exit cleanly under launchd instead of attempting detached self-respawn.

These three fixes together mean gateway restarts are significantly more reliable across both Linux (systemd) and macOS (launchd).

Platform-specific fixes

  • macOS launchd restart recovery. If something disabled the OpenClaw LaunchAgent service, the restart flow now re-enables it instead of failing silently. Previously you'd need to manually launchctl enable the service.

  • Android Play permissions cleanup. Removed self-update, background-location, screen.record, and background mic permissions that were flagged in Play Store reviews. None of these were actually used by OpenClaw.

  • browser.relayBindHost for WSL2. The Chrome relay can now bind to a non-loopback address, which fixes browser tool access from WSL2 environments. Set browser.relayBindHost in your config if you need this.

  • Podman/SELinux auto-detect. Container setups on SELinux hosts now automatically add the :Z volume relabel flag. No more manual --security-opt workarounds.

  • TUI light terminal detection. The text UI now reads COLORFGBG to detect light terminals and adjusts colors accordingly. Override with OPENCLAW_THEME=dark or OPENCLAW_THEME=light if it guesses wrong.

  • Telegram DM deduplication. Duplicate messages per agent in Telegram DMs are now filtered.

Why ClawCloud users benefit automatically

The gateway restart bugs are the kind of thing that burns hours on self-hosted setups. Your gateway crashes overnight, systemd tries to restart it, but the shutdown drain times out and systemd thinks it stopped cleanly. You wake up to a dead bot with no obvious cause. The self-hosting pain points are real, and 3.8 closes several of them.

ClawCloud instances get 3.8 via auto-updates — no action needed on your end. The gateway restart hardening means fewer silent failures overnight, and the config restart guard prevents bad config edits from taking down the whole service.

If you're running OpenClaw on your own VPS, update to 3.8 now. The gateway restart fixes alone are worth it.

For the full release notes, see the OpenClaw 2026.3.8 release on GitHub. To check your current version, run openclaw --version in your terminal. For getting started on ClawCloud with auto-updates built in, see the 101 guide.

Ready to deploy?

Skip the setup — your OpenClaw assistant runs on a dedicated server in under a minute.

Deploy Your OpenClaw

Keep reading

OpenClaw Upgrades and Breaking ChangesClawCloud Platform UpdatesAll topics →
Post

Fix: OpenClaw Discord token failures now surface earlier on ClawCloud

ClawCloud now rejects obvious non-bot Discord credentials earlier and clears Discord health warnings as soon as a later reconnect succeeds.

Post

What's New in OpenClaw 2026.4.14: GPT-5.4 Recovery and Telegram Topic Fixes

OpenClaw 2026.4.14 tightens GPT-5.4 turn recovery, improves Telegram forum-topic handling, and fixes Codex and custom-provider edge cases.

Post

Fix: OpenClaw managed reply reliability on ClawCloud

ClawCloud improved OpenClaw managed reply reliability so managed sessions recover from stale model state instead of failing before a usable reply.

Post

Fix: OpenClaw version reporting after manual upgrades

ClawCloud now shows the correct OpenClaw version after manual upgrades by checking the running process first, not the old install path.

Post

What's New in OpenClaw 2026.3.28: xAI Responses, Config Schema & Upgrade Notes

OpenClaw 2026.3.28 adds xAI Responses API, a config schema command, plugin approval gates, and stricter validation for old config keys.

Post

What's New in OpenClaw 2026.3.24: Image Generation, Heartbeat Savings & Upgrade Notes

OpenClaw 2026.3.24 adds image generation model routing, isolated heartbeat sessions that slash token use, loop detection, and removes the legacy bridge config.