Dashboard File Browser
The Files tab on the pod detail page provides a web-based file browser:- Browse directories starting from the app root
- View and edit text files inline
- Upload files from your computer
- Create new folders
- Delete files and folders
CLI File Commands
The CLI provides a full set of file management commands. See CLI Files for complete documentation.Web IDE
InstaPods includes a Monaco-based web IDE at/ide/{podId}. It provides:
- File tree navigation
- Syntax highlighting for most languages
- Find and replace
- Multiple file tabs
SSH / SCP / SFTP
For full control, connect via SSH and use standard Unix tools:Git Workflows
You can clone repos directly inside your pod:App Root
Every pod has an app root directory — the default location for your application files:| Preset | App Root |
|---|---|
| All presets | /home/instapod/app |
/home/instapod/app/public. All other presets serve from the app root directly.
The CLI commands (files ls, files upload, files sync) default to the pod’s app root when no explicit path is given.