> 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/orchestration-infrastructure-as-code/deploy-your-first-stack-in-neevcloud.md).

# Deploy Your First Stack in NeevCloud

This walkthrough uses the [Web Server Stack Template](/neevcloud-products/orchestration-infrastructure-as-code/web-server-stack-template.md) to deploy a complete environment.&#x20;

### Before you start

You need an active [NeevCloud account](/neevcloud-account/getting-started-with-neev-account.md) and at least one [SSH key pair](/neevcloud-products/access-details/ssh-key/generate-ssh_key.md). Check under Access in the sidebar if you have not added one yet.

### Creating the stack

Go to [Orchestration](/neevcloud-products/orchestration-infrastructure-as-code/accessing-orchestration.md#accessing-orchestration), click [Create Stack](/neevcloud-products/orchestration-infrastructure-as-code/accessing-orchestration.md#creating-a-stack) and upload the file or Past the content. Update your SSH key pair which created.

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

### Checking the results

The stack takes some time to complete. Once the status shows CREATE\_COMPLETE you can check each tab.

* The Overview tab shows the stack status and creation time.

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

* The Resources tab lists all 8 created resources with their type and status.

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

* The Events tab shows a timestamped log of every action taken during deployment.

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

* The instance is up and running, and it is accessible.

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

### Server details

Click on the server name to see the VM details. You will see the vCPU, RAM, volume size, flavor, private and public IP addresses, SSH key and region.

### Troubleshooting

If the stack shows CREATE\_FAILED check the Events tab for the error. Common causes are quota limits, wrong image name or a missing key pair. Delete the failed stack, fix the issue and try again.

If the web server is not reachable after CREATE\_COMPLETE, wait another minute or two for the VM to finish booting.
