# Launch Alma Linux

## Launch Alma Linux

Click on the "Create A Cloud Server" button in the top right corner:

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

## Choose operating system

Click on the Operating System and Select Your Alma Linux.

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

## Select the volumes

In the volume section, we select Name, Type - NVMe, Encrypted, Default, Disk Size

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

## Authentication

* **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 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 %}

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

Please specify the name of the SSH key

<figure><img src="/files/9o9eInIF1dn8L51q1hId" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: The generated key is always downloaded in the download folder.
{% endhint %}

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

## Add Security Group

A security group in cloud computing is a virtual firewall that controls inbound and outbound traffic for cloud resources.

Add Rules of the [security group](https://docs.neevcloud.com/neevcloud-products/computes/manage-cloud-instance/security-group).

<figure><img src="/files/851IfX7uJTQKdm8pTjt1" alt=""><figcaption></figcaption></figure>

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

## Specify the Name <a href="#specify-the-name" id="specify-the-name"></a>

Give the name of the "server", and click on the "Create server" :

Give the name of the server > Create server

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

After creating the server, click on the VM.

<figure><img src="/files/4aQ0n2miM6cHXeVih2gq" alt=""><figcaption></figcaption></figure>

**Viewing server details**

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

## SSH <a href="#ssh" id="ssh"></a>

SSH(secure shell) A secure, encrypted protocol for remote access to a computer or network, allowing users to specify login, transfer files, and execute commands over the internet.

After successfully creating the server, here's how to access it externally by following these steps: Open the Command prompt on your system. Navigate to the Downloads folder, and select the downloaded key.

{% 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 %}

```
ssh -i ssh_key user@ip-addresss
```

<figure><img src="/files/QpZrKbvKmgY91Onwi6m5" 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/getting-started-launch-vms/launch-alma-linux.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.
