# Create a Nginx instance from Neevcloud Marketplace

## Create a Nginx instance

{% embed url="<https://youtu.be/X5GQtZSAzK0?si=fcECk2ysL5qvKD6D>" %}

Navigate to the Neevcloud dashboard, select Server, and click Create Cloud Serve&#x72;**.**

<figure><img src="/files/7iD6gNNtg7iI3IWSk80b" alt=""><figcaption></figcaption></figure>

## Select Image

### Select the Marketplace

To navigate the marketplace, select Nginx and choose the version.

<figure><img src="/files/R5qyCPmtlPwdAI4oy0pD" 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/vmsF7mkYajZpWK5HDUzT" alt=""><figcaption></figcaption></figure>

## Select the volumes

Choose the volume size which will be your root disk,

<figure><img src="/files/7iURl3ZKWb0qhJQWJAPx" alt=""><figcaption></figcaption></figure>

## Network configuration

* **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/Xly1g5ZmKR9STbqL5Ud8" 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.

{% hint style="info" %}
Access to your server requires an SSH\_KEY. It is mandator
{% 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) to generate an SSH key.&#x20;

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

## Add Security Group

Click on Add Security Group. Ensure the required ports for Nginx are allowed.

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

Enter the server name > Click 'Create Server'

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

Once your instance is created the status will change to Active, and other details will be shown.

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

## SSH

Now How to access the Nginx server follow these steps

First, access the server via SSH using your SSH\_key, also, if you want to access it by using Putty follow these [links](/neevcloud-guide/neevcloud-knowledgebase/how-to-use-putty-for-ssh-key-based-authentication.md). 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 %}

```
cd .\Downloads\
```

```
ssh -i  your_ssh_key  ubuntu@your_server_IP_add
```

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

Open your browser and check if Nginx is running at <http://Your\\_Server\\_IP>

<figure><img src="/files/ZbTauwLTNRknuhJspWnD" 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/computes/launch-instance-by-1-click-marketplace-platform/create-a-nginx-instance-from-neevcloud-marketplace.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.
