{"id":3942,"date":"2026-07-22T12:43:45","date_gmt":"2026-07-22T12:43:45","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=3942"},"modified":"2026-07-22T12:43:58","modified_gmt":"2026-07-22T12:43:58","slug":"how-to-change-a-cpanel-username-via-the-command-line-cli","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/","title":{"rendered":"How to Change a cPanel Username via the Command Line (CLI)"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Changing a cPanel username is useful when you need to standardize account names, resolve naming conflicts, or update an account to follow your organization&#8217;s naming conventions. cPanel provides the <strong>WHM API (<code>modifyacct<\/code>)<\/strong> command, which allows administrators to safely rename an existing cPanel account from the command line.<\/p>\n\n\n\n<p>When a cPanel username is changed, the associated system user, home directory, and account configuration are updated automatically. However, you should verify your websites, email accounts, cron jobs, and any applications that reference the old username after the rename.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before proceeding, ensure that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You have <strong>root SSH access<\/strong> to the server.<\/li>\n\n\n\n<li>A <strong>full backup<\/strong> of the cPanel account has been created.<\/li>\n\n\n\n<li>The new username:\n<ul class=\"wp-block-list\">\n<li>Contains only lowercase letters and numbers.<\/li>\n\n\n\n<li>Does not exceed <strong>16 characters<\/strong>.<\/li>\n\n\n\n<li>Does not already exist on the server.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">IMPLEMENTATION<\/h2>\n\n\n\n<p><strong>Step 1: Verify the Existing Account<\/strong><\/p>\n\n\n\n<p>Before renaming the account, verify that the current cPanel account exists.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>whmapi1 accountsummary user=oldusername<\/code><\/pre>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>whmapi1 accountsummary user=example<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"312\" height=\"122\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png\" alt=\"\" class=\"wp-image-3946\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png 312w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4-300x117.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4-150x59.png 150w\" sizes=\"auto, (max-width: 312px) 100vw, 312px\" \/><\/figure>\n\n\n\n<p>If the account exists, WHM returns its account information.<\/p>\n\n\n\n<p><strong>Step 2: Rename the cPanel Username<\/strong><\/p>\n\n\n\n<p>Use the <code>modifyacct<\/code> API command to rename the account.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>whmapi1 modifyacct user=oldusername newuser=newusername<\/code><\/pre>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">whmapi1 modifyacct user=example newuser=exampleuser<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"217\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-5-1024x217.png\" alt=\"\" class=\"wp-image-3947\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-5-1024x217.png 1024w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-5-300x64.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-5-768x163.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-5-1536x326.png 1536w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-5-150x32.png 150w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-5.png 1611w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Step 3: Verify the Renamed Account<\/strong><\/p>\n\n\n\n<p>Confirm that the account has been renamed successfully.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>whmapi1 accountsummary user=exampleuser<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"317\" height=\"125\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-6.png\" alt=\"\" class=\"wp-image-3948\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-6.png 317w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-6-300x118.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-6-150x59.png 150w\" sizes=\"auto, (max-width: 317px) 100vw, 317px\" \/><\/figure>\n\n\n\n<p><strong>Step 4: Verify the Home Directory<\/strong><\/p>\n\n\n\n<p>Ensure that the home directory has been renamed.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ls -ld \/home\/exampleuser<\/code><\/pre>\n\n\n\n<p>Example output:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>drwx--x--x 25 exampleuser exampleuser 4096 Jul 18 10:30 \/home\/exampleuser<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Renaming a cPanel username using the <strong>WHM API<\/strong> is a straightforward process that can be completed with the <code>modifyacct<\/code> command. Before making the change, ensure you have a recent backup and verify that the new username meets cPanel&#8217;s naming requirements. After the rename, confirm that the account, websites, email services, databases, and scheduled tasks are functioning correctly. Performing these verification steps helps ensure a smooth transition with minimal service interruption.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Changing a cPanel username is useful when you need to standardize account names, resolve naming conflicts, or update an account to follow your organization&#8217;s naming conventions. cPanel provides the WHM API (modifyacct) command, which allows administrators to safely rename an existing cPanel account from the command line. When a cPanel username is changed, the ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1],"tags":[],"class_list":["post-3942","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Change a cPanel Username via the Command Line (CLI) - PheonixSolutions Knowledge-Base<\/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:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Change a cPanel Username via the Command Line (CLI) - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction Changing a cPanel username is useful when you need to standardize account names, resolve naming conflicts, or update an account to follow your organization&#8217;s naming conventions. cPanel provides the WHM API (modifyacct) command, which allows administrators to safely rename an existing cPanel account from the command line. When a cPanel username is changed, the ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-22T12:43:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T12:43:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png\" \/>\n\t<meta property=\"og:image:width\" content=\"312\" \/>\n\t<meta property=\"og:image:height\" content=\"122\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"knowledge-base\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"knowledge-base\" \/>\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:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/\"},\"author\":{\"name\":\"knowledge-base\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"headline\":\"How to Change a cPanel Username via the Command Line (CLI)\",\"datePublished\":\"2026-07-22T12:43:45+00:00\",\"dateModified\":\"2026-07-22T12:43:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/\"},\"wordCount\":281,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-4.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/\",\"name\":\"How to Change a cPanel Username via the Command Line (CLI) - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-4.png\",\"datePublished\":\"2026-07-22T12:43:45+00:00\",\"dateModified\":\"2026-07-22T12:43:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-4.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/image-4.png\",\"width\":312,\"height\":122},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/07\\\/22\\\/how-to-change-a-cpanel-username-via-the-command-line-cli\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Change a cPanel Username via the Command Line (CLI)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\",\"name\":\"knowledge-base\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"caption\":\"knowledge-base\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/knowledge-base\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Change a cPanel Username via the Command Line (CLI) - PheonixSolutions Knowledge-Base","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:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/","og_locale":"en_US","og_type":"article","og_title":"How to Change a cPanel Username via the Command Line (CLI) - PheonixSolutions Knowledge-Base","og_description":"Introduction Changing a cPanel username is useful when you need to standardize account names, resolve naming conflicts, or update an account to follow your organization&#8217;s naming conventions. cPanel provides the WHM API (modifyacct) command, which allows administrators to safely rename an existing cPanel account from the command line. When a cPanel username is changed, the ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2026-07-22T12:43:45+00:00","article_modified_time":"2026-07-22T12:43:58+00:00","og_image":[{"width":312,"height":122,"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png","type":"image\/png"}],"author":"knowledge-base","twitter_card":"summary_large_image","twitter_misc":{"Written by":"knowledge-base","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/"},"author":{"name":"knowledge-base","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"headline":"How to Change a cPanel Username via the Command Line (CLI)","datePublished":"2026-07-22T12:43:45+00:00","dateModified":"2026-07-22T12:43:58+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/"},"wordCount":281,"commentCount":0,"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/","name":"How to Change a cPanel Username via the Command Line (CLI) - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png","datePublished":"2026-07-22T12:43:45+00:00","dateModified":"2026-07-22T12:43:58+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png","contentUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/07\/image-4.png","width":312,"height":122},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/07\/22\/how-to-change-a-cpanel-username-via-the-command-line-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to Change a cPanel Username via the Command Line (CLI)"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b","name":"knowledge-base","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","caption":"knowledge-base"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/knowledge-base\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3942","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=3942"}],"version-history":[{"count":1,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3942\/revisions"}],"predecessor-version":[{"id":3949,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3942\/revisions\/3949"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=3942"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=3942"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=3942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}