General

@if ($server->id === 0) You could lose a lot of functionalities if you change the server details of the server where Coolify is running on.
Please think again.
@else Save @if ($server->isFunctional()) Validate & configure Revalidate server @endif @endif
@if ($server->isFunctional()) Server is reachable and validated. @else You can't use this server until it is validated. @endif @if ((!$server->settings->is_reachable || !$server->settings->is_usable) && $server->id !== 0) Validate & configure Validate Server & Install Docker Engine @if ($server->validation_logs)

Previous Validation Logs

{!! $server->validation_logs !!}
@endif @endif @if ((!$server->settings->is_reachable || !$server->settings->is_usable) && $server->id === 0) Validate Server @endif @if ($server->isForceDisabled() && isCloud())
The system has disabled the server because you have exceeded the number of servers for which you have paid.
@endif
@if (!$server->settings->is_swarm_worker && !$server->settings->is_build_server) @endif
@if (!$server->isLocalhost())

Cloudflare Tunnels

@if ($server->settings->is_cloudflare_tunnel) @elseif (!$server->isFunctional())

Please validate the server first. The SSH port needs to be open in the firewall on your hosting provider that coolify can validate the server and automatically configure cloudflare tunnels.

For more information, please read our Documentation.

@endif @if (!$server->settings->is_cloudflare_tunnel && $server->isFunctional()) @endif @if (!$server->settings->is_cloudflare_tunnel) I have configured Cloudflare Tunnels manually @endif
@if (!$server->isBuildServer())

Swarm (experimental)

Read the docs here.
@if ($server->settings->is_swarm_worker) @else @endif @if ($server->settings->is_swarm_manager) @else @endif @endif @endif
@if ($server->isFunctional())

Settings

@if ($server->settings->force_docker_cleanup) @else @endif

Sentinel

{{-- @if ($server->isSentinelEnabled()) --}} {{-- Restart --}} {{-- @endif --}}
Metrics are disabled until a few bugs are fixed.
{{--
--}} @endif