No active WHM Servers available. Activate servers in the Servers page first.
{{ $server->hostname }}
List of all synchronized WHM accounts. Unassigned accounts are highlighted in yellow. Link them to a client to assign them to your core Billing/Hosting system.
@if($whmAccounts->isEmpty())Run "Sync All Servers" or "Fetch & Sync Now" above to load WHM account records.
| Domain | WHM Username | WHM Server | WHM Package | Client Link Status |
|---|---|---|---|---|
| {{ $acc->domain }} | {{ $acc->username }} |
{{ $acc->server->name }} | {{ $acc->package }} |
@if($isUnassigned)
@else
Assigned: {{ $acc->client->name ?? 'Client #' . $acc->local_client_id }}
@endif
|