Guide
Cloud Terminal & File Manager — A Real Computer for Your AI Agent
Every OpenClaw Launch instance is more than a chatbot — it is a real cloud machine, and you get direct access to it. A browser-based Terminal lets you run shell commands inside your agent's own container. A File Manager lets you browse, upload, and download the same files your agent reads and writes. Both open straight from your dashboard, with nothing to install.
What "A Real Computer" Means
Most AI chat products only give you a conversation window. OpenClaw Launch gives your agent its own sandboxed cloud machine to run on — and gives you a window into that machine too. Nothing your agent does is hidden behind the chat: you can open a terminal in the exact same container the agent runs in, and browse the exact same file storage it reads and writes.
That transparency comes from three built-in views into the instance: a Full Terminal, a Live Browser for watching (and taking over) web sessions, and a File Manager for the file system. This guide covers the Terminal and File Manager — the two that turn your instance into a real, inspectable, poke-around-able computer instead of a black box.
The Browser Terminal
The Terminal opens a real shell inside your instance's own sandboxed container — the same container your agent runs in — directly in your browser. There is no SSH key to generate, no port to forward, and nothing to install locally. Open your instance page, click Terminal, and you're inside.
You get full command access: run sudo, install a package, run a script, check a process, or inspect a log — all from the same box your agent operates in, walled off from everything else on the server.
Common Terminal Uses
- Install something your agent needs — a package, a CLI, a library — with a single
apt installorpip install. - Run a quick command — check disk usage, list running processes, or kick off a script by hand.
- Debug directly — tail a log, check an environment variable, or verify a file exists, without asking the agent to do it for you.
- Take manual control — step in and run something yourself when you want to be hands-on instead of typing it as a chat instruction.
The File Manager
The File Manager gives you a desktop-style view of your instance's storage, right in the browser — browse folders, open files, and move things in and out of the machine. Nothing on the file system is hidden from you.
- Browse — navigate your instance's directories the way you would on a local file browser, seeing file names, types, and sizes.
- Upload — drag a file (or a whole folder) in to hand your agent new data to work with. Uploads are capped at 50 MB per file to keep transfers fast and reliable.
- Download — pull anything your agent created — a report, a chart, a data export — straight to your own machine.
- Edit — open and edit a file directly in the browser when you want to make a change yourself.
How the Agent Shares the Same Files
The Terminal and File Manager are not a separate, disconnected view — they point at the exact same storage your agent already reads and writes. Anything the agent saves during a conversation shows up in the File Manager. Anything you drop into the File Manager is immediately visible to the agent the next time it looks at its files. There is no export/import step and no syncing to wait on.
Common Workflows
- Inspect what the agent created. Ask your agent to generate a report, a chart, or a data file, then open the File Manager to see it sitting in storage — and download it if you want a local copy.
- Upload data for the agent to use. Drop a spreadsheet, a document, or a folder of reference files into the File Manager, then tell the agent to work with what you just uploaded.
- Download results. Pull finished output — exports, generated files, logs — straight out of the instance without asking the agent to send it anywhere first.
- Run a quick command yourself. Open the Terminal to check something, install a dependency, or fix a small issue directly, instead of describing it to the agent in chat.
How to Open Them
- Sign in and go to your instance. From your dashboard, open the instance you want to work with.
- Click Terminal for a real shell inside the instance's container, running as the box's user.
- Click File Manager (Files) for a browsable view of the instance's storage — upload, download, or edit from there.
- Nothing to install. Both open in the browser tab you're already in — no client, no SSH key, no separate app.
Related Guides
- Coding Workspace hosting — a dedicated cloud dev box with Claude Code, Codex, OpenCode, and Aider pre-installed
- Static site hosting — serve a website straight out of your instance's storage
- What is OpenClaw? — the framework behind your agent
- OpenClaw Launch hosting plans — pricing and feature details
- Pricing — plans and free trial details
Frequently Asked Questions
Do I need to install anything to use the Terminal or File Manager?
No. Both open directly in your browser from your instance page — there is no SSH key to generate, no port to forward, and no separate app or client to install. It runs in the same browser tab you're already using.
What can I actually run in the Terminal?
Anything a normal shell supports: install a package, run a script, check a process, tail a log, or use sudo. It's a real shell inside your instance's own sandboxed container, walled off from everything else on the server.
Is there a file size limit for uploads?
Yes — uploads through the File Manager are capped at 50 MB per file, which keeps transfers fast and reliable. You can upload multiple files, or a whole folder, in one go.
Does the agent see files I upload, and can I download what the agent creates?
Yes to both. The File Manager points at the same storage your agent reads and writes, so anything you upload is immediately visible to the agent, and anything the agent creates shows up for you to browse or download — no export step in between.
Is this available on a free trial?
Yes, a free trial is available so you can open the Terminal and File Manager on your own instance before subscribing. See pricing for plan details.