---
title: "Connect to vNIOS for Azure Appliance"
canonical: "https://docs.infoblox.com/space/DeploymentGuidevNIOSforAzure/736365832/Connect%20to%20vNIOS%20for%20Azure%20Appliance"
format: markdown
---
There are three methods available by default to connect to your vNIOS appliance in Azure: Virtual Serial Console, SSH, and the Grid Manager GUI.

> Macro (toc)

### **Virtual Serial Console**

1. From the Overview page of your VM, scroll to the bottom of the VM menu.
2. Click on **Serial console**, under the Help section.
3. This will open a virtual serial console in your browser. Login with the default username: **admin**, and the password you created during deployment.

![image](media://5d890de4-2343-4b50-82a5-da78302bebae)

4. Once you are logged in to the console, you can interact with the NIOS command line interface (CLI). Refer to NIOS documentation at <u>[https://docs.infoblox.com](https://docs.infoblox.com)</u> for details on CLI commands and use.

### **Secure Shell**

1. Open a PowerShell or Terminal window on your computer.
2. Use the command **ssh admin@<ip_address>** to start the SSH connection (use the public or private IP of your VM, based on your connection to Azure).
3. When prompted, type **yes** to add the IP to your known hosts.
4. Enter the **password** you created during deployment.

![image](media://c6fd1b88-a147-4fd0-8dd1-2650617c44a2)

5. Once the SSH session is established, you can interact with the NIOS CLI. Refer to NIOS documentation at <u>[https://docs.infoblox.com](https://docs.infoblox.com)</u> for details on CLI commands and use.

### **Grid Manager GUI**

1. Open a web browser.
2. Enter **https://<ip_address>** (use the public or private IP of your VM, based on your connection to Azure).

![Infoblox_Grid_Manager.png](media://8a38dcdf-7368-4c77-8def-5a39eef64481)

*Note: Newly deployed NIOS uses a self-signed certificate. Warnings about the connection being insecure are to be expected and might require that you add an exception before being able to connect.*

3. Login with the username **admin **and the password you created during deployment.
4. Read and accept the Infoblox End-User License Agreement.
5. Read the Data Collection and Opt-Out Notice and click **OK**.