Skip to main content

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​

ComponentTechnology
FrameworkReact 19
BuildVite
UIChakra UI
StateRedux Toolkit
CommunicationgRPC-Web
AuthenticationOIDC

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​