Operation Atlas

Cluster Management

Authoritative cluster registry, server readiness, and coverage responsibility.

@can('manage-atlas') Add Cluster @endcan
@if ($notice !== '')
{{ $notice }}
@endif
@foreach ($this->clusters as $cluster) @endforeach
@if ($editingCluster)
@foreach ($this->environments() as $environment) {{ $environment->label() }} @endforeach
Cluster history remains attributable through Operation Lincoln. Save Cluster
@elseif ($this->selectedCluster)
{{ $this->selectedCluster->environment->label() }} Cluster

{{ $this->selectedCluster->name }}

{{ $this->selectedCluster->description ?: 'No cluster description has been recorded.' }}

@can('manage-atlas')
Edit Cluster @if ($this->selectedCluster->is_active) Add Server @else Reactivate Cluster @endif
@endcan
SRV ON OFF PLY MNT CVR
@if ($editingServer)
Select an ARK: Survival Ascended map @foreach ($this->maps() as $map) {{ $map->label() }} @endforeach @foreach ($this->environments() as $environment) {{ $environment->label() }} @endforeach
@can('manage-rcon-credentials')
RCON Credential

Encrypted with the Project Aegis application key. Existing credentials are never redisplayed.

@endcan
Cancel {{ $selectedServerId ? 'Save Server' : 'Register Server' }}
@endif
@forelse ($this->servers as $server) @php $primary = $server->coverageAssignments->first(fn ($assignment) => $assignment->role === \App\CoverageRole::Primary); @endphp @empty
No servers are registered in this cluster.
@endforelse
@if ($selectedServerId === null) @can('manage-atlas')
@if ($this->selectedCluster->is_active)
Archive Cluster
@endif
@endcan @endif @else

No {{ $clusterView }} clusters

Register a logical cluster to begin building the Atlas server registry.

@endif