{{ data_get_str($resource, 'name')->limit(10) }} > Commands | Coolify @if ($type === 'application')

Terminal

@elseif ($type === 'database')

Terminal

@elseif ($type === 'service') @elseif ($type === 'server') @endif @if (!$hasShell)

Terminal Not Available

No shell (bash/sh) is available in this container. Please ensure either bash or sh is installed to use the terminal.

@else @if ($type === 'server') @if ($server->isTerminalEnabled())

Terminal

Reconnect
{{-- Loading indicator for all connection states --}} @if (!$containersLoaded || $isConnecting || $connectionStatus) {{ $connectionStatus }} @endif
@else
Terminal access is disabled on this server.
@endif @else @if (count($containers) === 0)
No containers are running on this server or terminal access is disabled.
@else @if (count($containers) === 1)

Terminal

Reconnect
{{-- Loading indicator for all connection states --}} @if (!$containersLoaded || $isConnecting || $connectionStatus) {{ $connectionStatus }} @endif @else
@foreach ($containers as $container) @if ($loop->first) @endif @endforeach {{ $isConnecting ? 'Connecting...' : 'Connect' }}
{{-- Loading indicator for manual connection --}} @if ($isConnecting || $connectionStatus) {{ $connectionStatus }} @endif @endif
@endif @endif @endif @script @endscript