{"id":4992,"date":"2016-08-18T03:49:10","date_gmt":"2016-08-18T03:49:10","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=4992"},"modified":"2021-02-04T04:44:49","modified_gmt":"2021-02-04T04:44:49","slug":"start-stop-restart-status-cpanel-server-linux","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/","title":{"rendered":"How to start \/ stop \/ restart &#038; status of the cPanel server in Linux"},"content":{"rendered":"<p><span style=\"color: #000000;\">If you want to start, stop, restart, enable, reload &amp; check status of the service follow the below commands to do it. Either <strong>root<\/strong> or <strong>sudo<\/strong> Permission needed to run the below commands.All the services is available \u201c\/etc\/init.d\/.<\/span><\/p>\n<h3><strong>1) To start cPanel service<\/strong><\/h3>\n<p>Use the below commands to start the cPanel service in Linux.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># service cpanel start\r\nor\r\n# \/etc\/init.d\/cpanel start\r\nStarting cPanel services: Waiting for cpsrvd,cpsrvd-ssl,whostmgrd,cpaneld,webmaild to shutdown ... not running.\r\nStarting cpsrvd.\r\n                                                           [  OK  ]\r\nStarting cPanel brute force detector services:             [  OK  ]\r\nStarting cPanel dav services:                              [  OK  ]\r\nStarting pop3 services: Waiting for (?^:^cppop(?:-ssl)?$) to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStarting cPanel Chat services:\r\n\r\nStarting cPanel ssl services: Waiting for (?^:^(?:stunnel$|stunnel-[0-9\\.]+local)) to shutdown ... not running.\r\nUsing Native SSL support (stunnel not needed)\r\n                                                           [  OK  ]\r\nStarting cPanel Queue services:                            [  OK  ]\r\nStarting tailwatchd:\r\n\r\n[Thu Dec 19 07:23:59 2013] Starting \/usr\/local\/cpanel\/libexec\/tailwatch\/tailwatchd daemon\r\nLog is at \/usr\/local\/cpanel\/logs\/tailwatchd_log\r\n                                                           [  OK  ]\r\nStarting cPanel Log services: ==&gt; cPanel Log Daemon version 26.0\r\n                                                           [  OK  ]\r\nStarting mailman services:                                 [  OK  ]<\/pre>\n<\/div>\n<h3><strong>2) To stop cPanel service<\/strong><\/h3>\n<p>Use the below commands to stop the cPanel server in Linux.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># service cpanel stop\r\nor\r\n# \/etc\/init.d\/cpanel stop\r\nStopping tailwatchd:  [22178] [2013-12-19 07:23:44 +0000] [main] Current process '11636' stopped\r\n                                                           [  OK  ]\r\nStopping cPanel services:  Waiting for cpsrvd,cpsrvd-ssl,whostmgrd,cpaneld,webmaild to shutdown ..... terminated.\r\n                                                           [  OK  ]\r\nStopping cPanel dav services:  [Thu Dec 19 07:23:45 2013] Current process '11658' stopped\r\nWaiting for cpdavd,cpdavd-ssl to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStopping cPanel queue services:  Graceful shutdown of cPanel TaskQueue Daemon requested. complete\r\n                                                           [  OK  ]\r\nStopping cPanel brute force detector services:  Waiting for cphulkd.pl,cPhulkd,cphulkd to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStopping pop3 services:  Waiting for (?^:^cppop(?:-ssl)?$) to shutdown ... not running.\r\n                                                           [  OK  ]<\/pre>\n<\/div>\n<h3><strong>3) To restart cPanel service<\/strong><\/h3>\n<p>Use the below commands to restart the <a href=\"https:\/\/cpanelplesk.com\/wp62\/restart-spamd-cpanel-server\/\">cPanel <\/a>server in Linux.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># service cpanel restart\r\nor\r\n# \/etc\/init.d\/cpanel restart\r\nStopping tailwatchd:  [22350] [2013-12-19 07:24:18 +0000] [main] Current process '22325' stopped\r\n                                                           [  OK  ]\r\nStopping cPanel services:  Waiting for cpsrvd,cpsrvd-ssl,whostmgrd,cpaneld,webmaild to shutdown ..... terminated.\r\n                                                           [  OK  ]\r\nStopping cPanel dav services:  [Thu Dec 19 07:24:19 2013] Current process '22240' stopped\r\nWaiting for cpdavd,cpdavd-ssl to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStopping cPanel queue services:  Graceful shutdown of cPanel TaskQueue Daemon requested. complete\r\n                                                           [  OK  ]\r\nStopping cPanel brute force detector services:  Waiting for cphulkd.pl,cPhulkd,cphulkd to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStopping pop3 services:  Waiting for (?^:^cppop(?:-ssl)?$) to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStopping cPanel log services:\r\nStopping cPanel Chat services:                             [FAILED]\r\n\r\nStopping cPanel ssl services:  Waiting for (?^:^(?:stunnel$|stunnel-[0-9\\.]+local)) to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStopping mailman services:  Shutting down Mailman's master qrunner\r\nPID unreadable in: \/usr\/local\/cpanel\/3rdparty\/mailman\/data\/master-qrunner.pid\r\n[Errno 2] No such file or directory: '\/usr\/local\/cpanel\/3rdparty\/mailman\/data\/master-qrunner.pid'\r\nIs qrunner even running?\r\nmailmanctl: no process killed\r\n                                                           [FAILED]\r\nStarting cPanel services: Waiting for cpsrvd,cpsrvd-ssl,whostmgrd,cpaneld,webmaild to shutdown ... not running.\r\nStarting cpsrvd.\r\n                                                           [  OK  ]\r\nStarting cPanel brute force detector services:             [  OK  ]\r\nStarting cPanel dav services:                              [  OK  ]\r\nStarting pop3 services: Waiting for (?^:^cppop(?:-ssl)?$) to shutdown ... not running.\r\n                                                           [  OK  ]\r\nStarting cPanel Chat services:\r\n\r\nStarting cPanel ssl services: Waiting for (?^:^(?:stunnel$|stunnel-[0-9\\.]+local)) to shutdown ... not running.\r\nUsing Native SSL support (stunnel not needed)\r\n                                                           [  OK  ]\r\nStarting cPanel Queue services:                            [  OK  ]\r\nStarting tailwatchd:\r\n\r\n[Thu Dec 19 07:24:23 2013] Starting \/usr\/local\/cpanel\/libexec\/tailwatch\/tailwatchd daemon\r\nLog is at \/usr\/local\/cpanel\/logs\/tailwatchd_log\r\n                                                           [  OK  ]\r\nStarting cPanel Log services: ==&gt; cPanel Log Daemon version 26.0\r\n                                                           [  OK  ]\r\nStarting mailman services:                                 [  OK  ]<\/pre>\n<\/div>\n<h3><strong>4) To view cPanel service status<\/strong><\/h3>\n<p>Use the below commands to view the status of <a href=\"https:\/\/cpanelplesk.com\/wp62\/disable-auto-restart-exim-cpanel-servers\/\">cPanel<\/a> server in Linux.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \"># service cpanel status\r\nor\r\n# \/etc\/init.d\/cpanel status\r\ncpsrvd (pid  22402) is running...\r\nentropychat is stopped\r\nstunnel is stopped\r\nqrunner is stopped<\/pre>\n<\/div>\n<p>That\u2019all to do.You also like to know <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-cpanel-and-whm-on-centos\/\">how to install cPanel and WHM on server.<\/a><\/p>\n<p>Please\u00a0Give your opinion below if you experience any issues or to discuss your ideas and experiences.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to start, stop, restart, enable, reload &amp; check status of the service follow the below commands to do it. Either root or sudo Permission needed to run the below commands.All the services is available \u201c\/etc\/init.d\/. 1) To start cPanel service Use the below commands to start the cPanel service in Linux. # [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":1135,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,14],"tags":[],"class_list":["post-4992","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to start \/ stop \/ restart &amp; status of the cPanel server in Linux - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to start \/ stop \/ restart &amp; status of the cPanel server in Linux - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"If you want to start, stop, restart, enable, reload &amp; check status of the service follow the below commands to do it. Either root or sudo Permission needed to run the below commands.All the services is available \u201c\/etc\/init.d\/. 1) To start cPanel service Use the below commands to start the cPanel service in Linux. # [...]Continue Reading...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\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:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"How to start \/ stop \/ restart &#038; status of the cPanel server in Linux\",\"datePublished\":\"2016-08-18T03:49:10+00:00\",\"dateModified\":\"2021-02-04T04:44:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/\"},\"wordCount\":150,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg\",\"articleSection\":[\"Cpanel\",\"Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/\",\"name\":\"How to start \/ stop \/ restart & status of the cPanel server in Linux - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg\",\"datePublished\":\"2016-08-18T03:49:10+00:00\",\"dateModified\":\"2021-02-04T04:44:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg\",\"width\":293,\"height\":137},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to start \/ stop \/ restart &#038; status of the cPanel server in Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to start \/ stop \/ restart & status of the cPanel server in Linux - cPanel Plesk","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:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/","twitter_card":"summary_large_image","twitter_title":"How to start \/ stop \/ restart & status of the cPanel server in Linux - cPanel Plesk","twitter_description":"If you want to start, stop, restart, enable, reload &amp; check status of the service follow the below commands to do it. Either root or sudo Permission needed to run the below commands.All the services is available \u201c\/etc\/init.d\/. 1) To start cPanel service Use the below commands to start the cPanel service in Linux. # [...]Continue Reading...","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"How to start \/ stop \/ restart &#038; status of the cPanel server in Linux","datePublished":"2016-08-18T03:49:10+00:00","dateModified":"2021-02-04T04:44:49+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/"},"wordCount":150,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg","articleSection":["Cpanel","Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/","url":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/","name":"How to start \/ stop \/ restart & status of the cPanel server in Linux - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg","datePublished":"2016-08-18T03:49:10+00:00","dateModified":"2021-02-04T04:44:49+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2014\/12\/cPanel-e1469788972247.jpg","width":293,"height":137},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/start-stop-restart-status-cpanel-server-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"How to start \/ stop \/ restart &#038; status of the cPanel server in Linux"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/4992","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=4992"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/4992\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media\/1135"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=4992"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=4992"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=4992"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}