localhost.
Available Services
| Service | Port | Version | Use Case |
|---|---|---|---|
| MySQL | 3306 | 8.0 | Relational database, WordPress, Laravel |
| PostgreSQL | 5432 | 14 | Advanced relational database, Django, Rails |
| Redis | 6379 | 7 | Caching, sessions, queues, real-time data |
Plan Requirements
Installation
- Dashboard
- CLI
- API
- Go to your pod’s Services tab
- Click Install next to the service you want
- Wait for installation to complete (8–15 seconds)
- View credentials by clicking the service
Default Credentials
All services are configured with:- Host:
localhost(services run inside the pod) - Username:
instapod - Password: Auto-generated (unique per installation)
- Database:
instapod(MySQL and PostgreSQL only)
How It Works
Services are installed using pre-downloaded packages for fast installation (~8–15 seconds). The install process:- Creates a DB record with status
installing - Installs the service package inside the container
- Configures the service with secure defaults
- Creates the
instapoduser and database - Updates status to
running
--wait in the CLI.
Removing a Service
- Dashboard
- API
Go to the pod’s Services tab and click the delete button next to the service.