@if ($limit_reached) @else

Create a new Server

Servers are the main blocks of your infrastructure.
@foreach ($private_keys as $key) @if ($loop->first) @else @endif @endforeach
Swarm support is in alpha version. Read the docs here.
@if ($is_swarm_worker) @else @endif @if ($is_swarm_manager) @else @endif @if ($is_swarm_worker && count($swarm_managers) > 0)
@foreach ($swarm_managers as $server) @if ($loop->first) @else @endif @endforeach
@endif
Save Server
@endif