General

@if ($server->id === 0) @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())
To automatically configure Cloudflare Tunnels, please validate your server first. Then you will need a Cloudflare token and an SSH domain configured.
To manually configure Cloudflare Tunnels, please click here, then you should validate the server.

For more information, please read our documentation.
@endif @if (!$server->settings->is_cloudflare_tunnel && $server->isFunctional()) @endif @if ($server->isFunctional() &&!$server->settings->is_cloudflare_tunnel)
I have configured Cloudflare Tunnels manually
@endif
@if (!$server->isBuildServer() && !$server->settings->is_cloudflare_tunnel)

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

Warning: Enable these options only if you fully understand their implications and consequences!
Improper use will result in data loss and could cause functional issues.

Sentinel

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