Terminal | Coolify

Terminal

Execute commands on your servers and containers without leaving the browser.
@if ($isLoadingContainers)
@else @if ($servers->count() > 0)
@foreach ($servers as $server) @if ($loop->first) @endif @foreach ($containers as $container) @if ($container['server_uuid'] == $server->uuid) @endif @endforeach @endforeach Connect
@else
No servers with terminal access found.
@endif @endif