# Deploy Your First Stack in NeevCloud

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

### Before you start

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

### Creating the stack

Go to [Orchestration](https://docs.neevcloud.com/neevcloud-products/accessing-orchestration#accessing-orchestration), click [Create Stack](https://docs.neevcloud.com/neevcloud-products/accessing-orchestration#creating-a-stack) and upload the file or Past the content. Update your SSH key pair which create.

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FDSOZj6PwzNGJXbBEKflQ%2FNeevCloud-04-09-2026_03_07_PM.png?alt=media&#x26;token=4c5eb11a-1879-4593-b4a0-c59e6b7c28d1" 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="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FZhEyTeldoFjNSQDBJK7f%2FNeevCloud-04-09-2026_03_18_PM.png?alt=media&#x26;token=cdfd5bf6-458e-4399-9d05-a9221f564357" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FFLzj3RBOXP6IMnzBLbvZ%2FNeevCloud-04-09-2026_03_22_PM.png?alt=media&#x26;token=5136059e-40cc-435c-8916-8b84442910d2" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FZ9MY92exEHsCNHJo1IBU%2FNeevCloud-04-09-2026_03_23_PM.png?alt=media&#x26;token=ac2d421c-4473-4067-8ecd-87641ef68dad" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1876135298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEC5NwtFshv6EATOemuUn%2Fuploads%2FjpIj6sDFOqoZmKjwZ4Ip%2Fprevie1w-webp-WEBP-Image-1489-%C3%97-568-pixels-.png?alt=media&#x26;token=2cff1b16-3011-4369-94f0-1d8e3d89966f" 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.
