@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('DNS Management')) @section('content')
{{ __('Connect your custom domain to the main hosting in a few steps.') }}
{{ __('Use these values while configuring registrar, DNS, hosting root and SSL.') }}
{{ __('Follow these steps to connect the domain to main hosting cleanly and safely.') }}
{{ __('Make sure you have these values ready:') }}
server_name,
domain,
ns1,
ns2,
root_path,
ssl_enabled.
{{ __('At the domain registrar, set Nameserver 1 & 2 to:') }}
{{ $server->ns1 ?? 'ns1.yourhost.com' }}
{{ $server->ns2 ?? 'ns2.yourhost.com' }}
{{ __('In your hosting panel (cPanel, Plesk, etc.): add the domain and set Document Root to:') }}
{{ $server->root_path ?? '/home/username/public_html' }}
{{ __('If you changed nameservers to your hosting, the DNS zone is now managed there. Verify that the root A record and www CNAME/A exist and point to the server. If not, create them as needed.') }}
{{ __('SSL is enabled in admin. Run AutoSSL / Let’s Encrypt from hosting to issue a certificate for') }}
{{ $server->domain ?? 'example.com' }}
{{ __('and') }} www.