Trusted Cloud console
Compute Engine offers the browser-based Trusted Cloud console tool that lets
you manage your Compute Engine resources through a graphical
interface. Use the Trusted Cloud console to manage your resources if you
prefer using a user-interface through the browser.
Alternatively, you can also use the
Google Cloud CLI or the
RESTful API.
This document briefly describes how to access the console and describes
some unique features that the console offers.
Supported browsers
You can use the Trusted Cloud console in the following browsers:
- Chrome
- Safari
- Firefox
- Edge
Access the console
Go to the Trusted Cloud console
Console features
The console provides:
- Easy access to all your Google Cloud Platform projects.
- Access to the Google Cloud Shell.
- A customizable project dashboard, with an overview of Google Cloud
resources, billing, and a filterable activity listing.
- Easy access to all Google Cloud Platform APIs, with a dashboard specific to each
API, and access to manage your resources.
- Links to Google Cloud Platform starting points, news, and documentation.
When you create a resource using the Trusted Cloud console, the console
generates the equivalent command for the gcloud CLI that would
perform the same action. You can copy and paste the command into a terminal
and use the command to create the same resource with the Google Cloud CLI
instead of the console. This can also be useful if you are unfamiliar with the
gcloud CLI and want some example commands to start with. For example:
In the Trusted Cloud console, go to the VM instances page.
Go to VM instances
Click Create instance.
Specify your desired parameters for the instance.
Click Equivalent code and then click the Command line tab to view the
gcloud CLI command for creating the instance.
Generate REST requests
When you create a resource using the Trusted Cloud console,
Compute Engine also shows the REST request that is used to create this
resource. This is a good way to view a sample REST request or to build your own
REST request using a graphical interface. To see an example of this:
In the Trusted Cloud console, go to the VM instances page.
Go to VM instances
Click Create instance.
Specify your desired parameters for the instance.
Click Equivalent code and then click the REST tab to view the REST
request details for creating the instance.
What's next
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[[["\u003cp\u003eThe Google Cloud console is a browser-based graphical interface for managing Compute Engine resources.\u003c/p\u003e\n"],["\u003cp\u003eIt provides easy access to Google Cloud Platform projects, the Cloud Shell, customizable dashboards, and all Google Cloud APIs.\u003c/p\u003e\n"],["\u003cp\u003eThe console generates equivalent gcloud CLI commands and REST requests when creating resources, useful for learning or using those tools instead.\u003c/p\u003e\n"],["\u003cp\u003eSupported browsers for using the console include Chrome, Safari, Firefox, and Edge.\u003c/p\u003e\n"]]],[],null,["# Google Cloud console\n\n*** ** * ** ***\n\nCompute Engine offers the browser-based Google Cloud console tool that lets\nyou manage your Compute Engine resources through a graphical\ninterface. Use the Google Cloud console to manage your resources if you\nprefer using a user-interface through the browser.\n\nAlternatively, you can also use the\n[Google Cloud CLI](/compute/docs/gcloud-compute) or the\n[RESTful API](/compute/docs/api/prereqs).\n\nThis document briefly describes how to access the console and describes\nsome unique features that the console offers.\n\nSupported browsers\n------------------\n\nYou can use the Google Cloud console in the following browsers:\n\n- Chrome\n- Safari\n- Firefox\n- Edge\n\nAccess the console\n------------------\n\n[Go to the Google Cloud console](https://console.cloud.google.com/)\n\nConsole features\n----------------\n\nThe console provides:\n\n- Easy access to all your Google Cloud Platform projects.\n- Access to the [Google Cloud Shell](/shell/docs).\n- A customizable project dashboard, with an overview of Google Cloud resources, billing, and a filterable activity listing.\n- Easy access to all Google Cloud Platform APIs, with a dashboard specific to each API, and access to manage your resources.\n- Links to Google Cloud Platform starting points, news, and documentation.\n\nGenerate commands for the command-line tool\n-------------------------------------------\n\nWhen you create a resource using the Google Cloud console, the console\ngenerates the equivalent command for the gcloud CLI that would\nperform the same action. You can copy and paste the command into a terminal\nand use the command to create the same resource with the Google Cloud CLI\ninstead of the console. This can also be useful if you are unfamiliar with the\ngcloud CLI and want some example commands to start with. For example:\n\n1. In the Google Cloud console, go to the **VM instances** page.\n\n [Go to VM instances](https://console.cloud.google.com/compute/instances)\n2. Click **Create instance**.\n\n3. Specify your desired parameters for the instance.\n\n4. Click **Equivalent code** and then click the **Command line** tab to view the\n gcloud CLI command for creating the instance.\n\nGenerate REST requests\n----------------------\n\nWhen you create a resource using the Google Cloud console,\nCompute Engine also shows the REST request that is used to create this\nresource. This is a good way to view a sample REST request or to build your own\nREST request using a graphical interface. To see an example of this:\n\n1. In the Google Cloud console, go to the **VM instances** page.\n\n [Go to VM instances](https://console.cloud.google.com/compute/instances)\n2. Click **Create instance**.\n\n3. Specify your desired parameters for the instance.\n\n4. Click **Equivalent code** and then click the **REST** tab to view the REST\n request details for creating the instance.\n\nWhat's next\n-----------\n\n- Read the help documentation located at the [Google Support](https://support.google.com/cloud) page."]]