Gclaw provides instance management options through the Settings panel, including configuration backup and restore, instance restart, and full recreation. All data resides on a single dedicated VM with no centralized backup—if the VM fails, all configurations and chat history are lost.Documentation Index
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Data persistence
Understanding what data persists across different operations helps prevent data loss.| Data | Persists after restart | Persists after recreate |
|---|---|---|
Workspace files (/home/ubuntu/.openclaw/workspace/) | Yes | No |
Configuration (openclaw.json) | Yes | No |
| API keys and integrations | Yes | No |
| Installed skills | Yes | No |
| Web chat history | No (session-based) | No |
MEMORY.md, SOUL.md, IDENTITY.md, and any files created during conversations. These files persist across restarts but are lost when recreating the instance.
Chat history in the web interface is session-based—closing the browser or starting a new session clears the visible history. However, conversations through Telegram or Discord are stored on those platforms and remain accessible.
Access instance settings
To access the instance management options:- Open Gclaw in the Gcore Customer Portal.
- Click the Settings button (gear icon) in the top-right corner of the chat interface.
- The Settings panel displays instance management options: Restart Instance, Backup Config, Restore Config, and Recreate Instance.

Back up configuration
Creating regular backups helps recover from misconfigurations or unwanted changes. The backup includes channel configurations (Telegram, Discord), skills and integrations, and custom settings.Using the Settings panel
To back up the configuration:- Click Settings (gear icon).
- Click Backup Config.
- The current configuration is saved.
Exporting configuration to JSON
To export the full configuration as JSON, ask the assistant to run the backup command:“Run openclaw config get and show me the output”The assistant executes the command and displays the configuration. Copy the JSON output to an external file for safekeeping. To restore from a JSON backup, provide the configuration to the assistant:
“Restore this configuration: [paste JSON here]“
Git workflow for workspace backup
The workspace directory can be version-controlled with Git. Ask the assistant to initialize a repository and push to a remote:“Initialize a Git repo in the workspace and push to my GitHub repository”The assistant can create commits, push changes, and pull updates. This provides full version history and recovery options for workspace files.
Restore configuration
If something goes wrong after making changes, restore the previous configuration. To restore from a backup:- Click Settings (gear icon).
- Click Restore Config.
- The instance reverts to the most recent backup.
Restart the instance
Restarting can help resolve temporary issues or apply configuration changes that require a restart. To restart the instance:- Click Settings (gear icon).
- Click Restart Instance.
- Wait for the instance to restart. This typically takes less than a minute.
Recreate the instance
Recreating the instance creates a fresh installation, removing all configurations and returning to the default state. To recreate the instance:- Click Settings (gear icon).
- Click Recreate Instance.
- Confirm the action when prompted.
- Wait for the new instance to be created. This typically takes about one minute.
Recovery after restart or recreate
After a restart, all data remains intact. The instance continues from its previous state. After recreating the instance, restore the previous configuration:- If a backup exists (from Backup Config), click Restore Config to apply it.
- If a JSON backup was exported, provide it to the assistant to restore settings.
- Reconfigure any integrations (Telegram, Discord) by providing the bot tokens again.
- If workspace files were backed up to Git, clone the repository:
“Clone my workspace backup from [repository URL]“
Troubleshooting
For issues not resolved by restarting or restoring configuration, ask the Gclaw assistant directly. Describe the problem in the chat—the assistant can diagnose issues, suggest solutions, and apply configuration changes.Additional resources
The Settings panel provides links to the official OpenClaw documentation, Gcore support for feedback, and the Gclaw service terms.Best practices
- Create a backup before making any significant changes.
- Make one change at a time and verify it works before proceeding.
- Keep notes about custom settings outside of Gclaw in case the instance needs to be recreated.
- If issues occur, try restarting before recreating—restart preserves configuration while resolving many common issues.