# To create a server using volume

To create a volume follow the [links.](https://docs.neevcloud.com/neevcloud-products/volumes/create-a-volume)

## Create a Server

Navigate to the dashboard choose the server section and click on the create cloud server.

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

## Select the Image

In the image section select the volume option to choose the created volume.

<figure><img src="/files/8YC5S7yoEKgRzs4ozITu" alt=""><figcaption></figcaption></figure>

## Hardware configuration

Users can choose different CPU and RAM configurations to personalize their system. General Purpose and Memory Optimized, CPU Optimized, GPU Enabled, and Smart Servers are the options that are offered. Click these [links ](https://docs.neevcloud.com/neevcloud-products/computes/getting-started-launch-vms#specifications)for further information.

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

## Select the volumes <a href="#select-the-volumes" id="select-the-volumes"></a>

In this section, volume is automatically selected when you select the volume option above.

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

## Network configuration <a href="#network-configuration" id="network-configuration"></a>

* **Public Network:**- A public network is a type of network that 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/QnXbOM390aqI6M6LK5f9" alt=""><figcaption></figcaption></figure>

## Authentication <a href="#authentication" id="authentication"></a>

* **SSH\_KEY:-** An SSH KEY is a source access credential used in the Secure Shell(SSH) protocol, consisting 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.
* **Password:-** A password is a secret string of characters used to verify a user's identity and grant access to a system or resource.

**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) to generate an SSH key. Click on "Add Security Group". Ensure the required ports for Tally are allowed.

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

## Add Security Group <a href="#add-security-group" id="add-security-group"></a>

Click on Add Security Group. Ensure the required rules are allowed

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

Enter the server name > Click 'Create Server'

## Verify the server&#x20;

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neevcloud.com/neevcloud-products/volumes/to-create-a-server-using-volume.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
