{"id":5099,"date":"2024-07-25T07:00:04","date_gmt":"2024-07-25T07:00:04","guid":{"rendered":"https:\/\/kb.cloudhostgeek.com\/?p=5099"},"modified":"2025-11-05T10:46:10","modified_gmt":"2025-11-05T10:46:10","slug":"restore-cpanel-backups-on-cyberpanel","status":"publish","type":"post","link":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/","title":{"rendered":"Quick and easy cPanel backup restoration in CyberPanel"},"content":{"rendered":"\n<p class=\"has-black-color has-text-color has-link-color wp-elements-7229ec0ef845356d4172efc83b235c91 wp-block-paragraph\">This guide will help you the process of restoring your website from cPanel backups with the help of CyberPanel and recover your site data easily.<\/p>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-f56df7200975b4405f37e4df259a0e43\"><strong>Step 1: Generate the Full Backup file using cPanel.<\/strong><\/h4>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-4adcbdb0b43eedb85aa1aecb95c95a09 wp-block-paragraph\">1. Create a Full cPanel backup with tar.gz format and create this backup using your cPanel username.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-39cbb17dc9c65cd21db356507920193b wp-block-paragraph\">2. For e.g. <strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">xyzuser.tar.gz or backup-17.7.2024_06-24-02_xyzuser.tar.gz.<\/mark><\/code><\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-0bf89e0775b86d6f76a41b380a567bac wp-block-paragraph\">3. After the backup is created. Download the backup file on your computer.<\/p>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-882e3cb48495c263e7961df63ffd4f3f\"><strong>Step 2: Uploading your backup file on this CyberPanel Server.<\/strong><\/h4>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-7650b519d63037b02a1ca76d56edee8b wp-block-paragraph\"><strong>SSH your Cyberpanel VPS using the command:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-text-color has-background has-link-color wp-elements-9dd0b4e2c7d3ee38824d923f8491839c\" style=\"color:#7a00df;background-color:#f0f4fc\"><code><strong>ssh root@serverip<\/strong><\/code><\/pre>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-ae9ad7f4852092a53e0092ea64b918b9 wp-block-paragraph\"><strong>After executing the command. You will have to provide a password for your VPS<\/strong>.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-95c020340204c703140d5f357d73a039 wp-block-paragraph\">1. Before uploading the backup file, Create a folder in<strong><code> \/home\/backup<\/code><\/strong>.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-055d8827427ae535e983c65bf0e9a9a6 wp-block-paragraph\">2. Upload the backup file using FTP in the <strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">\/home\/backup folder or wget the file<\/mark><\/code><\/strong> using the download link from cPanel to VPS.<\/p>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"831\" height=\"203\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-298.png\" alt=\"Restore cPanel Backup | BigCloudy KB \" class=\"wp-image-5100\" srcset=\"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-298.png 831w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-298-300x73.png 300w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-298-768x188.png 768w\" sizes=\"(max-width: 831px) 100vw, 831px\" \/><\/figure>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-85a1ad21f7187607734ee357a8a8eee2 wp-block-paragraph\">3. After successfully uploading the <strong><a style=\"color:#7a00df;\" href=\"https:\/\/kb.cloudhostgeek.com\/cyberpanel\/database-backup-on-cyberpanel\/\">backup<\/a><\/strong> file, Use <strong><em><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">ls<\/mark><\/code><\/em><\/strong> command to confirm that the file is there.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-5b4c379e3ccb9eecb7114f15c4e2e8dd wp-block-paragraph\">4. Execute the below command the restore the backup.<\/p>\n\n\n\n<pre class=\"wp-block-code has-text-color has-background has-link-color wp-elements-51d4999a96bfc8ca84ae3481331be2c7\" style=\"color:#7a00df;background-color:#f0f4fc\"><code><strong>\/usr\/local\/CyberCP\/bin\/python3 \/usr\/local\/CyberCP\/plogical\/cPanelImporter.py \u2013path \/home\/backup\/backup-17.7.2024_06-24-02_xyzuser.tar.gz<\/strong><\/code><\/pre>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-2c47ac0410af7815c63787d3ff52971a wp-block-paragraph\">Note: Replace the file name that you have instead of <strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">backup-17.7.2024_06-24-02_xyzuser.tar.gz<\/mark><\/code>.<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-ef6a8cc698469a253ffd812bef478f7c wp-block-paragraph\">5. The time taken for the restore to complete depends on your backup file data size.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-5f226c6936a3691b2d61a3318c2c373c wp-block-paragraph\">6. After the process is completed, you will see a log message line:<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-8c26df6056e44977fccb3b293ecc633e wp-block-paragraph\">7. Backup logs to be generated <strong><code><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">in \/home\/cyberpanel\/8292<\/mark><\/code><\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-658d7dbb69697c83cf0162d3c8de1cb9 wp-block-paragraph\">8. To view the contents of the Log file, use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code has-text-color has-background has-link-color wp-elements-270d49294333796943d61355f6bd7cf7\" style=\"color:#7a00df;background-color:#f0f4fc\"><code><strong>tail \/home\/cyberpanel\/8292<\/strong><\/code><\/pre>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-6720a7d7bb8cfbeaa5d4b0a13a405eac\"><strong>Step 3: Verify the Data Integrity.<\/strong><\/h4>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-7c05261c89a5c5dd20c0e56dd164ec43 wp-block-paragraph\">1. Login to your <strong>CyberPanel<\/strong> dashboard.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-af3785da548237efd0ce984601120a28 wp-block-paragraph\">2. Open your web browser and visit https:\/\/&lt;your-server-ip>:8090<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-fcfa9b3cc86a3f957d2da10837f205b9 wp-block-paragraph\">3. Enter your <strong>admin username<\/strong> and <strong>password<\/strong>.<\/p>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"940\" height=\"711\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-299.png\" alt=\"CyberPanel Login Page | BigCloudy KB \" class=\"wp-image-5101\" srcset=\"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-299.png 940w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-299-300x227.png 300w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-299-768x581.png 768w\" sizes=\"(max-width: 940px) 100vw, 940px\" \/><\/figure>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-94229db1dfb46430aaf1baa38b824856 wp-block-paragraph\">4. Go to <strong>Websites<\/strong> \u2013> <strong>List Websites<\/strong> to see the websites.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-f093e39971e8f7c28815283648dc40cc wp-block-paragraph\">5. Search for the website to which backup was restored and verify the data integrity of your website.<\/p>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"940\" height=\"217\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-300.png\" alt=\"List Websites on CyberPanel | BigCloudy KB \" class=\"wp-image-5102\" srcset=\"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-300.png 940w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-300-300x69.png 300w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-300-768x177.png 768w\" sizes=\"(max-width: 940px) 100vw, 940px\" \/><\/figure>\n\n\n\n<div style=\"height:6px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-4db21a451f0da02fec02d12ec3df9a24 wp-block-paragraph\">Now you have successfully restored cPanel backups on CyberPanel in few minutes. <\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-466f55e6b24a5ea26de217a7ecd8c328\"><strong>Additional Resources<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a style=\"color:#7a00df;\" href=\"https:\/\/community.cyberpanel.net\/docs?category=15&amp;tags=\">CyberPanel Documentation<\/a><\/strong><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This guide will help you the process of restoring your website from cPanel backups with the help of CyberPanel and recover your site data easily. Step 1: Generate the Full Backup file using cPanel. 1. Create a Full cPanel backup with tar.gz format and create this backup using your cPanel username. 2. For e.g. xyzuser.tar.gz or backup-17.7.2024_06-24-02_xyzuser.tar.gz. 3. After the backup is created. Download the backup file on your computer. Step 2: Uploading your backup file on this CyberPanel Server. SSH your Cyberpanel VPS using the command: After executing the command. You will have to provide a password for your VPS. 1. Before uploading the backup file, Create a folder in \/home\/backup. 2. Upload the backup file using FTP in the \/home\/backup folder or wget the file using the download link from cPanel to VPS. 3. After successfully uploading the backup file, Use ls command to confirm that the file is there. 4. Execute the below command the restore the backup. Note: Replace the file name that you have instead of backup-17.7.2024_06-24-02_xyzuser.tar.gz. 5. The time taken for the restore to complete depends on your backup file data size. 6. After the process is completed, you will see a log message line: 7. Backup logs to be generated in \/home\/cyberpanel\/8292 8. To view the contents of the Log file, use the following command: Step 3: Verify the Data Integrity. 1. Login to your CyberPanel dashboard. 2. Open your web browser and visit https:\/\/&lt;your-server-ip>:8090 3. Enter your admin username and password. 4. Go to Websites \u2013> List Websites to see the websites. 5. Search for the website to which backup was restored and verify the data integrity of your website. Now you have successfully restored cPanel backups on CyberPanel in few minutes. Additional Resources<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"_acf_changed":false,"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"categories":[238,241],"tags":[240,214],"class_list":["post-5099","post","type-post","status-publish","format-standard","hentry","category-backups-cyberpanel","category-cyberpanel","tag-cyberpanel","tag-database","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.7 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Restore cPanel Backups on CyberPanel Quickly?<\/title>\n<meta name=\"description\" content=\"Quickly restore your website data with the help of cPanel backups on CyberPanel and get your website online easily in a few minutes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quick and easy cPanel backup restoration in CyberPanel\" \/>\n<meta property=\"og:description\" content=\"Quickly restore your website data with the help of cPanel backups on CyberPanel and get your website online easily in a few minutes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"CloudHostGeek Help Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BigCloudyHosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-25T07:00:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-05T10:46:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-298.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bigcloudypvtltd\" \/>\n<meta name=\"twitter:site\" content=\"@bigcloudypvtltd\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Restore cPanel Backups on CyberPanel Quickly?","description":"Quickly restore your website data with the help of cPanel backups on CyberPanel and get your website online easily in a few minutes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/","og_locale":"en_US","og_type":"article","og_title":"Quick and easy cPanel backup restoration in CyberPanel","og_description":"Quickly restore your website data with the help of cPanel backups on CyberPanel and get your website online easily in a few minutes.","og_url":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/","og_site_name":"CloudHostGeek Help Center","article_publisher":"https:\/\/www.facebook.com\/BigCloudyHosting\/","article_published_time":"2024-07-25T07:00:04+00:00","article_modified_time":"2025-11-05T10:46:10+00:00","og_image":[{"url":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-298.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@bigcloudypvtltd","twitter_site":"@bigcloudypvtltd","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/#article","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/"},"author":{"name":"admin","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0"},"headline":"Quick and easy cPanel backup restoration in CyberPanel","datePublished":"2024-07-25T07:00:04+00:00","dateModified":"2025-11-05T10:46:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/"},"wordCount":272,"publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-298.png","keywords":["CyberPanel","Database"],"articleSection":["Backups Cyberpanel","CyberPanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/","name":"How to Restore cPanel Backups on CyberPanel Quickly?","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/#primaryimage"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-298.png","datePublished":"2024-07-25T07:00:04+00:00","dateModified":"2025-11-05T10:46:10+00:00","description":"Quickly restore your website data with the help of cPanel backups on CyberPanel and get your website online easily in a few minutes.","breadcrumb":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/#primaryimage","url":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-298.png","contentUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-298.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/restore-cpanel-backups-on-cyberpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bigcloudy.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Quick and easy cPanel backup restoration in CyberPanel"}]},{"@type":"WebSite","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","name":"https:\/\/www.bigcloudy.com\/","description":"Your step-by-step guide to hosting, servers &amp; website tools.","publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bigcloudy.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization","name":"BigCloudy internt services pvt ltd.","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","contentUrl":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","width":368,"height":114,"caption":"BigCloudy internt services pvt ltd."},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BigCloudyHosting\/","https:\/\/x.com\/bigcloudypvtltd","https:\/\/www.instagram.com\/bigcloudypvtltd\/"]},{"@type":"Person","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/kb.cloudhostgeek.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/5099","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=5099"}],"version-history":[{"count":0,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/5099\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=5099"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=5099"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=5099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}