@section('page-title', 'WHM Connection Test')
WHM Server Connection Diagnostics
Manage Servers

Test connection, name resolution, and API credential authorization for all configured servers.

@foreach($servers as $server) @endforeach
Server Node Hostname / IP Address WHM Username Status Badge Diagnostic Output Actions
{{ $server->name }}
Location: {{ $server->location ?? 'Unknown' }}
{{ $server->hostname }}
IP: {{ $server->ip_address }}
{{ $server->whm_username }} @if($server->status === 'active') Active Node @else Inactive @endif Not tested in this session.
@section('scripts') @endsection