> For the complete documentation index, see [llms.txt](https://docs.neevcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neevcloud.com/neevcloud-products/gpu/deploy-gpu-instance-with-tesla-t4.md).

# 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="/files/Q1heny9MRjvsCvA0ymAu" alt=""><figcaption></figcaption></figure>

## Select Image

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

<figure><img src="/files/HEYoSio7GmEdtVdLKF5w" alt=""><figcaption></figcaption></figure>

## Hardware Recommendation

It is mandatory to select the GPU-enabled option.

<figure><img src="/files/Ch3Ch4Y2rTsxhrSEWKPJ" alt=""><figcaption></figcaption></figure>

## Select the volume&#x20;

Choose the volume size that will be your root disk

<figure><img src="/files/C5bNk5RTPEsvu2PjxDtT" 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="/files/R2Ridj85gJm9v14j1FEH" 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="/files/Am9pqStxIrtIpv5gt0lr" alt=""><figcaption></figcaption></figure>

## Add Security Group

Click on the Add Security Group.

<figure><img src="/files/VJNN5YkWtXIwOFwsMUT8" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/Umwh7ncNMVIQ2QbaOxsO" alt=""><figcaption></figcaption></figure>

Now check the server has been created.

<figure><img src="/files/K9N0Z8VJJAhzm5XvCVse" 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="/files/9TAZzzI7zhOCfVcwfNNe" alt=""><figcaption></figcaption></figure>

Now check the GPU on your server

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

<figure><img src="/files/EzVK8nJcs3fE8PdHeZzP" alt=""><figcaption></figcaption></figure>

After the driver is installed check the driver.

```
sudo nvidia-smi
```

<figure><img src="/files/hAZHOQ5uj8h55oqoTIvY" alt=""><figcaption></figcaption></figure>
