# Deploy GPU Instance with Tesla T4

For detailed pricing and instant deployment, visit our [Tesla T4 GPU Rental Page](https://www.neevcloud.com/nvidia-tesla-t4.php).

## Deploy GPU

Navigate to the NeevCloud dashboard and click the Create a Cloud server button in the top right corner.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FnAdWRd08pnmtyqqW0r8E%2Fimage.png?alt=media&#x26;token=8e281b7c-2385-4c1b-a7b3-7fdf3471f193" alt=""><figcaption></figcaption></figure>

## Select Image

Click on the GPU Operating system, and select the Tesla T4.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FLkPkOSEaCvc8QRb42wG8%2Fimage.png?alt=media&#x26;token=32868b25-29e0-4a69-914c-78fd35af2cdb" alt=""><figcaption></figcaption></figure>

## Hardware Recommendation

It is mandatory to select the GPU-enabled option.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FxekXSwj0I7I51Qwno9kW%2Fimage.png?alt=media&#x26;token=b31f4126-9e59-458a-9774-1d496fb77eb1" alt=""><figcaption></figcaption></figure>

## Select the volume&#x20;

Choose the volume size that will be your root disk

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FjV0TOLXtuTIV6u0Yi0cW%2Fimage.png?alt=media&#x26;token=194a50fe-7627-44dc-8646-cf8b250bf03d" alt=""><figcaption></figcaption></figure>

## Network configuration&#x20;

* **Public Network:** A public network is open and accessible to anyone, allowing users to connect freely. If you select a public network, you must configure it to allow public access to your server.
* **Private Network:-** A private network is accessible only to specific individuals or organizations, ensuring that the general public cannot connect to it. If you choose a private network, you must first create a Private network.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FqDl5MZwjWBAtCJYVM2p3%2Fimage.png?alt=media&#x26;token=9b50cd1d-22a0-48d9-8051-5e14b2034b2c" alt=""><figcaption></figcaption></figure>

## Authentication

* SSH\_KEY: An SSH\_KEY is a source access credential used in the Secure Shell(SSH) protocol. It consists of a pair of public and private keys that authenticate users and establish encrypted communication between a client and a server. It would be best if you had to create an SSH key to access your server.

{% hint style="info" %}
Access to your server requires SSH\_KEY. It is mandatory
{% endhint %}

* Password:- A password is a secret string of characters used to verify a user's identity and grant access to a system or resource.

{% hint style="info" %}
To create a secure password with 10 characters, including symbols, Use a mix of uppercase and lowercase letters, Include numbers, and add special characters like `!`, `$`, `#`, etc. Avoid using easily guessable info like names or birthdates.
{% endhint %}

### Generating SSH KEY

If you already have an SSH key, select it. If you don't have one, please follow this [link ](https://docs.neevcloud.com/neevcloud-products/access-details/ssh-key/generate-ssh_key)to generate an SSH key.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FG6fYTr46i7uqw83WfGLy%2Fimage.png?alt=media&#x26;token=ad9d32b8-0637-457d-85ac-ecf8f98cb23f" alt=""><figcaption></figcaption></figure>

## Add Security Group

Click on the Add Security Group.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2F5Dv2yeUZXgZaO7vsosW0%2Fimage.png?alt=media&#x26;token=8b946609-07c9-4056-b5c8-ce4ce3747a7c" alt=""><figcaption></figcaption></figure>

Give the name of the server, now click the Create server

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FnPuew4eAvNAsowGAaYe2%2Fimage.png?alt=media&#x26;token=a1aa1a9a-1e4c-4a36-9cec-78b0f441b0d1" alt=""><figcaption></figcaption></figure>

Now check the server has been created.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FIgwZBLyAnR4O8fUhLzjQ%2Fimage.png?alt=media&#x26;token=9630a13c-8d01-4bb5-82e4-6e2603ac4482" alt=""><figcaption></figcaption></figure>

## SSH

First, access the server VIA SSH using your SSH\_key, also if you want to access it by using Putty follow these [links](https://docs.neevcloud.com/neevcloud-guide/neevcloud-knowledgebase/how-to-use-putty-for-ssh-key-based-authentication). Open the command prompt and navigate to the directory where you downloaded the SSH files.

{% hint style="info" %}
NOTE: if your SSH is not functioning, so you have to set the [permission](https://docs.neevcloud.com/neevcloud-products/computes/getting-started-launch-vms#permissions).
{% endhint %}

For accessing the server your command prompt to follow these steps.

```
cd .\Downloads\
```

```
ssh -i  your_ssh_key username@your_server_IP_add
```

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FNllk7KG8fko10nsppLbv%2Fimage.png?alt=media&#x26;token=f24b3601-b9c6-471c-862b-26f2e1d0cd90" alt=""><figcaption></figcaption></figure>

Now check the GPU on your server

```
sudo lspci | grep -i NVIDIA
```

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FbERSrC1oeJXPtCIsFcGe%2Fimage.png?alt=media&#x26;token=8555770c-092e-4337-8b4b-e61a1edcb397" alt=""><figcaption></figcaption></figure>

After the driver is installed check the driver.

```
sudo nvidia-smi
```

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FJ3gD1rsNYX9l2lsgeqAd%2Fimage.png?alt=media&#x26;token=fe0217ea-76cd-438d-b154-27cc123a6aaf" alt=""><figcaption></figcaption></figure>
