@if ($limit_reached) @else @if ($current_step === 1)
Don't have a Vultr account? Sign up here. Coolify's affiliate link - it supports both of us.
@if ($available_tokens->count() > 0) @else
Add a new token
Add a Vultr API token to create servers from your account.
@endif
@elseif ($current_step === 2)
@if ($loading_data)
@elseif ($provider_data_error)

Unable to load Vultr details

Coolify could not fetch Vultr data with the selected token. The token may have been deleted, revoked, or no longer has access.

{{ $provider_data_error }}
Select another token
@else
@foreach ($regions as $region) @endforeach
@foreach ($this->availablePlans as $plan) @endforeach
@foreach ($operatingSystems as $operatingSystem) @endforeach
@if ($private_keys->count() === 0)

No private keys found. You need to create a private key to continue.

@else @foreach ($private_keys as $key) @endforeach

This SSH key will be automatically added to your Vultr account and used to access the server.

@endif
Advanced Vultr options SSH keys, network configuration, and cloud-init. @if (count($this->advancedVultrOptionsSummary) > 0) @foreach ($this->advancedVultrOptionsSummary as $summaryItem) {{ $summaryItem }} @endforeach @endif
@foreach ($vultrSshKeys as $sshKey) @endforeach
@if ($saved_cloud_init_scripts->count() > 0)
@foreach ($saved_cloud_init_scripts as $script) @endforeach Clear
@endif
Buy & Create Server{{ $this->selectedServerPrice ? ' (' . $this->selectedServerPrice . '/mo)' : '' }}
@endif
@endif @endif