'local', 'ip_address' => '127.0.0.1'], [ 'name' => 'Primary Server', 'hostname' => gethostname() ?: 'localhost', 'ip_address' => '127.0.0.1', 'ipv6_address' => '::1', 'type' => 'shared', 'segment' => 'general', 'provider' => 'local', 'cpu_cores' => 4, 'ram_mb' => 8192, 'disk_gb' => 150, 'oversell_ratio' => 3, 'bandwidth_tb' => 10, 'max_accounts' => 100, 'current_accounts' => 0, 'status' => 'active', 'ssh_port' => 22, 'features' => ['php', 'mysql', 'nginx', 'ssl'], 'installed_software' => [ 'php' => ['8.1', '8.2', '8.3'], 'mysql' => '8.0', 'nginx' => '1.24', ], ] ); } }