instance-console-connection
===============================

Description
-----------
The `InstanceConsoleConnection` API provides you with console access to Compute instances, enabling you to troubleshoot malfunctioning instances remotely.

For more information about instance console connections, see `Troubleshooting Instances Using Instance Console Connections <https://docs.cloud.oracle.com/iaas/Content/Compute/References/serialconsole.htm>`__.

If you are attempting to start a VNC connection to an instance from a Windows machine without SSH installed, you can consider using plink instead.
The 'oci compute instance-console-connection get-plink-connection-string' command returns a PowerShell command which uses plink to launch the SSH tunnel necessary to start a VNC connection to the instance.

Available Commands
------------------
* :doc:`create </cmdref/compute/instance-console-connection/create>`
* :doc:`delete </cmdref/compute/instance-console-connection/delete>`
* :doc:`get </cmdref/compute/instance-console-connection/get>`
* :doc:`get-plink-connection-string </cmdref/compute/instance-console-connection/get-plink-connection-string>`
* :doc:`list </cmdref/compute/instance-console-connection/list>`
* :doc:`update </cmdref/compute/instance-console-connection/update>`

.. toctree::
    :hidden:

    /cmdref/compute/instance-console-connection/create
    /cmdref/compute/instance-console-connection/delete
    /cmdref/compute/instance-console-connection/get
    /cmdref/compute/instance-console-connection/get-plink-connection-string
    /cmdref/compute/instance-console-connection/list
    /cmdref/compute/instance-console-connection/update