{"id":6318,"date":"2021-04-13T12:41:32","date_gmt":"2021-04-13T07:11:32","guid":{"rendered":"https:\/\/www.skynats.com\/?p=6318"},"modified":"2024-12-11T17:51:49","modified_gmt":"2024-12-11T12:21:49","slug":"setting-postgresql-on-linux-in-vesta-control-panel","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/","title":{"rendered":"Setting PostgreSQL on Linux in Vesta control panel"},"content":{"rendered":"\n<p>In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d.<\/p>\n\n\n\n<p>Our technical team support will set the PostgreSQL on Linux in the Vesta control panel on your behalf under our&nbsp;<a href=\"https:\/\/www.skynats.com\/linux-server-management\/\" target=\"_blank\" rel=\"noreferrer noopener\"><span style=\"color:#047db1\" class=\"has-inline-color\">server management services<\/span><\/a> plan. You can also take assistance from our technical team support 24\/7 for fixing the error or any sort of installation and migration.<\/p>\n\n\n\n<p><strong>&nbsp;PostgreSQL on Linux in Vesta control panel<\/strong><\/p>\n\n\n\n<p>Now you can install the Vesta panel on an RHEL, Ubuntu Server, Debian and CentOS.<\/p>\n\n\n\n<p><strong>Setting PostgreSQL on RHEL\/CentOS<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>First, need to install PostgreSQL packages <\/li>\n\n\n\n<li># yum install postgresql postgresql-server postgresql-contrib phpPgAdmin<\/li>\n\n\n\n<li>Install >> PostgreSQL >> from Remi repository >>then enable explicitly.<\/li>\n\n\n\n<li># yum install \u2013enablerepo=remi postgresql postgresql-server postgresql-contrib phpPgAdmin<\/li>\n\n\n\n<li>\u00a0Then initialize the database cluster:<\/li>\n\n\n\n<li># service postgresql initdb<\/li>\n\n\n\n<li>Download HBA configuration:<\/li>\n\n\n\n<li># wget\u00a0<a href=\"http:\/\/c.vestacp.com\/0.9.8\/rhel\/pg_hba.conf\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/c.vestacp.com\/0.9.8\/rhel\/pg_hba.conf<\/a>\u00a0-O \/var\/lib\/pgsql\/data\/pg_hba.conf<\/li>\n\n\n\n<li>Eventually, start the server:<\/li>\n\n\n\n<li># service postgresql start<\/li>\n\n\n\n<li>Set oracle user password:<\/li>\n\n\n\n<li># su \u2013 postgres<\/li>\n\n\n\n<li># psql -c \u201cALTER USER postgres WITH PASSWORD \u2018pgp4sw0rd&#8217;\u201d<\/li>\n\n\n\n<li># exit<\/li>\n\n\n\n<li>Then enable pgsql database support in Vesta.<\/li>\n\n\n\n<li>Open \/usr\/local\/vesta\/conf\/vesta.conf and set DB_SYSTEM to \u2018mysql,pgsql\u2019<\/li>\n\n\n\n<li>Register pg instance in the control panel:<\/li>\n\n\n\n<li># v-add-database-host pgsql localhost postgres pgp4sw0rd<\/li>\n\n\n\n<li>Download phpPgAdmin configuration:<\/li>\n\n\n\n<li># wget\u00a0<a href=\"http:\/\/c.vestacp.com\/0.9.8\/rhel\/pga.conf\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/c.vestacp.com\/0.9.8\/rhel\/pga.conf<\/a>\u00a0-O \/etc\/phpPgAdmin\/config.inc.php<\/li>\n\n\n\n<li># wget\u00a0<a href=\"http:\/\/c.vestacp.com\/0.9.8\/rhel\/httpd-pga.conf\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/c.vestacp.com\/0.9.8\/rhel\/httpd-pga.conf<\/a>\u00a0-O \/etc\/httpd\/conf.d\/phpPgAdmin.conf<\/li>\n\n\n\n<li>Restart the webserver:<\/li>\n\n\n\n<li># service httpd restart<\/li>\n<\/ol>\n\n\n\n<p><strong>Setting up PostgreSQL on Debian\/Ubuntu<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install PostgreSQL packages<\/li>\n\n\n\n<li># apt-get install postgresql postgresql-contrib phppgadmin<\/li>\n\n\n\n<li>Download HBA configuration:<\/li>\n\n\n\n<li># wget\u00a0<a href=\"http:\/\/c.vestacp.com\/0.9.8\/debian\/pg_hba.conf\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/c.vestacp.com\/0.9.8\/debian\/pg_hba.conf<\/a>\u00a0-O \/etc\/postgresql\/*\/main\/pg_hba.conf<\/li>\n\n\n\n<li>Later,restart the server:<\/li>\n\n\n\n<li># service postgresql restart<\/li>\n\n\n\n<li>Set oracle user password:<\/li>\n\n\n\n<li># su \u2013 postgres<\/li>\n\n\n\n<li># psql -c \u201cALTER USER postgres WITH PASSWORD \u2018pgp4sw0rd&#8217;\u201d<\/li>\n\n\n\n<li># exit<\/li>\n\n\n\n<li>Enable pgsql database support in Vesta.<\/li>\n\n\n\n<li>Open \/usr\/local\/vesta\/conf\/vesta.conf and set DB_SYSTEM to \u2018mysql,pgsql\u2019<\/li>\n\n\n\n<li>In the control panel >> register pg instance.<\/li>\n\n\n\n<li># v-add-database-host pgsql localhost postgres pgp4sw0rd<\/li>\n\n\n\n<li>Download phpPgAdmin configuration:<\/li>\n\n\n\n<li># wget\u00a0<a href=\"http:\/\/c.vestacp.com\/0.9.8\/debian\/pga.conf\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/c.vestacp.com\/0.9.8\/debian\/pga.conf<\/a>\u00a0-O \/etc\/phppgadmin\/config.inc.php<\/li>\n\n\n\n<li># wget\u00a0<a href=\"http:\/\/c.vestacp.com\/0.9.8\/debian\/apache2-pga.conf\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/c.vestacp.com\/0.9.8\/debian\/apache2-pga.conf<\/a>\u00a0-O \/etc\/apache2\/conf.d\/phppgadmin<\/li>\n\n\n\n<li>Restart the webserver:<\/li>\n\n\n\n<li># service apache2 restart<\/li>\n<\/ol>\n\n\n\n<p><strong>Error while we Setup PostgreSQL on Linux in Vesta<\/strong><\/p>\n\n\n\n<p>One of the clients came across a similar error while he trying to connect with remote PostgreSQL.<\/p>\n\n\n\n<p><strong>The server is not connecting to the PostgreSQL&nbsp;<\/strong><\/p>\n\n\n\n<p>To resolve the issue, you need to start the PostgreSQL server on the remote server. (Need technical team support to resolve the error on your behalf)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># \/etc\/init.d\/postgresql start<\/code><\/pre>\n\n\n\n<p>If we get the error while it is running, we need to enable TCP\/IP support.<\/p>\n\n\n\n<p>By default, the PostgreSQL server only allows connections to the database from the local machine or localhost.<\/p>\n\n\n\n<p><strong>Step 1: Allow remote IP address to access PostgreSQL<\/strong><\/p>\n\n\n\n<p>You need to open the file,\/var\/lib\/pgsql\/data\/pg_hba.conf.By using the following su commands try to login into Postgres.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ su \u2013 postgres\n$ vi \/var\/lib\/pgsql\/data\/pg_hba.conf<\/code><\/pre>\n\n\n\n<p>Now append the following line. To give access to the 192.168.1.0\/24 network:<\/p>\n\n\n\n<p>host all all 192.168.1.0 255.255.255.0 trust<\/p>\n\n\n\n<p>Then, save and close the file.<\/p>\n\n\n\n<p><strong>Step 2: Allow communication over TCP\/IP<\/strong><\/p>\n\n\n\n<p>We open PostgreSQL configuration file, \/var\/lib\/pgsql\/data\/postgresql.conf<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ vi \/var\/lib\/pgsql\/data\/postgresql.conf<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>Then bind and open TCP\/IP port by setting tcpip_socket to true:<\/p>\n\n\n\n<p>tcpip_socket = true<\/p>\n\n\n\n<p>Finally, save and close the file.<\/p>\n\n\n\n<p><strong>Step 3: Restart PostgreSQL server<\/strong><\/p>\n\n\n\n<p>Use the following commands to restart the PostgreSQL server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># \/etc\/init.d\/postgresql restart<\/code><\/pre>\n\n\n\n<p>This will open default port 5432.<\/p>\n\n\n\n<p><strong>Step 4: Test the setup<\/strong><\/p>\n\n\n\n<p>Finally, use the psql command from the client system.<\/p>\n\n\n\n<p>psql -h PostgreSQL-IP-ADDRESS -U USERNAME -d DATABASENAME<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>In brief, Now you can install the Vesta Control panel on an RHEL, CentOS, Debian, and Ubuntu server. Happy to assist you out with any queries.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d. Our technical team support will set the PostgreSQL on Linux in the Vesta control panel on your behalf under our&nbsp;server management services plan. You can also take assistance from our technical team support 24\/7 for fixing the [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,208,239,250,230,229,68,223,212],"tags":[232,102,316,241,315,233,236,62],"class_list":["post-6318","post","type-post","status-publish","format-standard","hentry","category-blog","category-centos-7","category-linux","category-mssql-server","category-rhel-7","category-rhel8","category-server-management","category-ubuntu-18-04","category-ubuntu-20-04","tag-centos-8","tag-centos7","tag-debian","tag-linux","tag-postgresql","tag-rhel-8-7","tag-ubuntu","tag-vesta-control-panel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Setting PostgreSQL on Linux in Vesta control panel<\/title>\n<meta name=\"description\" content=\"In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d. Now you can install the Vesta panel on an\" \/>\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\/setting-postgresql-on-linux-in-vesta-control-panel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting PostgreSQL on Linux in Vesta control panel\" \/>\n<meta property=\"og:description\" content=\"In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d. Now you can install the Vesta panel on an\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/\" \/>\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=\"2021-04-13T07:11:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-11T12:21:49+00:00\" \/>\n<meta name=\"author\" content=\"Nabeela\" \/>\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=\"Nabeela\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/\"},\"author\":{\"name\":\"Nabeela\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/2968118a72bea0868796abf1237ab3e0\"},\"headline\":\"Setting PostgreSQL on Linux in Vesta control panel\",\"datePublished\":\"2021-04-13T07:11:32+00:00\",\"dateModified\":\"2024-12-11T12:21:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/\"},\"wordCount\":633,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"CentoS 8\",\"centos7\",\"debian\",\"Linux\",\"postgresql\",\"RHEL 8\\\/7\",\"Ubuntu\",\"vesta control panel\"],\"articleSection\":[\"Blog\",\"CentOs 7\",\"Linux\",\"MSSQL server\",\"RHEL 7\",\"RHEL8\",\"server management\",\"Ubuntu 18.04\",\"Ubuntu 20.04\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/\",\"name\":\"Setting PostgreSQL on Linux in Vesta control panel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2021-04-13T07:11:32+00:00\",\"dateModified\":\"2024-12-11T12:21:49+00:00\",\"description\":\"In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d. Now you can install the Vesta panel on an\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-postgresql-on-linux-in-vesta-control-panel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting PostgreSQL on Linux in Vesta control panel\"}]},{\"@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\\\/2968118a72bea0868796abf1237ab3e0\",\"name\":\"Nabeela\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g\",\"caption\":\"Nabeela\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Setting PostgreSQL on Linux in Vesta control panel","description":"In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d. Now you can install the Vesta panel on an","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\/setting-postgresql-on-linux-in-vesta-control-panel\/","og_locale":"en_US","og_type":"article","og_title":"Setting PostgreSQL on Linux in Vesta control panel","og_description":"In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d. Now you can install the Vesta panel on an","og_url":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2021-04-13T07:11:32+00:00","article_modified_time":"2024-12-11T12:21:49+00:00","author":"Nabeela","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Nabeela","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/"},"author":{"name":"Nabeela","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/2968118a72bea0868796abf1237ab3e0"},"headline":"Setting PostgreSQL on Linux in Vesta control panel","datePublished":"2021-04-13T07:11:32+00:00","dateModified":"2024-12-11T12:21:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/"},"wordCount":633,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["CentoS 8","centos7","debian","Linux","postgresql","RHEL 8\/7","Ubuntu","vesta control panel"],"articleSection":["Blog","CentOs 7","Linux","MSSQL server","RHEL 7","RHEL8","server management","Ubuntu 18.04","Ubuntu 20.04"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/","url":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/","name":"Setting PostgreSQL on Linux in Vesta control panel","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2021-04-13T07:11:32+00:00","dateModified":"2024-12-11T12:21:49+00:00","description":"In order to set PostgreSQL on Linux in Vesta, you need to clean the system \u201cminimal install base\u201d. Now you can install the Vesta panel on an","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/setting-postgresql-on-linux-in-vesta-control-panel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Setting PostgreSQL on Linux in Vesta control panel"}]},{"@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\/2968118a72bea0868796abf1237ab3e0","name":"Nabeela","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/12a999d0e3cd16cf2383c5551b39d00d6ddc2d035a2581ce5d85fce0762d0372?s=96&d=mm&r=g","caption":"Nabeela"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6318","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=6318"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6318\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=6318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=6318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=6318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}