Console
The Console is the main web interface for managing your Bunker infrastructure.
Overview
The Bunker Console is a modern React application that allows you to:
- Manage your instances (virtual machines)
- Visualize your infrastructure
- Configure your resources (storage, networks)
- Monitor the state of your services
Architecture
The Console communicates with the Control Plane via gRPC-Web, a protocol optimized for web browsers.
Technologies
| Component | Technology |
|---|---|
| Framework | React 19 |
| Build | Vite |
| UI | Chakra UI |
| State | Redux Toolkit |
| Communication | gRPC-Web |
| Authentication | OIDC |
Access
The Console is accessible at: console.getbunker.net
Main Features
Instance Management
- Create, start, stop, and delete instances
- View metrics (CPU, memory)
- Access logs
Infrastructure Management
- View available datacenters
- Configure networks
- Manage storage
Authentication
Authentication is managed via OpenID Connect (OIDC). See Authentication for more details.
Next Steps
- First Login - Access your console
- Control Plane - Understand the underlying API