For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deploy Your First Stack in NeevCloud

This walkthrough uses the Web Server Stack Template to deploy a complete environment.

Before you start

You need an active NeevCloud account and at least one SSH key pair. Check under Access in the sidebar if you have not added one yet.

Creating the stack

Go to Orchestration, click Create Stack and upload the file or Past the content. Update your SSH key pair which created.

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.

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

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

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

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.

Last updated