Overview
Shows the pod’s key information at a glance:- Status with start/stop/restart controls
- Preset and Plan
- Resources - CPU, memory, and disk allocation
- Domain - the pod’s public URL (click to open)
- Server and Region
- Created at timestamp
Domains
Manage custom domains mapped to your pod.- View all custom domains and their verification status
- Add a new domain with CNAME or TXT verification
- Verify a pending domain
- Delete a domain mapping
Services
Install and manage database services inside your pod.- View installed services with their status
- Install MySQL, PostgreSQL, or Redis
- View connection credentials
- Remove a service
Services require the Build plan or higher. Launch plan pods show an upgrade prompt.
Git
Connect a Git repository and manage deployments.- Connect a GitHub repository or any Git URL
- View deployment history with status and commit info
- Trigger manual deploys or rollbacks
- View build logs in a terminal-style viewer
- Configure auto-deploy settings
Env
Edit the pod’s environment variables in the browser, oneKEY=VALUE per line. Save changes writes them to the pod’s env file and applies them to the running app - existing keys are updated in place, and lines you delete are removed.
See Environment Variables for the CLI and API equivalents.
Backups
List the pod’s backups, take one by hand, restore, download an archive, import one, and change the automatic schedule. See Backups for what is captured, plan retention limits, and the restore semantics.SSH
SSH connection information and key management.- View the SSH command to connect (
ssh instapod@host -p PORT) - List authorized SSH keys
- Add or remove SSH keys
Logs
View container and application logs.- Filter by service (system, nginx, app, etc.)
- Adjust the number of log lines
- Real-time log output
Metrics
CPU, memory and disk usage for the pod, both current and over time.Events
A timeline of pod lifecycle events:- Creation, start, stop, restart
- Resize operations
- Service installations
- Backup, restore and app-update activity
- Error events
Feedback
Comments left by visitors through the pod’s shareable feedback widget. Visible to controls who sees the widget - Everyone, or Only with link. You can also reset the feedback link, which stops anyone holding the old one from submitting.Dev Tools
Install and manage AI coding agents inside the pod: Claude Code, Codex CLI, Aider and OpenCode. Installing one puts the agent’s command on the pod’sPATH, so you can run it from
the Terminal or over SSH against your own code. You sign in to the agent
yourself the first time you run it - InstaPods never holds those credentials.
The pod must be running to install an agent, and the install happens in the background, so the entry
sits at “installing” for a minute or so. See
AI Coding Agents for the API.
Terminal
A full shell in the browser, attached to a persistenttmux session so your work survives a disconnect.
See Web Terminal.