Overview
The Multi-Cloud Manager Dashboard provides a unified view of your cloud resources across Azure, AWS, and Google Cloud Platform. Access your dashboard immediately after authentication to get started with resource management.Quick Access
Navigate to the dashboard from any page using the sidebar navigation:Dashboard Features
The dashboard serves as your central hub for:
- Quick access to all cloud resources
- Navigation to specific resource types
- Account management across providers
- Real-time resource monitoring
Navigation Structure
The sidebar provides quick access to all major features:| Menu Item | Purpose | Route |
|---|---|---|
| Dashboard | Main overview | /dashboard |
| Virtual Machines | Virtual machines management | /virtual-machines |
| Containers | Container instances | /containers |
| Storage | Storage accounts and buckets | /storage |
| Networks | Virtual networks and VPCs | /networks |
| Subscriptions | Subscription management | /subscriptions |
| Accounts | Account connections | /accounts |
The sidebar is implemented in
Sidebar.js component with active state highlighting for current page navigation.User Authentication
The dashboard is protected by authentication. Users must log in through one of the supported cloud providers:Microsoft Azure
OAuth authentication via Microsoft identity platform
Google Cloud
OAuth authentication via Google Cloud Platform
AWS
Role-based authentication with ARN configuration
Getting Started Workflow
-
Login - Authenticate using the Home page (
Home.js)- Click “Zaloguj się przez Microsoft” for Azure
- Click “Zaloguj się do GCP” for Google Cloud
- Navigate to AWS connection page for Amazon services
-
Dashboard Access - Upon successful authentication, you’re redirected to
/dashboard - Resource Management - Use the sidebar to navigate to specific resource types
- Multi-Cloud Operations - Manage resources across all connected cloud providers from a single interface
Session Management
The application maintains your authentication state:Logout Functionality
Access the logout button at the bottom of the sidebar to end your session securely across all connected cloud providers.
Next Steps
Multi-Cloud View
Learn about unified resource visibility
Resource Management
Explore resource creation and management