nemoclaw-user-manage-sandboxes
Explains operational tasks after the quickstart: listing sandboxes, status and health checks, logs, diagnostics, port forwards, multiple sandboxes, credential reset, rebuilds, network presets, upgrades, and uninstall. Trigger keywords - manage nemoclaw sandboxes, nemoclaw status, nemoclaw list, nemoclaw dashboard port, nemoclaw rebuild, nemoclaw upgrade sandboxes, nemoclaw uninstall, sandbox mutability, sandbox runtime configuration, sandbox rebuild, nemoclaw backup, nemoclaw restore, workspace backup, openshell sandbox download upload, nemoclaw messaging channels, nemoclaw telegram, nemoclaw discord, nemoclaw slack, nemoclaw whatsapp, openshell channel messaging, nemoclaw workspace files, soul.md, user.md, identity.md, agents.md, sandbox persistence.
NPX Install
npx skill4agent add nvidia/skills nemoclaw-user-manage-sandboxesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Manage Sandbox Lifecycle
nemoclaw-user-get-startednemoclaw-user-referencenemoclawopenshellList Sandboxes
$ nemoclaw list$ nemoclaw list --jsonCheck Sandbox Health
$ nemoclaw my-assistant status$ nemoclaw statusInspect Logs
$ nemoclaw my-assistant logs$ nemoclaw my-assistant logs --followCollect Diagnostics
$ nemoclaw debug --sandbox my-assistant --output nemoclaw-debug.tar.gz--quick$ nemoclaw debug --quick --sandbox my-assistantManage Dashboard Ports
$ openshell forward start --background <dashboard-port> my-gpt-claw$ openshell forward listRun Multiple Sandboxes
openshell forwardnemoclaw onboard1878918799$ nemoclaw onboard # first sandbox uses 18789
$ nemoclaw onboard # second sandbox uses the next free port, such as 18790--control-ui-port$ nemoclaw onboard --control-ui-port 19000CHAT_UI_URLNEMOCLAW_DASHBOARD_PORT$ CHAT_UI_URL=http://127.0.0.1:19000 nemoclaw onboard
$ NEMOCLAW_DASHBOARD_PORT=19000 nemoclaw onboardnemoclaw-user-referenceReconfigure or Recover
Change Inference Model or API
$ nemoclaw inference set --model <model> --provider <provider>nemoclaw-user-configure-inferenceRestart the Gateway and Port Forward
nemoclaw <name> status$ nemoclaw <sandbox-name> recovernemoclaw <name> recovernemoclaw-user-referenceReset a Stored Credential
$ nemoclaw credentials list # see which providers are registered
$ nemoclaw credentials reset <PROVIDER> # clear a single provider, for example nvidia-prod
$ nemoclaw onboard # re-run to re-enter the cleared providernemoclaw credentials reset <PROVIDER>nemoclaw-user-referenceRebuild a Sandbox While Preserving Workspace State
rebuild$ nemoclaw <sandbox-name> rebuildnemoclaw <name> rebuildnemoclaw-user-referenceAdd a Network Preset After Onboarding
$ nemoclaw <sandbox-name> policy-addnemoclaw <name> policy-addnemoclaw-user-referencesuggestedNEMOCLAW_POLICY_MODE=customNEMOCLAW_POLICY_PRESETSNEMOCLAW_POLICY_MODEnemoclaw-user-referenceUpdate to the Latest Version
nemoclawUpdate the NemoClaw CLI
nemoclaw backup-allnemoclaw-user-reference~/.nemoclaw/rebuild-backups/0.0.37nemoclawbackup-allNEMOCLAW_ACCEPT_EXPERIMENTAL_OPENSHELL_UPGRADE=1nemoclaw backup-allopenshell gateway destroy -g nemoclaw || openshell gateway destroycurl -fsSL https://www.nvidia.com/nemoclaw.sh | NEMOCLAW_OPENSHELL_UPGRADE_PREPARED=1 bash$ curl -fsSL https://www.nvidia.com/nemoclaw.sh | bashUpgrade Sandboxes with Stale Agent and Runtime Versions
nemoclaw upgrade-sandboxes --autoupgrade-sandboxes$ nemoclaw <sandbox-name> snapshot create --name pre-upgrade # optional, recommended
$ nemoclaw update --yes # updates CLI through the maintained installer flow
$ nemoclaw upgrade-sandboxes --check # verify or list remaining stale/unknown sandboxes
$ nemoclaw upgrade-sandboxes # manually rebuild remaining stale running sandboxesnemoclaw updatecurl -fsSL https://www.nvidia.com/nemoclaw.sh | bashnemoclaw update --checknemoclaw upgrade-sandboxes --auto$ nemoclaw <sandbox-name> snapshot restore pre-upgradeWhat Changes During a Rebuild
nemoclaw <name> rebuildnemoclaw-user-reference- NemoClaw preserves manifest-defined workspace state. Before deleting the old container, NemoClaw snapshots the state directories and durable state files defined in the agent manifest, typically ; for Hermes this also includes
/sandbox/.openclaw/workspace/and the SQLite database behindSOUL.md. Stored credentials (.hermes/state.db) and registered policy presets live on the host and are re-applied to the new sandbox automatically.~/.nemoclaw/credentials.json - NemoClaw does not preserve runtime changes outside the workspace state directories. This includes packages installed inside the running container with or
apt, files in non-workspace paths, and in-memory or process state. If you have customized the running container at runtime, capture that aspipchanges forDockerfileor a manualnemoclaw onboard --frombefore the rebuild starts.openshell sandbox download
nemoclaw-user-manage-sandboxesMissing credential: <KEY>nemoclaw onboardnemoclaw onboardUninstall
nemoclaw uninstall| Flag | Effect |
|---|---|
| Skip the confirmation prompt. |
| Leave OpenShell binaries installed. |
| Also remove NemoClaw-pulled Ollama models. |
nemoclaw uninstalluninstall.shnemoclawcurl -fsSL https://raw.githubusercontent.com/NVIDIA/NemoClaw/refs/heads/main/uninstall.sh | bash--yes--keep-openshell--delete-modelsbash -s --curl -fsSL https://raw.githubusercontent.com/NVIDIA/NemoClaw/refs/heads/main/uninstall.sh | bash -s -- --yes --delete-modelsnemoclaw uninstalluninstall.shnemoclaw-user-referenceReferences
- references/runtime-controls.md — Single page that answers what can change at runtime versus what requires a rebuild for NemoClaw sandboxes.
- Load references/backup-restore.md when downloading workspace files from a sandbox, uploading restored files into a new sandbox, or preserving sandbox state across rebuilds. Backs up and restores OpenClaw workspace files before destructive operations such as sandbox rebuilds.
- Load references/messaging-channels.md when setting up messaging channels, chat interfaces, or integrations without relying on nemoclaw tunnel start for bridges. Explains how Telegram, Discord, Slack, and WhatsApp reach sandboxed OpenClaw and Hermes agents through OpenShell-managed processes and NemoClaw channel commands.
- Load references/workspace-files.md when users ask about ,
SOUL.md,USER.md,IDENTITY.md, or other workspace files, or when preparing to back up or restore workspace state. Explains what workspace personality and configuration files are, where they live, and how they persist across sandbox restarts.AGENTS.md
Related Skills
- — Monitor Sandbox Activity (use the
nemoclaw-user-monitor-sandboxskill) for observability toolsnemoclaw-user-monitor-sandbox