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

Terminal

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

Terminal

@elseif ($type === 'service') @elseif ($type === 'server') @endif

Terminal

@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())
Reconnect
@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)
Reconnect
@else
@foreach ($containers as $container) @if ($loop->first) @endif @endforeach Connect
@endif
@endif @endif @endif