{"id":12440,"date":"2024-05-03T18:26:17","date_gmt":"2024-05-03T12:56:17","guid":{"rendered":"https:\/\/www.skynats.com\/?p=12440"},"modified":"2025-01-08T20:36:17","modified_gmt":"2025-01-08T15:06:17","slug":"how-to-migrate-imunify360-from-one-server-to-another","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/","title":{"rendered":"How to Migrate Imunify360 from one server to another?"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"1080\" sizes=\"(max-width: 1080px) 100vw, 1080px\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png\" alt=\"Imunify360\" class=\"wp-image-12444\" style=\"width:184px;height:auto\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png 1080w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754-300x300.png 300w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754-1024x1024.png 1024w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754-150x150.png 150w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754-768x768.png 768w\" \/><\/figure>\n\n\n\n<p>Imunify360 may need to be installed on multiple servers with similar configurations, such as during server migration or when setting up Imunify360 from one server to another. Let&#8217;s look at how to install it for multiple servers with similar configurations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-1-imunify360-installation\"><strong>1. Imunify360 Installation<\/strong><\/h2>\n\n\n\n<p>Install Imunify360, then start and enable the service as usual.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-2-copy-the-configuration-files\">2. Copy the configuration files<\/h2>\n\n\n\n<p>Copy the configuration files listed below from the old server to the new server.\u00a0<\/p>\n\n\n\n<p>\/etc\/sysconfig\/imunify360\/imunify360.config.d\/*<\/p>\n\n\n\n<p>\/usr\/share\/i360-php-opts\/module.ini<\/p>\n\n\n\n<p>\/usr\/share\/i360-php-opts\/rules_whitelist (if it exists)<\/p>\n\n\n\n<p>\/etc\/pam_imunify\/i360.ini<\/p>\n\n\n\n<p>\/var\/i360_pam_imunify\/users\/users.txt (if it exists)<\/p>\n\n\n\n<p>\/etc\/sysconfig\/imunify360\/hooks.yaml<\/p>\n\n\n\n<p>To copy files from the server, use the scp or rsync commands as shown below.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>rsync -av \/etc\/sysconfig\/imunify360\/imunify360.config.d\/* root@ip_address:\/etc\/sysconfig\/imunify360\/imunify360.config.d\/\n\nrsync -av \/usr\/share\/i360-php-opts\/module.ini root@ip_address:\/usr\/share\/i360-php-opts\/module.ini\n\nrsync -av \/usr\/share\/i360-php-opts\/rules_whitelist root@ip_address:\/usr\/share\/i360-php-opts\/rules_whitelist\n\nrsync -av \/etc\/pam_imunify\/i360.ini root@ip_address:\/etc\/pam_imunify\/i360.ini\n\nrsync -av \/var\/i360_pam_imunify\/users\/users.txt root@ip_address:\/var\/i360_pam_imunify\/users\/users.txt\n\nrsync -av \/etc\/sysconfig\/imunify360\/hooks.yaml root@ip_address:\/etc\/sysconfig\/imunify360\/hooks.yaml<\/code><\/pre>\n\n\n\n<p><strong>NOTE :<\/strong> Replace ip_address with the target server&#8217;s IP address.<\/p>\n\n\n\n<p>To apply the target system&#8217;s notifications settings, restart the imunify-notifier using systemctl command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl restart imunify-notifier<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-3-export-and-import-firewall-entries\">3. Export and Import firewall entries<\/h2>\n\n\n\n<p>To export its firewall entries such as whitelists and blacklists, run the following commands in the source server.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>imunify360-agent blacklist ip list --limit 999999 | tail -n +2 | awk '{print $1}' > blacklist.txt\nimunify360-agent blacklist country list --limit 999 | tail -n +2 | awk '{print $2}' > blacklist-c.txt\nimunify360-agent whitelist ip list --limit 999999 | tail -n +2 | awk '{print $1}' > whitelist.txt<\/code><\/pre>\n\n\n\n<p>Then copy the blacklist.txt, blacklist-c.txt, whitelist.txt files to target server using rsync or scp command.<\/p>\n\n\n\n<p>To import firewall entries, run the following commands in the target server.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat blacklist.txt | xargs imunify360-agent blacklist ip add\ncat blacklist-c.txt | xargs imunify360-agent blacklist country add\ncat whitelist.txt | xargs imunify360-agent whitelist ip add<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-small-font-size\" id=\"h-4-re-installation-of-features\">4. Re-installation of features<\/h2>\n\n\n\n<p>There are few features such as kernelcare, hardened-php, invisible-captcha. Re-install features from the source server.<\/p>\n\n\n\n<p>Required features can be installed using the below command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>imunify360-agent features install &lt;feature-name><\/code><\/pre>\n\n\n\n<p>Our\u00a0<a href=\"https:\/\/www.skynats.com\/server-management\/\">Technical Team<\/a>\u00a0will be available to assist you with \u201cHow to Copy Imunify360 Setups<a href=\"https:\/\/www.imunify360.com\/\">,<\/a>\u201d which can make your job a lot easier. Get in touch with\u00a0<a href=\"https:\/\/www.skynats.com\/server-management\/\">Skynats<\/a>\u00a0if you have any queries.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Imunify360 may need to be installed on multiple servers with similar configurations, such as during server migration or when setting up Imunify360 from one server to another. Let&#8217;s look at how to install it for multiple servers with similar configurations. 1. Imunify360 Installation Install Imunify360, then start and enable the service as usual. 2. Copy [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,68,381],"tags":[860],"class_list":["post-12440","post","type-post","status-publish","format-standard","hentry","category-blog","category-server-management","category-website-security","tag-imunify-360"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Imunify360: How to Migrate from One Server to Another<\/title>\n<meta name=\"description\" content=\"Learn step-by-step instructions on migrating Imunify360 from one server to another seamlessly. Expert tips and best practices for a smooth transition\" \/>\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.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Migrate Imunify360 from one server to another?\" \/>\n<meta property=\"og:description\" content=\"Learn step-by-step instructions on migrating Imunify360 from one server to another seamlessly. Expert tips and best practices for a smooth transition\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-03T12:56:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-08T15:06:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png\" \/>\n<meta name=\"author\" content=\"Jishnu V\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jishnu V\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/\"},\"author\":{\"name\":\"Jishnu V\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/c63611da5e22d216e38d8658e5a605c5\"},\"headline\":\"How to Migrate Imunify360 from one server to another?\",\"datePublished\":\"2024-05-03T12:56:17+00:00\",\"dateModified\":\"2025-01-08T15:06:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/\"},\"wordCount\":274,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/155754.png\",\"keywords\":[\"imunify 360\"],\"articleSection\":[\"Blog\",\"server management\",\"website security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/\",\"name\":\"Imunify360: How to Migrate from One Server to Another\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/155754.png\",\"datePublished\":\"2024-05-03T12:56:17+00:00\",\"dateModified\":\"2025-01-08T15:06:17+00:00\",\"description\":\"Learn step-by-step instructions on migrating Imunify360 from one server to another seamlessly. Expert tips and best practices for a smooth transition\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/155754.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/155754.png\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/how-to-migrate-imunify360-from-one-server-to-another\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Migrate Imunify360 from one server to another?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/c63611da5e22d216e38d8658e5a605c5\",\"name\":\"Jishnu V\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g\",\"caption\":\"Jishnu V\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Imunify360: How to Migrate from One Server to Another","description":"Learn step-by-step instructions on migrating Imunify360 from one server to another seamlessly. Expert tips and best practices for a smooth transition","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.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/","og_locale":"en_US","og_type":"article","og_title":"How to Migrate Imunify360 from one server to another?","og_description":"Learn step-by-step instructions on migrating Imunify360 from one server to another seamlessly. Expert tips and best practices for a smooth transition","og_url":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2024-05-03T12:56:17+00:00","article_modified_time":"2025-01-08T15:06:17+00:00","og_image":[{"url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png","type":"","width":"","height":""}],"author":"Jishnu V","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Jishnu V","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/"},"author":{"name":"Jishnu V","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/c63611da5e22d216e38d8658e5a605c5"},"headline":"How to Migrate Imunify360 from one server to another?","datePublished":"2024-05-03T12:56:17+00:00","dateModified":"2025-01-08T15:06:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/"},"wordCount":274,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png","keywords":["imunify 360"],"articleSection":["Blog","server management","website security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/","url":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/","name":"Imunify360: How to Migrate from One Server to Another","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/#primaryimage"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png","datePublished":"2024-05-03T12:56:17+00:00","dateModified":"2025-01-08T15:06:17+00:00","description":"Learn step-by-step instructions on migrating Imunify360 from one server to another seamlessly. Expert tips and best practices for a smooth transition","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/#primaryimage","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/05\/155754.png","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/how-to-migrate-imunify360-from-one-server-to-another\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Migrate Imunify360 from one server to another?"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/c63611da5e22d216e38d8658e5a605c5","name":"Jishnu V","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9fc7882cfbe811c2c069669ed9a43c27a8b4f7e013fc7e9d539199f807dc7ab1?s=96&d=mm&r=g","caption":"Jishnu V"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=12440"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/12440\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=12440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=12440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=12440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}