Serial console for Compute VMs is in preview.
Prerequisites
- Add a user for connections to the VM the serial console of which you want to access.
- Make sure you are in a group that has at least the
compute.serial-console-userrole within your tenant or project. You can check this in the Administration → IAM section of the web console.
Using the serial console
To open the serial console:- Web console
- In the sidebar, go to
Compute → Virtual machines.
- Select the virtual machine.
- Click
Open serial console.
The serial console session is text-only and doesn’t support a graphical interface.
Limits and concurrent sessions
Only one serial console session can be active for a given VM at a time. If someone else already has a session open, a new connection will fail until the other session ends. Be sure to close any unused console windows in your browser if you no longer need the session.Troubleshooting
Resource not found
In this case, the VM might be stopped. Start the VM and then open the serial console again.Connection failed
Another serial console session is already open for this VM. Coordinate with other users, or wait and try again.Access denied
If you can’t access the serial console and you don’t have permission to use it, contact the administrator of your tenant. Ask them to add you to the group with at least thecompute.serial-console-user role.
Checking Audit Logs for serial console events
Audit Logs records all serial console connection attempts, including failed ones. To find these events, filter them by the service:"service.name='COMPUTE_CONSOLE'".
For failed attempts, check the event’s response.error_message field. For example, the Permission denied message in the field indicates access denied.